#AA0111

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

Shades of Carmine #AA0111

Tints of Carmine #AA0111

Color information

#AA0111 (or 0xAA0111) is unknown color: approx Carmine. HEX triplet: AA, 01 and 11. RGB value is (170,1,17). Sum of RGB (Red+Green+Blue) = 170+1+17=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0111 is #55FEEE. Grayscale: #353535. Windows color (decimal): -5635823 or 1114538. OLE color: 1114538.

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

Color convert

RGB170117-
CMYK00.990.90.33
HSL354.32º98.83%33.53%-
HSV(B)354.32º99.41%66.67%-
XYZ16.698.611.31-
YUV53.36107.49211.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 90.43%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 17 (7.03% from 255) = 9.04%
R=90.43%
G=0.53%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011700.990.90.33354.3298.8333.53
HexAA1110635A211626322
Octal25212101431324154214342
Binary101010101100010110001110110101000011011000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0111; }

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

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

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

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

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

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

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

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