Shades of Carmine #AB0525
Tints of Carmine #AB0525
RGB
CMYK
RGB Variations
Color information
#AB0525 (or 0xAB0525) is known color: Carmine. HEX triplet: AB, 05 and 25. RGB value is (171,5,37). Sum of RGB (Red+Green+Blue) = 171+5+37=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0525 is #54FADA. Grayscale: #3A3A3A. Windows color (decimal): -5569243 or 2426283. OLE color: 2426283.
HSL color Cylindrical-coordinate representation of color #AB0525: hue angle of 348.43º 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 #AB0525 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 37 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.33 |
| HSL | 348.43º | 0.94% | 0.35% | - |
| HSV(B) | 348.43º | 0.97% | 0.67% | - |
| XYZ | 17.18 | 8.9 | 2.56 | - |
| YUV | 58.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 37 | 0 | 0.97 | 0.78 | 0.33 | 348.43 | 0.94 | 0.35 |
| Hex | AB | 5 | 25 | 0 | 61 | 4E | 21 | 15C | 5E | 23 |
| Octal | 253 | 5 | 45 | 0 | 141 | 116 | 41 | 534 | 136 | 43 |
| Binary | 10101011 | 101 | 100101 | 0 | 1100001 | 1001110 | 100001 | 101011100 | 1011110 | 100011 |
Color Harmonies of #AB0525
Complementary color
Monochromatic Colors of #AB0525
Black with #AB0525
Text Example
Text Example
White with #AB0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0525; }
p { color: rgb(171,5,37); }
H1.HeaderClassName
{
color: #AB0525;
}
.AnyTagClassName
{
color: #AB0525;
}
</style>
background-color css
<style>
a { background-color: #AB0525; }
a { background-color: rgb(171,5,37); }
div.DivClassName
{
background-color: #AB0525;
}
.BgClassName
{
background-color: #AB0525;
}
</style>
border-color css
<style>
span { border-color: #AB0525; }
span { border-color: rgb(171,5,37); }
td.TdClassName
{
border-color: #AB0525;
}
.TagClassName
{
border-color: #AB0525;
}
</style>