Html Css Color HEX #AA0F18 Carmine

📋 copy color: '#AA0F18'

red 170 ◦ green 15 ◦ blue 24

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

Shades of Carmine #AA0F18

Tints of Carmine #AA0F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

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

R = 81.34%
G = 7.18%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA0F18 (or 0xAA0F18) is known color: Carmine. HEX triplet: AA, 0F and 18. RGB value is (170,15,24). Sum of RGB (Red+Green+Blue) = 170+15+24=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F18 is #55F0E7. Grayscale: #3E3E3E. Windows color (decimal): -5632232 or 1576874. OLE color: 1576874.

HSL color Cylindrical-coordinate representation of color #AA0F18: hue angle of 356.52º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F18 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 15 24 -
CMYK 0 0.91 0.86 0.33
HSL 356.52º 0.84% 0.36% -
HSV(B) 356.52º 0.91% 0.67% -
XYZ 16.91 8.95 1.7 -
YUV 62.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 170 15 24 0 0.91 0.86 0.33 356.52 0.84 0.36
Hex AA F 18 0 5B 56 21 165 54 24
Octal 252 17 30 0 133 126 41 545 124 44
Binary 10101010 1111 11000 0 1011011 1010110 100001 101100101 1010100 100100

Color Harmonies of #AA0F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F18

Black with #AA0F18

Text Example


Text Example

White with #AA0F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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