Html Css Color HEX #AA0214 Carmine

📋 copy color: '#AA0214'

red 170 ◦ green 2 ◦ blue 20

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

Shades of Carmine #AA0214

Tints of Carmine #AA0214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 88.54%
G = 1.04%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA0214 (or 0xAA0214) is known color: Carmine. HEX triplet: AA, 02 and 14. RGB value is (170,2,20). Sum of RGB (Red+Green+Blue) = 170+2+20=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0214 is #55FDEB. Grayscale: #363636. Windows color (decimal): -5635564 or 1311402. OLE color: 1311402.

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

Color convert

RGB 170 2 20 -
CMYK 0 0.99 0.88 0.33
HSL 353.57º 0.98% 0.34% -
HSV(B) 353.57º 0.99% 0.67% -
XYZ 16.73 8.64 1.45 -
YUV 54.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 170 2 20 0 0.99 0.88 0.33 353.57 0.98 0.34
Hex AA 2 14 0 63 58 21 162 62 22
Octal 252 2 24 0 143 130 41 542 142 42
Binary 10101010 10 10100 0 1100011 1011000 100001 101100010 1100010 100010

Color Harmonies of #AA0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0214

Black with #AA0214

Text Example


Text Example

White with #AA0214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0214; }

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

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

background-color css

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

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

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

border-color css

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

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

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