Shades of Carmine #AB0513
Tints of Carmine #AB0513
RGB
CMYK
RGB Variations
Color information
#AB0513 (or 0xAB0513) is known color: Carmine. HEX triplet: AB, 05 and 13. RGB value is (171,5,19). Sum of RGB (Red+Green+Blue) = 171+5+19=195 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.69% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0513 is #54FAEC. Grayscale: #383838. Windows color (decimal): -5569261 or 1246635. OLE color: 1246635.
HSL color Cylindrical-coordinate representation of color #AB0513: hue angle of 354.94º 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 #AB0513 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 19 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.33 |
| HSL | 354.94º | 0.94% | 0.35% | - |
| HSV(B) | 354.94º | 0.97% | 0.67% | - |
| XYZ | 16.97 | 8.81 | 1.42 | - |
| YUV | 56.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 19 | 0 | 0.97 | 0.89 | 0.33 | 354.94 | 0.94 | 0.35 |
| Hex | AB | 5 | 13 | 0 | 61 | 59 | 21 | 163 | 5E | 23 |
| Octal | 253 | 5 | 23 | 0 | 141 | 131 | 41 | 543 | 136 | 43 |
| Binary | 10101011 | 101 | 10011 | 0 | 1100001 | 1011001 | 100001 | 101100011 | 1011110 | 100011 |
Color Harmonies of #AB0513
Complementary color
Monochromatic Colors of #AB0513
Black with #AB0513
Text Example
Text Example
White with #AB0513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0513; }
p { color: rgb(171,5,19); }
H1.HeaderClassName
{
color: #AB0513;
}
.AnyTagClassName
{
color: #AB0513;
}
</style>
background-color css
<style>
a { background-color: #AB0513; }
a { background-color: rgb(171,5,19); }
div.DivClassName
{
background-color: #AB0513;
}
.BgClassName
{
background-color: #AB0513;
}
</style>
border-color css
<style>
span { border-color: #AB0513; }
span { border-color: rgb(171,5,19); }
td.TdClassName
{
border-color: #AB0513;
}
.TagClassName
{
border-color: #AB0513;
}
</style>