#AB0516

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

Shades of Carmine #AB0516

Tints of Carmine #AB0516

Color information

#AB0516 (or 0xAB0516) is unknown color: approx Carmine. HEX triplet: AB, 05 and 16. RGB value is (171,5,22). Sum of RGB (Red+Green+Blue) = 171+5+22=198 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.36% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0516 is #54FAE9. Grayscale: #383838. Windows color (decimal): -5569258 or 1443243. OLE color: 1443243.

HSL color Cylindrical-coordinate representation of color #AB0516: hue angle of 353.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0516 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB171522-
CMYK00.970.870.33
HSL353.86º94.32%34.51%-
HSV(B)353.86º97.08%67.06%-
XYZ16.998.821.57-
YUV56.57108.5209.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 86.36%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=86.36%
G=2.53%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17152200.970.870.33353.8694.3234.51
HexAB51606157211625e23
Octal25352601411274154213643
Binary10101011101101100110000110101111000011011000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0516; }

 p { color: rgb(171,5,22); }

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

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

 a { background-color: rgb(171,5,22); }

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

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

 span { border-color: rgb(171,5,22); }

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