Html Css Color HEX #AA0A11 Carmine

📋 copy color: '#AA0A11'

red 170 ◦ green 10 ◦ blue 17

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

Shades of Carmine #AA0A11

Tints of Carmine #AA0A11

RGB

 RED value IS 170 (66.8% from 255) = 86.29%

 GREEN value IS 10 (4.3% from 255) = 5.08%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 86.29%
G = 5.08%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA0A11 (or 0xAA0A11) is known color: Carmine. HEX triplet: AA, 0A and 11. RGB value is (170,10,17). Sum of RGB (Red+Green+Blue) = 170+10+17=197 (26% of max value = 765). Red value is 170 (66.80% from 255 or 86.29% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A11 is #55F5EE. Grayscale: #3A3A3A. Windows color (decimal): -5633519 or 1116842. OLE color: 1116842.

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

Color convert

RGB 170 10 17 -
CMYK 0 0.94 0.9 0.33
HSL 357.38º 0.89% 0.35% -
HSV(B) 357.38º 0.94% 0.67% -
XYZ 16.79 8.8 1.34 -
YUV 58.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 170 10 17 0 0.94 0.9 0.33 357.38 0.89 0.35
Hex AA A 11 0 5E 5A 21 165 59 23
Octal 252 12 21 0 136 132 41 545 131 43
Binary 10101010 1010 10001 0 1011110 1011010 100001 101100101 1011001 100011

Color Harmonies of #AA0A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A11

Black with #AA0A11

Text Example


Text Example

White with #AA0A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A11; }

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

 H1.HeaderClassName
 {
   color: #AA0A11;
 }
 .AnyTagClassName
 {
   color: #AA0A11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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