#AA0A16

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

Shades of Carmine #AA0A16

Tints of Carmine #AA0A16

Color information

#AA0A16 (or 0xAA0A16) is unknown color: approx Carmine. HEX triplet: AA, 0A and 16. RGB value is (170,10,22). Sum of RGB (Red+Green+Blue) = 170+10+22=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A16 is #55F5E9. Grayscale: #3B3B3B. Windows color (decimal): -5633514 or 1444522. OLE color: 1444522.

HSL color Cylindrical-coordinate representation of color #AA0A16: hue angle of 355.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A16 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1701022-
CMYK00.940.870.33
HSL355.5º88.89%35.29%-
HSV(B)355.5º94.12%66.67%-
XYZ16.838.821.57-
YUV59.21107.01207.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 84.16%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=84.16%
G=4.95%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170102200.940.870.33355.588.8935.29
HexAAA1605E57211645923
Octal252122601361274154413143
Binary101010101010101100101111010101111000011011001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0A16; }

 p { color: rgb(170,10,22); }

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

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

 a { background-color: rgb(170,10,22); }

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

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

 span { border-color: rgb(170,10,22); }

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