Html Css Color HEX #AA171C Carmine

📋 copy color: '#AA171C'

red 170 ◦ green 23 ◦ blue 28

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

Shades of Carmine #AA171C

Tints of Carmine #AA171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 76.92%
G = 10.41%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA171C (or 0xAA171C) is known color: Carmine. HEX triplet: AA, 17 and 1C. RGB value is (170,23,28). Sum of RGB (Red+Green+Blue) = 170+23+28=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA171C is #55E8E3. Grayscale: #434343. Windows color (decimal): -5630180 or 1841066. OLE color: 1841066.

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

Color convert

RGB 170 23 28 -
CMYK 0 0.86 0.84 0.33
HSL 357.96º 0.76% 0.38% -
HSV(B) 357.96º 0.86% 0.67% -
XYZ 17.09 9.24 1.98 -
YUV 67.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 170 23 28 0 0.86 0.84 0.33 357.96 0.76 0.38
Hex AA 17 1C 0 56 54 21 166 4C 26
Octal 252 27 34 0 126 124 41 546 114 46
Binary 10101010 10111 11100 0 1010110 1010100 100001 101100110 1001100 100110

Color Harmonies of #AA171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA171C

Black with #AA171C

Text Example


Text Example

White with #AA171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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