Html Css Color HEX #AA0210 Carmine

📋 copy color: '#AA0210'

red 170 ◦ green 2 ◦ blue 16

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

Shades of Carmine #AA0210

Tints of Carmine #AA0210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 90.43%
G = 1.06%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA0210 (or 0xAA0210) is known color: Carmine. HEX triplet: AA, 02 and 10. RGB value is (170,2,16). Sum of RGB (Red+Green+Blue) = 170+2+16=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0210 is #55FDEF. Grayscale: #353535. Windows color (decimal): -5635568 or 1049258. OLE color: 1049258.

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

Color convert

RGB 170 2 16 -
CMYK 0 0.99 0.91 0.33
HSL 355º 0.98% 0.34% -
HSV(B) 355º 0.99% 0.67% -
XYZ 16.69 8.63 1.28 -
YUV 53.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 170 2 16 0 0.99 0.91 0.33 355 0.98 0.34
Hex AA 2 10 0 63 5B 21 163 62 22
Octal 252 2 20 0 143 133 41 543 142 42
Binary 10101010 10 10000 0 1100011 1011011 100001 101100011 1100010 100010

Color Harmonies of #AA0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0210

Black with #AA0210

Text Example


Text Example

White with #AA0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0210; }

 p { color: rgb(170,2,16); }

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

background-color css

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

 a { background-color: rgb(170,2,16); }

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

border-color css

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

 span { border-color: rgb(170,2,16); }

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