#AA1219

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

Shades of Carmine #AA1219

Tints of Carmine #AA1219

Color information

#AA1219 (or 0xAA1219) is unknown color: approx Carmine. HEX triplet: AA, 12 and 19. RGB value is (170,18,25). Sum of RGB (Red+Green+Blue) = 170+18+25=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1219 is #55EDE6. Grayscale: #404040. Windows color (decimal): -5631463 or 1643178. OLE color: 1643178.

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

Color convert

RGB1701825-
CMYK00.890.850.33
HSL357.24º80.85%36.86%-
HSV(B)357.24º89.41%66.67%-
XYZ16.979.051.77-
YUV64.25105.86203.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 79.81%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 25 (10.16% from 255) = 11.74%
R=79.81%
G=8.45%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170182500.890.850.33357.2480.8536.86
HexAA121905955211655125
Octal252223101311254154512145
Binary1010101010010110010101100110101011000011011001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1219; }

 p { color: rgb(170,18,25); }

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

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

 a { background-color: rgb(170,18,25); }

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

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

 span { border-color: rgb(170,18,25); }

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