Html Css Color HEX #AA0120 Carmine

📋 copy color: '#AA0120'

red 170 ◦ green 1 ◦ blue 32

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

Shades of Carmine #AA0120

Tints of Carmine #AA0120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 83.74%
G = 0.49%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA0120 (or 0xAA0120) is known color: Carmine. HEX triplet: AA, 01 and 20. RGB value is (170,1,32). Sum of RGB (Red+Green+Blue) = 170+1+32=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0120 is #55FEDF. Grayscale: #373737. Windows color (decimal): -5635808 or 2097578. OLE color: 2097578.

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

Color convert

RGB 170 1 32 -
CMYK 0 0.99 0.81 0.33
HSL 348.99º 0.99% 0.34% -
HSV(B) 348.99º 0.99% 0.67% -
XYZ 16.85 8.67 2.15 -
YUV 55.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 170 1 32 0 0.99 0.81 0.33 348.99 0.99 0.34
Hex AA 1 20 0 63 51 21 15D 63 22
Octal 252 1 40 0 143 121 41 535 143 42
Binary 10101010 1 100000 0 1100011 1010001 100001 101011101 1100011 100010

Color Harmonies of #AA0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0120

Black with #AA0120

Text Example


Text Example

White with #AA0120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0120; }

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

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

background-color css

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

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

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

border-color css

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

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

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