Html Css Color HEX #AA1718 Carmine

📋 copy color: '#AA1718'

red 170 ◦ green 23 ◦ blue 24

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

Shades of Carmine #AA1718

Tints of Carmine #AA1718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.06%

R = 78.34%
G = 10.6%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA1718 (or 0xAA1718) is known color: Carmine. HEX triplet: AA, 17 and 18. RGB value is (170,23,24). Sum of RGB (Red+Green+Blue) = 170+23+24=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1718 is #55E8E7. Grayscale: #434343. Windows color (decimal): -5630184 or 1578922. OLE color: 1578922.

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

Color convert

RGB 170 23 24 -
CMYK 0 0.86 0.86 0.33
HSL 359.59º 0.76% 0.38% -
HSV(B) 359.59º 0.86% 0.67% -
XYZ 17.05 9.22 1.75 -
YUV 67.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 170 23 24 0 0.86 0.86 0.33 359.59 0.76 0.38
Hex AA 17 18 0 56 56 21 168 4C 26
Octal 252 27 30 0 126 126 41 550 114 46
Binary 10101010 10111 11000 0 1010110 1010110 100001 101101000 1001100 100110

Color Harmonies of #AA1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1718

Black with #AA1718

Text Example


Text Example

White with #AA1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1718; }

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

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

background-color css

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

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

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

border-color css

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

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

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