Html Css Color HEX #AA1121 Carmine

📋 copy color: '#AA1121'

red 170 ◦ green 17 ◦ blue 33

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

Shades of Carmine #AA1121

Tints of Carmine #AA1121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

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

R = 77.27%
G = 7.73%
B = 15%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA1121 (or 0xAA1121) is known color: Carmine. HEX triplet: AA, 11 and 21. RGB value is (170,17,33). Sum of RGB (Red+Green+Blue) = 170+17+33=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1121 is #55EEDE. Grayscale: #404040. Windows color (decimal): -5631711 or 2167210. OLE color: 2167210.

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

Color convert

RGB 170 17 33 -
CMYK 0 0.9 0.81 0.33
HSL 353.73º 0.82% 0.37% -
HSV(B) 353.73º 0.9% 0.67% -
XYZ 17.05 9.06 2.29 -
YUV 64.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 170 17 33 0 0.9 0.81 0.33 353.73 0.82 0.37
Hex AA 11 21 0 5A 51 21 162 52 25
Octal 252 21 41 0 132 121 41 542 122 45
Binary 10101010 10001 100001 0 1011010 1010001 100001 101100010 1010010 100101

Color Harmonies of #AA1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1121

Black with #AA1121

Text Example


Text Example

White with #AA1121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1121; }

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

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

background-color css

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

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

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

border-color css

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

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

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