#AA1719

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

Shades of Carmine #AA1719

Tints of Carmine #AA1719

Color information

#AA1719 (or 0xAA1719) is unknown color: approx Carmine. HEX triplet: AA, 17 and 19. RGB value is (170,23,25). Sum of RGB (Red+Green+Blue) = 170+23+25=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1719 is #55E8E6. Grayscale: #434343. Windows color (decimal): -5630183 or 1644458. OLE color: 1644458.

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

Color convert

RGB1702325-
CMYK00.860.850.33
HSL359.18º76.17%37.84%-
HSV(B)359.18º86.47%66.67%-
XYZ17.069.231.8-
YUV67.18104.2201.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 77.98%
GREEN value IS 23 (9.38% from 255) = 10.55%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=77.98%
G=10.55%
B=11.47%

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
Decimal170232500.860.850.33359.1876.1737.84
HexAA171905655211674c26
Octal252273101261254154711446
Binary1010101010111110010101011010101011000011011001111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1719; }

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

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

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

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

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

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

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

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