Html Css Color HEX #AA1617 Carmine

📋 copy color: '#AA1617'

red 170 ◦ green 22 ◦ blue 23

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

Shades of Carmine #AA1617

Tints of Carmine #AA1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 23 (9.38% from 255) = 10.7%

R = 79.07%
G = 10.23%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA1617 (or 0xAA1617) is known color: Carmine. HEX triplet: AA, 16 and 17. RGB value is (170,22,23). Sum of RGB (Red+Green+Blue) = 170+22+23=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1617 is #55E9E8. Grayscale: #424242. Windows color (decimal): -5630441 or 1513130. OLE color: 1513130.

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

Color convert

RGB 170 22 23 -
CMYK 0 0.87 0.86 0.33
HSL 359.59º 0.77% 0.38% -
HSV(B) 359.59º 0.87% 0.67% -
XYZ 17.02 9.18 1.69 -
YUV 66.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 170 22 23 0 0.87 0.86 0.33 359.59 0.77 0.38
Hex AA 16 17 0 57 56 21 168 4D 26
Octal 252 26 27 0 127 126 41 550 115 46
Binary 10101010 10110 10111 0 1010111 1010110 100001 101101000 1001101 100110

Color Harmonies of #AA1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1617

Black with #AA1617

Text Example


Text Example

White with #AA1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1617; }

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

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

background-color css

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

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

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

border-color css

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

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

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