Shades of Carmine #AB0515
Tints of Carmine #AB0515
RGB
CMYK
RGB Variations
Color information
#AB0515 (or 0xAB0515) is known color: Carmine. HEX triplet: AB, 05 and 15. RGB value is (171,5,21). Sum of RGB (Red+Green+Blue) = 171+5+21=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0515 is #54FAEA. Grayscale: #383838. Windows color (decimal): -5569259 or 1377707. OLE color: 1377707.
HSL color Cylindrical-coordinate representation of color #AB0515: hue angle of 354.22º 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 #AB0515 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.33 |
| HSL | 354.22º | 0.94% | 0.35% | - |
| HSV(B) | 354.22º | 0.97% | 0.67% | - |
| XYZ | 16.98 | 8.82 | 1.52 | - |
| YUV | 56.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 21 | 0 | 0.97 | 0.88 | 0.33 | 354.22 | 0.94 | 0.35 |
| Hex | AB | 5 | 15 | 0 | 61 | 58 | 21 | 162 | 5E | 23 |
| Octal | 253 | 5 | 25 | 0 | 141 | 130 | 41 | 542 | 136 | 43 |
| Binary | 10101011 | 101 | 10101 | 0 | 1100001 | 1011000 | 100001 | 101100010 | 1011110 | 100011 |
Color Harmonies of #AB0515
Complementary color
Monochromatic Colors of #AB0515
Black with #AB0515
Text Example
Text Example
White with #AB0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0515; }
p { color: rgb(171,5,21); }
H1.HeaderClassName
{
color: #AB0515;
}
.AnyTagClassName
{
color: #AB0515;
}
</style>
background-color css
<style>
a { background-color: #AB0515; }
a { background-color: rgb(171,5,21); }
div.DivClassName
{
background-color: #AB0515;
}
.BgClassName
{
background-color: #AB0515;
}
</style>
border-color css
<style>
span { border-color: #AB0515; }
span { border-color: rgb(171,5,21); }
td.TdClassName
{
border-color: #AB0515;
}
.TagClassName
{
border-color: #AB0515;
}
</style>