Html Css Color HEX #AA0917 Carmine

📋 copy color: '#AA0917'

red 170 ◦ green 9 ◦ blue 23

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

Shades of Carmine #AA0917

Tints of Carmine #AA0917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 84.16%
G = 4.46%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA0917 (or 0xAA0917) is known color: Carmine. HEX triplet: AA, 09 and 17. RGB value is (170,9,23). Sum of RGB (Red+Green+Blue) = 170+9+23=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0917 is #55F6E8. Grayscale: #3A3A3A. Windows color (decimal): -5633769 or 1509802. OLE color: 1509802.

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

Color convert

RGB 170 9 23 -
CMYK 0 0.95 0.86 0.33
HSL 354.78º 0.9% 0.35% -
HSV(B) 354.78º 0.95% 0.67% -
XYZ 16.83 8.8 1.62 -
YUV 58.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 170 9 23 0 0.95 0.86 0.33 354.78 0.9 0.35
Hex AA 9 17 0 5F 56 21 163 5A 23
Octal 252 11 27 0 137 126 41 543 132 43
Binary 10101010 1001 10111 0 1011111 1010110 100001 101100011 1011010 100011

Color Harmonies of #AA0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0917

Black with #AA0917

Text Example


Text Example

White with #AA0917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0917; }

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

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

background-color css

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

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

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

border-color css

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

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

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