Html Css Color HEX #AA0012 Carmine

📋 copy color: '#AA0012'

red 170 ◦ green 0 ◦ blue 18

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

Shades of Carmine #AA0012

Tints of Carmine #AA0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.43%
G = 0%
B = 9.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA0012 (or 0xAA0012) is known color: Carmine. HEX triplet: AA, 00 and 12. RGB value is (170,0,18). Sum of RGB (Red+Green+Blue) = 170+0+18=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0012 is #55FFED. Grayscale: #343434. Windows color (decimal): -5636078 or 1179818. OLE color: 1179818.

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

Color convert

RGB 170 0 18 -
CMYK 0 1 0.89 0.33
HSL 353.65º 1% 0.33% -
HSV(B) 353.65º 1% 0.67% -
XYZ 16.69 8.59 1.35 -
YUV 52.88 108.32 211.54 -
System Red Green Blue C M Y K H S L
Decimal 170 0 18 0 1 0.89 0.33 353.65 1 0.33
Hex AA 0 12 0 64 59 21 162 64 21
Octal 252 0 22 0 144 131 41 542 144 41
Binary 10101010 0 10010 0 1100100 1011001 100001 101100010 1100100 100001

Color Harmonies of #AA0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0012

Black with #AA0012

Text Example


Text Example

White with #AA0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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