#AF3432

Color #AF3432 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AF3432

Tints of Medium Carmine #AF3432

Color information

#AF3432 (or 0xAF3432) is unknown color: approx Medium Carmine. HEX triplet: AF, 34 and 32. RGB value is (175,52,50). Sum of RGB (Red+Green+Blue) = 175+52+50=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3432 is #50CBCD. Grayscale: #585858. Windows color (decimal): -5295054 or 3290287. OLE color: 3290287.

HSL color Cylindrical-coordinate representation of color #AF3432: hue angle of 0.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3432 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1755250-
CMYK00.700.710.31
HSL0.96º55.56%44.12%-
HSV(B)0.96º71.43%68.63%-
XYZ19.4811.84.27-
YUV88.55106.25189.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 63.18%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=63.18%
G=18.77%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175525000.700.710.310.9655.5644.12
HexAF3432046471F1382c
Octal257646201061073717054
Binary10101111110100110010010001101000111111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3432; }

 p { color: rgb(175,52,50); }

 H1.HeaderClassName
 {
   color: #AF3432;
 }
 .AnyTagClassName
 {
   color: #AF3432;
 }
</style>
background-color css

<style>
 a { background-color: #AF3432; }

 a { background-color: rgb(175,52,50); }

 div.DivClassName
 {
   background-color: #AF3432;
 }
 .BgClassName
 {
   background-color: #AF3432;
 }
</style>
border-color css

<style>
 span { border-color: #AF3432; }

 span { border-color: rgb(175,52,50); }

 td.TdClassName
 {
   border-color: #AF3432;
 }
 .TagClassName
 {
   border-color: #AF3432;
 }
</style>