Shades of Carmine #AB051F
Tints of Carmine #AB051F
RGB
CMYK
RGB Variations
Color information
#AB051F (or 0xAB051F) is known color: Carmine. HEX triplet: AB, 05 and 1F. RGB value is (171,5,31). Sum of RGB (Red+Green+Blue) = 171+5+31=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB051F is #54FAE0. Grayscale: #393939. Windows color (decimal): -5569249 or 2033067. OLE color: 2033067.
HSL color Cylindrical-coordinate representation of color #AB051F: hue angle of 350.6º 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 #AB051F is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.33 |
| HSL | 350.6º | 0.94% | 0.35% | - |
| HSV(B) | 350.6º | 0.97% | 0.67% | - |
| XYZ | 17.1 | 8.87 | 2.11 | - |
| YUV | 57.6 | 113 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 31 | 0 | 0.97 | 0.82 | 0.33 | 350.6 | 0.94 | 0.35 |
| Hex | AB | 5 | 1F | 0 | 61 | 52 | 21 | 15F | 5E | 23 |
| Octal | 253 | 5 | 37 | 0 | 141 | 122 | 41 | 537 | 136 | 43 |
| Binary | 10101011 | 101 | 11111 | 0 | 1100001 | 1010010 | 100001 | 101011111 | 1011110 | 100011 |
Color Harmonies of #AB051F
Complementary color
Monochromatic Colors of #AB051F
Black with #AB051F
Text Example
Text Example
White with #AB051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB051F; }
p { color: rgb(171,5,31); }
H1.HeaderClassName
{
color: #AB051F;
}
.AnyTagClassName
{
color: #AB051F;
}
</style>
background-color css
<style>
a { background-color: #AB051F; }
a { background-color: rgb(171,5,31); }
div.DivClassName
{
background-color: #AB051F;
}
.BgClassName
{
background-color: #AB051F;
}
</style>
border-color css
<style>
span { border-color: #AB051F; }
span { border-color: rgb(171,5,31); }
td.TdClassName
{
border-color: #AB051F;
}
.TagClassName
{
border-color: #AB051F;
}
</style>