Html Css Color HEX #AA0916 Carmine

📋 copy color: '#AA0916'

red 170 ◦ green 9 ◦ blue 22

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

Shades of Carmine #AA0916

Tints of Carmine #AA0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 84.58%
G = 4.48%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA0916 (or 0xAA0916) is known color: Carmine. HEX triplet: AA, 09 and 16. RGB value is (170,9,22). Sum of RGB (Red+Green+Blue) = 170+9+22=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0916 is #55F6E9. Grayscale: #3A3A3A. Windows color (decimal): -5633770 or 1444266. OLE color: 1444266.

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

Color convert

RGB 170 9 22 -
CMYK 0 0.95 0.87 0.33
HSL 355.16º 0.9% 0.35% -
HSV(B) 355.16º 0.95% 0.67% -
XYZ 16.82 8.8 1.57 -
YUV 58.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 170 9 22 0 0.95 0.87 0.33 355.16 0.9 0.35
Hex AA 9 16 0 5F 57 21 163 5A 23
Octal 252 11 26 0 137 127 41 543 132 43
Binary 10101010 1001 10110 0 1011111 1010111 100001 101100011 1011010 100011

Color Harmonies of #AA0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0916

Black with #AA0916

Text Example


Text Example

White with #AA0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0916; }

 p { color: rgb(170,9,22); }

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

background-color css

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

 a { background-color: rgb(170,9,22); }

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

border-color css

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

 span { border-color: rgb(170,9,22); }

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