Html Css Color HEX #AA0C18 Carmine

📋 copy color: '#AA0C18'

red 170 ◦ green 12 ◦ blue 24

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

Shades of Carmine #AA0C18

Tints of Carmine #AA0C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.83%

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

R = 82.52%
G = 5.83%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA0C18 (or 0xAA0C18) is known color: Carmine. HEX triplet: AA, 0C and 18. RGB value is (170,12,24). Sum of RGB (Red+Green+Blue) = 170+12+24=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0C18 is #55F3E7. Grayscale: #3C3C3C. Windows color (decimal): -5633000 or 1576106. OLE color: 1576106.

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

Color convert

RGB 170 12 24 -
CMYK 0 0.93 0.86 0.33
HSL 355.44º 0.87% 0.36% -
HSV(B) 355.44º 0.93% 0.67% -
XYZ 16.87 8.87 1.69 -
YUV 60.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 170 12 24 0 0.93 0.86 0.33 355.44 0.87 0.36
Hex AA C 18 0 5D 56 21 163 57 24
Octal 252 14 30 0 135 126 41 543 127 44
Binary 10101010 1100 11000 0 1011101 1010110 100001 101100011 1010111 100100

Color Harmonies of #AA0C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C18

Black with #AA0C18

Text Example


Text Example

White with #AA0C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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