#AF3E39

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

Shades of Medium Carmine #AF3E39

Tints of Medium Carmine #AF3E39

Color information

#AF3E39 (or 0xAF3E39) is unknown color: approx Medium Carmine. HEX triplet: AF, 3E and 39. RGB value is (175,62,57). Sum of RGB (Red+Green+Blue) = 175+62+57=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E39 is #50C1C6. Grayscale: #5F5F5F. Windows color (decimal): -5292487 or 3751599. OLE color: 3751599.

HSL color Cylindrical-coordinate representation of color #AF3E39: hue angle of 2.54º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3E39 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1756257-
CMYK00.650.670.31
HSL2.54º50.86%45.49%-
HSV(B)2.54º67.43%68.63%-
XYZ20.1412.855.29-
YUV95.22106.44184.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=59.52%
G=21.09%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175625700.650.670.312.5450.8645.49
HexAF3E39041431F3332d
Octal257767101011033736355
Binary101011111111101110010100000110000111111111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3E39; }

 p { color: rgb(175,62,57); }

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

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

 a { background-color: rgb(175,62,57); }

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

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

 span { border-color: rgb(175,62,57); }

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