#AA1120

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

Shades of Carmine #AA1120

Tints of Carmine #AA1120

Color information

#AA1120 (or 0xAA1120) is unknown color: approx Carmine. HEX triplet: AA, 11 and 20. RGB value is (170,17,32). Sum of RGB (Red+Green+Blue) = 170+17+32=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1120 is #55EEDF. Grayscale: #404040. Windows color (decimal): -5631712 or 2101674. OLE color: 2101674.

HSL color Cylindrical-coordinate representation of color #AA1120: hue angle of 354.12º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1120 is Cyan = 0, Magento = 0.9, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1701732-
CMYK00.90.810.33
HSL354.12º81.82%36.67%-
HSV(B)354.12º90%66.67%-
XYZ17.049.052.22-
YUV64.46109.69203.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 77.63%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=77.63%
G=7.76%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170173200.90.810.33354.1281.8236.67
HexAA112005A51211625225
Octal252214001321214154212245
Binary10101010100011000000101101010100011000011011000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1120; }

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

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

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

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

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

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

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

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