#AB010F

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

Shades of Carmine #AB010F

Tints of Carmine #AB010F

Color information

#AB010F (or 0xAB010F) is unknown color: approx Carmine. HEX triplet: AB, 01 and 0F. RGB value is (171,1,15). Sum of RGB (Red+Green+Blue) = 171+1+15=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB010F is #54FEF0. Grayscale: #353535. Windows color (decimal): -5570289 or 983467. OLE color: 983467.

HSL color Cylindrical-coordinate representation of color #AB010F: hue angle of 355.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB010F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB171115-
CMYK00.990.910.33
HSL355.06º98.84%33.73%-
HSV(B)355.06º99.42%67.06%-
XYZ16.898.711.24-
YUV53.43106.32211.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 91.44%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=91.44%
G=0.53%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111500.990.910.33355.0698.8433.73
HexAB1F0635B211636322
Octal25311701431334154314342
Binary10101011111110110001110110111000011011000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB010F; }

 p { color: rgb(171,1,15); }

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

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

 a { background-color: rgb(171,1,15); }

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

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

 span { border-color: rgb(171,1,15); }

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