Shades of Carmine #AB021F
Tints of Carmine #AB021F
RGB
CMYK
RGB Variations
Color information
#AB021F (or 0xAB021F) is known color: Carmine. HEX triplet: AB, 02 and 1F. RGB value is (171,2,31). Sum of RGB (Red+Green+Blue) = 171+2+31=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB021F is #54FDE0. Grayscale: #373737. Windows color (decimal): -5570017 or 2032299. OLE color: 2032299.
HSL color Cylindrical-coordinate representation of color #AB021F: hue angle of 349.7º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB021F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.33 |
| HSL | 349.7º | 0.98% | 0.34% | - |
| HSV(B) | 349.7º | 0.99% | 0.67% | - |
| XYZ | 17.06 | 8.8 | 2.1 | - |
| YUV | 55.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 31 | 0 | 0.99 | 0.82 | 0.33 | 349.7 | 0.98 | 0.34 |
| Hex | AB | 2 | 1F | 0 | 63 | 52 | 21 | 15E | 62 | 22 |
| Octal | 253 | 2 | 37 | 0 | 143 | 122 | 41 | 536 | 142 | 42 |
| Binary | 10101011 | 10 | 11111 | 0 | 1100011 | 1010010 | 100001 | 101011110 | 1100010 | 100010 |
Color Harmonies of #AB021F
Complementary color
Monochromatic Colors of #AB021F
Black with #AB021F
Text Example
Text Example
White with #AB021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB021F; }
p { color: rgb(171,2,31); }
H1.HeaderClassName
{
color: #AB021F;
}
.AnyTagClassName
{
color: #AB021F;
}
</style>
background-color css
<style>
a { background-color: #AB021F; }
a { background-color: rgb(171,2,31); }
div.DivClassName
{
background-color: #AB021F;
}
.BgClassName
{
background-color: #AB021F;
}
</style>
border-color css
<style>
span { border-color: #AB021F; }
span { border-color: rgb(171,2,31); }
td.TdClassName
{
border-color: #AB021F;
}
.TagClassName
{
border-color: #AB021F;
}
</style>