#AB060F

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

Shades of Carmine #AB060F

Tints of Carmine #AB060F

Color information

#AB060F (or 0xAB060F) is unknown color: approx Carmine. HEX triplet: AB, 06 and 0F. RGB value is (171,6,15). Sum of RGB (Red+Green+Blue) = 171+6+15=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB060F is #54F9F0. Grayscale: #383838. Windows color (decimal): -5569009 or 984747. OLE color: 984747.

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

Color convert

RGB171615-
CMYK00.960.910.33
HSL356.73º93.22%34.71%-
HSV(B)356.73º96.49%67.06%-
XYZ16.958.821.26-
YUV56.36104.66209.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 89.06%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=89.06%
G=3.12%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17161500.960.910.33356.7393.2234.71
HexAB6F0605B211655d23
Octal25361701401334154513543
Binary1010101111011110110000010110111000011011001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB060F; }

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

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

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

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

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

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

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

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