Html Css Color HEX #AA0721 Carmine

📋 copy color: '#AA0721'

red 170 ◦ green 7 ◦ blue 33

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

Shades of Carmine #AA0721

Tints of Carmine #AA0721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 80.95%
G = 3.33%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA0721 (or 0xAA0721) is known color: Carmine. HEX triplet: AA, 07 and 21. RGB value is (170,7,33). Sum of RGB (Red+Green+Blue) = 170+7+33=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0721 is #55F8DE. Grayscale: #3A3A3A. Windows color (decimal): -5634271 or 2164650. OLE color: 2164650.

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

Color convert

RGB 170 7 33 -
CMYK 0 0.96 0.81 0.33
HSL 350.43º 0.92% 0.35% -
HSV(B) 350.43º 0.96% 0.67% -
XYZ 16.93 8.81 2.25 -
YUV 58.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 170 7 33 0 0.96 0.81 0.33 350.43 0.92 0.35
Hex AA 7 21 0 60 51 21 15E 5C 23
Octal 252 7 41 0 140 121 41 536 134 43
Binary 10101010 111 100001 0 1100000 1010001 100001 101011110 1011100 100011

Color Harmonies of #AA0721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0721

Black with #AA0721

Text Example


Text Example

White with #AA0721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0721; }

 p { color: rgb(170,7,33); }

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

background-color css

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

 a { background-color: rgb(170,7,33); }

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

border-color css

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

 span { border-color: rgb(170,7,33); }

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