Html Css Color HEX #AA0912 Carmine

📋 copy color: '#AA0912'

red 170 ◦ green 9 ◦ blue 18

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

Shades of Carmine #AA0912

Tints of Carmine #AA0912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 86.29%
G = 4.57%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA0912 (or 0xAA0912) is known color: Carmine. HEX triplet: AA, 09 and 12. RGB value is (170,9,18). Sum of RGB (Red+Green+Blue) = 170+9+18=197 (26% of max value = 765). Red value is 170 (66.80% from 255 or 86.29% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0912 is #55F6ED. Grayscale: #3A3A3A. Windows color (decimal): -5633774 or 1182122. OLE color: 1182122.

HSL color Cylindrical-coordinate representation of color #AA0912: hue angle of 356.65º 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 #AA0912 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 9 18 -
CMYK 0 0.95 0.89 0.33
HSL 356.65º 0.9% 0.35% -
HSV(B) 356.65º 0.95% 0.67% -
XYZ 16.78 8.79 1.38 -
YUV 58.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 170 9 18 0 0.95 0.89 0.33 356.65 0.9 0.35
Hex AA 9 12 0 5F 59 21 165 5A 23
Octal 252 11 22 0 137 131 41 545 132 43
Binary 10101010 1001 10010 0 1011111 1011001 100001 101100101 1011010 100011

Color Harmonies of #AA0912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0912

Black with #AA0912

Text Example


Text Example

White with #AA0912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0912; }

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

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

background-color css

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

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

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

border-color css

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

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

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