Html Css Color HEX #AA1720 Carmine

📋 copy color: '#AA1720'

red 170 ◦ green 23 ◦ blue 32

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

Shades of Carmine #AA1720

Tints of Carmine #AA1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 75.56%
G = 10.22%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA1720 (or 0xAA1720) is known color: Carmine. HEX triplet: AA, 17 and 20. RGB value is (170,23,32). Sum of RGB (Red+Green+Blue) = 170+23+32=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1720 is #55E8DF. Grayscale: #444444. Windows color (decimal): -5630176 or 2103210. OLE color: 2103210.

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

Color convert

RGB 170 23 32 -
CMYK 0 0.86 0.81 0.33
HSL 356.33º 0.76% 0.38% -
HSV(B) 356.33º 0.86% 0.67% -
XYZ 17.14 9.26 2.25 -
YUV 67.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 170 23 32 0 0.86 0.81 0.33 356.33 0.76 0.38
Hex AA 17 20 0 56 51 21 164 4C 26
Octal 252 27 40 0 126 121 41 544 114 46
Binary 10101010 10111 100000 0 1010110 1010001 100001 101100100 1001100 100110

Color Harmonies of #AA1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1720

Black with #AA1720

Text Example


Text Example

White with #AA1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1720; }

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

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

background-color css

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

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

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

border-color css

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

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

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