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