Shades of Carmine #AB0728
Tints of Carmine #AB0728
RGB
CMYK
RGB Variations
Color information
#AB0728 (or 0xAB0728) is known color: Carmine. HEX triplet: AB, 07 and 28. RGB value is (171,7,40). Sum of RGB (Red+Green+Blue) = 171+7+40=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0728 is #54F8D7. Grayscale: #3B3B3B. Windows color (decimal): -5568728 or 2623403. OLE color: 2623403.
HSL color Cylindrical-coordinate representation of color #AB0728: hue angle of 347.93º 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 #AB0728 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 40 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.33 |
| HSL | 347.93º | 0.92% | 0.35% | - |
| HSV(B) | 347.93º | 0.96% | 0.67% | - |
| XYZ | 17.25 | 8.96 | 2.83 | - |
| YUV | 59.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 40 | 0 | 0.96 | 0.77 | 0.33 | 347.93 | 0.92 | 0.35 |
| Hex | AB | 7 | 28 | 0 | 60 | 4D | 21 | 15C | 5C | 23 |
| Octal | 253 | 7 | 50 | 0 | 140 | 115 | 41 | 534 | 134 | 43 |
| Binary | 10101011 | 111 | 101000 | 0 | 1100000 | 1001101 | 100001 | 101011100 | 1011100 | 100011 |
Color Harmonies of #AB0728
Complementary color
Monochromatic Colors of #AB0728
Black with #AB0728
Text Example
Text Example
White with #AB0728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0728; }
p { color: rgb(171,7,40); }
H1.HeaderClassName
{
color: #AB0728;
}
.AnyTagClassName
{
color: #AB0728;
}
</style>
background-color css
<style>
a { background-color: #AB0728; }
a { background-color: rgb(171,7,40); }
div.DivClassName
{
background-color: #AB0728;
}
.BgClassName
{
background-color: #AB0728;
}
</style>
border-color css
<style>
span { border-color: #AB0728; }
span { border-color: rgb(171,7,40); }
td.TdClassName
{
border-color: #AB0728;
}
.TagClassName
{
border-color: #AB0728;
}
</style>