#aa0a17

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

Shades of Carmine #AA0A17

Tints of Carmine #AA0A17

Color information

#AA0A17 (or 0xAA0A17) is unknown color: approx Carmine. HEX triplet: AA, 0A and 17. RGB value is (170,10,23). Sum of RGB (Red+Green+Blue) = 170+10+23=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A17 is #55F5E8. Grayscale: #3B3B3B. Windows color (decimal): -5633513 or 1510058. OLE color: 1510058.

HSL color Cylindrical-coordinate representation of color #AA0A17: hue angle of 355.12º 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 #AA0A17 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1701023-
CMYK00.940.860.33
HSL355.12º88.89%35.29%-
HSV(B)355.12º94.12%66.67%-
XYZ16.848.821.63-
YUV59.32107.51206.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 83.74%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 23 (9.38% from 255) = 11.33%
R=83.74%
G=4.93%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170102300.940.860.33355.1288.8935.29
HexAAA1705E56211635923
Octal252122701361264154313143
Binary101010101010101110101111010101101000011011000111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0a17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0a17; }

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

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

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

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

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

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

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

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