Html Css Color HEX #AA171A Carmine

📋 copy color: '#AA171A'

red 170 ◦ green 23 ◦ blue 26

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

Shades of Carmine #AA171A

Tints of Carmine #AA171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.87%

R = 77.63%
G = 10.5%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA171A (or 0xAA171A) is known color: Carmine. HEX triplet: AA, 17 and 1A. RGB value is (170,23,26). Sum of RGB (Red+Green+Blue) = 170+23+26=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA171A is #55E8E5. Grayscale: #434343. Windows color (decimal): -5630182 or 1709994. OLE color: 1709994.

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

Color convert

RGB 170 23 26 -
CMYK 0 0.86 0.85 0.33
HSL 358.78º 0.76% 0.38% -
HSV(B) 358.78º 0.86% 0.67% -
XYZ 17.07 9.23 1.86 -
YUV 67.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 170 23 26 0 0.86 0.85 0.33 358.78 0.76 0.38
Hex AA 17 1A 0 56 55 21 167 4C 26
Octal 252 27 32 0 126 125 41 547 114 46
Binary 10101010 10111 11010 0 1010110 1010101 100001 101100111 1001100 100110

Color Harmonies of #AA171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA171A

Black with #AA171A

Text Example


Text Example

White with #AA171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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