#af0a21

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

Shades of Carmine #AF0A21

Tints of Carmine #AF0A21

Color information

#AF0A21 (or 0xAF0A21) is unknown color: approx Carmine. HEX triplet: AF, 0A and 21. RGB value is (175,10,33). Sum of RGB (Red+Green+Blue) = 175+10+33=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A21 is #50F5DE. Grayscale: #3E3E3E. Windows color (decimal): -5305823 or 2165423. OLE color: 2165423.

HSL color Cylindrical-coordinate representation of color #AF0A21: hue angle of 351.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A21 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1751033-
CMYK00.940.810.31
HSL351.64º89.19%36.27%-
HSV(B)351.64º94.29%68.63%-
XYZ18.069.442.31-
YUV61.96111.66208.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 80.28%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=80.28%
G=4.59%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175103300.940.810.31351.6489.1936.27
HexAFA2105E511F1605924
Octal257124101361213754013144
Binary101011111010100001010111101010001111111011000001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0a21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0a21; }

 p { color: rgb(175,10,33); }

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

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

 a { background-color: rgb(175,10,33); }

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

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

 span { border-color: rgb(175,10,33); }

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