#AA0118

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

Shades of Carmine #AA0118

Tints of Carmine #AA0118

Color information

#AA0118 (or 0xAA0118) is unknown color: approx Carmine. HEX triplet: AA, 01 and 18. RGB value is (170,1,24). Sum of RGB (Red+Green+Blue) = 170+1+24=195 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.18% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0118 is #55FEE7. Grayscale: #363636. Windows color (decimal): -5635816 or 1573290. OLE color: 1573290.

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

Color convert

RGB170124-
CMYK00.990.860.33
HSL351.83º98.83%33.53%-
HSV(B)351.83º99.41%66.67%-
XYZ16.758.631.65-
YUV54.15110.99210.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 87.18%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=87.18%
G=0.51%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012400.990.860.33351.8398.8333.53
HexAA11806356211606322
Octal25213001431264154014342
Binary101010101110000110001110101101000011011000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0118; }

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

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

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

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

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

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

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

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