Html Css Color HEX #AA0122 Carmine

📋 copy color: '#AA0122'

red 170 ◦ green 1 ◦ blue 34

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

Shades of Carmine #AA0122

Tints of Carmine #AA0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 82.93%
G = 0.49%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA0122 (or 0xAA0122) is known color: Carmine. HEX triplet: AA, 01 and 22. RGB value is (170,1,34). Sum of RGB (Red+Green+Blue) = 170+1+34=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0122 is #55FEDD. Grayscale: #373737. Windows color (decimal): -5635806 or 2228650. OLE color: 2228650.

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

Color convert

RGB 170 1 34 -
CMYK 0 0.99 0.80 0.33
HSL 348.28º 0.99% 0.34% -
HSV(B) 348.28º 0.99% 0.67% -
XYZ 16.88 8.68 2.3 -
YUV 55.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 170 1 34 0 0.99 0.80 0.33 348.28 0.99 0.34
Hex AA 1 22 0 63 50 21 15C 63 22
Octal 252 1 42 0 143 120 41 534 143 42
Binary 10101010 1 100010 0 1100011 1010000 100001 101011100 1100011 100010

Color Harmonies of #AA0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0122

Black with #AA0122

Text Example


Text Example

White with #AA0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0122; }

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

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

background-color css

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

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

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

border-color css

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

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

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