#AB1315

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

Shades of Carmine #AB1315

Tints of Carmine #AB1315

Color information

#AB1315 (or 0xAB1315) is unknown color: approx Carmine. HEX triplet: AB, 13 and 15. RGB value is (171,19,21). Sum of RGB (Red+Green+Blue) = 171+19+21=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1315 is #54ECEA. Grayscale: #404040. Windows color (decimal): -5565675 or 1381291. OLE color: 1381291.

HSL color Cylindrical-coordinate representation of color #AB1315: hue angle of 359.21º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1315 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1711921-
CMYK00.890.880.33
HSL359.21º80%37.25%-
HSV(B)359.21º88.89%67.06%-
XYZ17.169.181.58-
YUV64.68103.36203.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.04%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=81.04%
G=9.00%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171192100.890.880.33359.218037.25
HexAB131505958211675025
Octal253232501311304154712045
Binary1010101110011101010101100110110001000011011001111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1315; }

 p { color: rgb(171,19,21); }

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

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

 a { background-color: rgb(171,19,21); }

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

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

 span { border-color: rgb(171,19,21); }

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