#AA171A

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

Shades of Carmine #AA171A

Tints of Carmine #AA171A

Color information

#AA171A (or 0xAA171A) is unknown color: approx 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

RGB1702326-
CMYK00.860.850.33
HSL358.78º76.17%37.84%-
HSV(B)358.78º86.47%66.67%-
XYZ17.079.231.86-
YUV67.3104.7201.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 77.63%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=77.63%
G=10.50%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170232600.860.850.33358.7876.1737.84
HexAA171A05655211674c26
Octal252273201261254154711446
Binary1010101010111110100101011010101011000011011001111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>