Html Css Color HEX #AA0918 Carmine

📋 copy color: '#AA0918'

red 170 ◦ green 9 ◦ blue 24

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

Shades of Carmine #AA0918

Tints of Carmine #AA0918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 83.74%
G = 4.43%
B = 11.82%

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

#AA0918 (or 0xAA0918) is known color: Carmine. HEX triplet: AA, 09 and 18. RGB value is (170,9,24). Sum of RGB (Red+Green+Blue) = 170+9+24=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0918 is #55F6E7. Grayscale: #3A3A3A. Windows color (decimal): -5633768 or 1575338. OLE color: 1575338.

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

Color convert

RGB 170 9 24 -
CMYK 0 0.95 0.86 0.33
HSL 354.41º 0.9% 0.35% -
HSV(B) 354.41º 0.95% 0.67% -
XYZ 16.84 8.81 1.68 -
YUV 58.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 170 9 24 0 0.95 0.86 0.33 354.41 0.9 0.35
Hex AA 9 18 0 5F 56 21 162 5A 23
Octal 252 11 30 0 137 126 41 542 132 43
Binary 10101010 1001 11000 0 1011111 1010110 100001 101100010 1011010 100011

Color Harmonies of #AA0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0918

Black with #AA0918

Text Example


Text Example

White with #AA0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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