Shades of Carmine #AB0713
Tints of Carmine #AB0713
RGB
CMYK
RGB Variations
Color information
#AB0713 (or 0xAB0713) is known color: Carmine. HEX triplet: AB, 07 and 13. RGB value is (171,7,19). Sum of RGB (Red+Green+Blue) = 171+7+19=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0713 is #54F8EC. Grayscale: #393939. Windows color (decimal): -5568749 or 1247147. OLE color: 1247147.
HSL color Cylindrical-coordinate representation of color #AB0713: hue angle of 355.61º degrees, saturation: 0.92, 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 #AB0713 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 19 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.33 |
| HSL | 355.61º | 0.92% | 0.35% | - |
| HSV(B) | 355.61º | 0.96% | 0.67% | - |
| XYZ | 16.99 | 8.86 | 1.43 | - |
| YUV | 57.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 19 | 0 | 0.96 | 0.89 | 0.33 | 355.61 | 0.92 | 0.35 |
| Hex | AB | 7 | 13 | 0 | 60 | 59 | 21 | 164 | 5C | 23 |
| Octal | 253 | 7 | 23 | 0 | 140 | 131 | 41 | 544 | 134 | 43 |
| Binary | 10101011 | 111 | 10011 | 0 | 1100000 | 1011001 | 100001 | 101100100 | 1011100 | 100011 |
Color Harmonies of #AB0713
Complementary color
Monochromatic Colors of #AB0713
Black with #AB0713
Text Example
Text Example
White with #AB0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0713; }
p { color: rgb(171,7,19); }
H1.HeaderClassName
{
color: #AB0713;
}
.AnyTagClassName
{
color: #AB0713;
}
</style>
background-color css
<style>
a { background-color: #AB0713; }
a { background-color: rgb(171,7,19); }
div.DivClassName
{
background-color: #AB0713;
}
.BgClassName
{
background-color: #AB0713;
}
</style>
border-color css
<style>
span { border-color: #AB0713; }
span { border-color: rgb(171,7,19); }
td.TdClassName
{
border-color: #AB0713;
}
.TagClassName
{
border-color: #AB0713;
}
</style>