Html Css Color HEX #AA0224 Carmine

📋 copy color: '#AA0224'

red 170 ◦ green 2 ◦ blue 36

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

Shades of Carmine #AA0224

Tints of Carmine #AA0224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.31%

R = 81.73%
G = 0.96%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA0224 (or 0xAA0224) is known color: Carmine. HEX triplet: AA, 02 and 24. RGB value is (170,2,36). Sum of RGB (Red+Green+Blue) = 170+2+36=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0224 is #55FDDB. Grayscale: #383838. Windows color (decimal): -5635548 or 2359978. OLE color: 2359978.

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

Color convert

RGB 170 2 36 -
CMYK 0 0.99 0.79 0.33
HSL 347.86º 0.98% 0.34% -
HSV(B) 347.86º 0.99% 0.67% -
XYZ 16.92 8.72 2.46 -
YUV 56.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 170 2 36 0 0.99 0.79 0.33 347.86 0.98 0.34
Hex AA 2 24 0 63 4F 21 15C 62 22
Octal 252 2 44 0 143 117 41 534 142 42
Binary 10101010 10 100100 0 1100011 1001111 100001 101011100 1100010 100010

Color Harmonies of #AA0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0224

Black with #AA0224

Text Example


Text Example

White with #AA0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0224; }

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

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

background-color css

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

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

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

border-color css

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

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

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