Html Css Color HEX #AA1222 Carmine

📋 copy color: '#AA1222'

red 170 ◦ green 18 ◦ blue 34

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

Shades of Carmine #AA1222

Tints of Carmine #AA1222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 34 (13.67% from 255) = 15.32%

R = 76.58%
G = 8.11%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA1222 (or 0xAA1222) is known color: Carmine. HEX triplet: AA, 12 and 22. RGB value is (170,18,34). Sum of RGB (Red+Green+Blue) = 170+18+34=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1222 is #55EDDD. Grayscale: #414141. Windows color (decimal): -5631454 or 2233002. OLE color: 2233002.

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

Color convert

RGB 170 18 34 -
CMYK 0 0.89 0.80 0.33
HSL 353.68º 0.81% 0.37% -
HSV(B) 353.68º 0.89% 0.67% -
XYZ 17.08 9.09 2.37 -
YUV 65.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 170 18 34 0 0.89 0.80 0.33 353.68 0.81 0.37
Hex AA 12 22 0 59 50 21 162 51 25
Octal 252 22 42 0 131 120 41 542 121 45
Binary 10101010 10010 100010 0 1011001 1010000 100001 101100010 1010001 100101

Color Harmonies of #AA1222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1222

Black with #AA1222

Text Example


Text Example

White with #AA1222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1222; }

 p { color: rgb(170,18,34); }

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

background-color css

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

 a { background-color: rgb(170,18,34); }

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

border-color css

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

 span { border-color: rgb(170,18,34); }

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