Html Css Color HEX #AA1219 Carmine

📋 copy color: '#AA1219'

red 170 ◦ green 18 ◦ blue 25

#AA1219
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #AA1219

Tints of Carmine #AA1219

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA1219 (or 0xAA1219) is known color: 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

RGB 170 18 25 -
CMYK 0 0.89 0.85 0.33
HSL 357.24º 0.81% 0.37% -
HSV(B) 357.24º 0.89% 0.67% -
XYZ 16.97 9.05 1.77 -
YUV 64.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 170 18 25 0 0.89 0.85 0.33 357.24 0.81 0.37
Hex AA 12 19 0 59 55 21 165 51 25
Octal 252 22 31 0 131 125 41 545 121 45
Binary 10101010 10010 11001 0 1011001 1010101 100001 101100101 1010001 100101

Color Harmonies of #AA1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1219

Black with #AA1219

Text Example


Text Example

White with #AA1219

Text Example


Text Example

HTML Codes & Css Web 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>