Shades of Carmine #AB0F25
Tints of Carmine #AB0F25
RGB
CMYK
RGB Variations
Color information
#AB0F25 (or 0xAB0F25) is known color: Carmine. HEX triplet: AB, 0F and 25. RGB value is (171,15,37). Sum of RGB (Red+Green+Blue) = 171+15+37=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F25 is #54F0DA. Grayscale: #404040. Windows color (decimal): -5566683 or 2428843. OLE color: 2428843.
HSL color Cylindrical-coordinate representation of color #AB0F25: hue angle of 351.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F25 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 37 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.33 |
| HSL | 351.54º | 0.84% | 0.36% | - |
| HSV(B) | 351.54º | 0.91% | 0.67% | - |
| XYZ | 17.3 | 9.13 | 2.6 | - |
| YUV | 64.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 37 | 0 | 0.91 | 0.78 | 0.33 | 351.54 | 0.84 | 0.36 |
| Hex | AB | F | 25 | 0 | 5B | 4E | 21 | 160 | 54 | 24 |
| Octal | 253 | 17 | 45 | 0 | 133 | 116 | 41 | 540 | 124 | 44 |
| Binary | 10101011 | 1111 | 100101 | 0 | 1011011 | 1001110 | 100001 | 101100000 | 1010100 | 100100 |
Color Harmonies of #AB0F25
Complementary color
Monochromatic Colors of #AB0F25
Black with #AB0F25
Text Example
Text Example
White with #AB0F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F25; }
p { color: rgb(171,15,37); }
H1.HeaderClassName
{
color: #AB0F25;
}
.AnyTagClassName
{
color: #AB0F25;
}
</style>
background-color css
<style>
a { background-color: #AB0F25; }
a { background-color: rgb(171,15,37); }
div.DivClassName
{
background-color: #AB0F25;
}
.BgClassName
{
background-color: #AB0F25;
}
</style>
border-color css
<style>
span { border-color: #AB0F25; }
span { border-color: rgb(171,15,37); }
td.TdClassName
{
border-color: #AB0F25;
}
.TagClassName
{
border-color: #AB0F25;
}
</style>