#aa0f18

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

Shades of Carmine #AA0F18

Tints of Carmine #AA0F18

Color information

#AA0F18 (or 0xAA0F18) is unknown color: approx Carmine. HEX triplet: AA, 0F and 18. RGB value is (170,15,24). Sum of RGB (Red+Green+Blue) = 170+15+24=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F18 is #55F0E7. Grayscale: #3E3E3E. Windows color (decimal): -5632232 or 1576874. OLE color: 1576874.

HSL color Cylindrical-coordinate representation of color #AA0F18: hue angle of 356.52º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F18 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1701524-
CMYK00.910.860.33
HSL356.52º83.78%36.27%-
HSV(B)356.52º91.18%66.67%-
XYZ16.918.951.7-
YUV62.37106.35204.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 81.34%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=81.34%
G=7.18%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170152400.910.860.33356.5283.7836.27
HexAAF1805B56211655424
Octal252173001331264154512444
Binary101010101111110000101101110101101000011011001011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0f18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0f18; }

 p { color: rgb(170,15,24); }

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

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

 a { background-color: rgb(170,15,24); }

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

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

 span { border-color: rgb(170,15,24); }

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