#AA171E

Color #AA171E Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AA171E

Tints of Carmine #AA171E

Color information

#AA171E (or 0xAA171E) is unknown color: approx Carmine. HEX triplet: AA, 17 and 1E. RGB value is (170,23,30). Sum of RGB (Red+Green+Blue) = 170+23+30=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA171E is #55E8E1. Grayscale: #434343. Windows color (decimal): -5630178 or 1972138. OLE color: 1972138.

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

Color convert

RGB1702330-
CMYK00.860.820.33
HSL357.14º76.17%37.84%-
HSV(B)357.14º86.47%66.67%-
XYZ17.129.252.11-
YUV67.75106.7200.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 76.23%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=76.23%
G=10.31%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170233000.860.820.33357.1476.1737.84
HexAA171E05652211654c26
Octal252273601261224154511446
Binary1010101010111111100101011010100101000011011001011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA171E; }

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

 H1.HeaderClassName
 {
   color: #AA171E;
 }
 .AnyTagClassName
 {
   color: #AA171E;
 }
</style>
background-color css

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

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

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

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

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

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