Html Css Color HEX #AA0821 Carmine

📋 copy color: '#AA0821'

red 170 ◦ green 8 ◦ blue 33

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

Shades of Carmine #AA0821

Tints of Carmine #AA0821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 80.57%
G = 3.79%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA0821 (or 0xAA0821) is known color: Carmine. HEX triplet: AA, 08 and 21. RGB value is (170,8,33). Sum of RGB (Red+Green+Blue) = 170+8+33=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0821 is #55F7DE. Grayscale: #3B3B3B. Windows color (decimal): -5634015 or 2164906. OLE color: 2164906.

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

Color convert

RGB 170 8 33 -
CMYK 0 0.95 0.81 0.33
HSL 350.74º 0.91% 0.35% -
HSV(B) 350.74º 0.95% 0.67% -
XYZ 16.94 8.83 2.25 -
YUV 59.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 170 8 33 0 0.95 0.81 0.33 350.74 0.91 0.35
Hex AA 8 21 0 5F 51 21 15F 5B 23
Octal 252 10 41 0 137 121 41 537 133 43
Binary 10101010 1000 100001 0 1011111 1010001 100001 101011111 1011011 100011

Color Harmonies of #AA0821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0821

Black with #AA0821

Text Example


Text Example

White with #AA0821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0821; }

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

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

background-color css

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

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

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

border-color css

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

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

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