#AF0029

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

Shades of Carmine #AF0029

Tints of Carmine #AF0029

Color information

#AF0029 (or 0xAF0029) is unknown color: approx Carmine. HEX triplet: AF, 00 and 29. RGB value is (175,0,41). Sum of RGB (Red+Green+Blue) = 175+0+41=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0029 is #50FFD6. Grayscale: #393939. Windows color (decimal): -5308375 or 2687151. OLE color: 2687151.

HSL color Cylindrical-coordinate representation of color #AF0029: hue angle of 345.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0029 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB175041-
CMYK010.770.31
HSL345.94º100%34.31%-
HSV(B)345.94º100%68.63%-
XYZ18.089.272.94-
YUV57118.98212.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=81.02%
G=0%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175041010.770.31345.9410034.31
HexAF0290644D1F15a6422
Octal25705101441153753214442
Binary101011110101001011001001001101111111010110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0029; }

 p { color: rgb(175,0,41); }

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

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

 a { background-color: rgb(175,0,41); }

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

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

 span { border-color: rgb(175,0,41); }

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