Shades of Carmine #AB031D
Tints of Carmine #AB031D
RGB
CMYK
RGB Variations
Color information
#AB031D (or 0xAB031D) is known color: Carmine. HEX triplet: AB, 03 and 1D. RGB value is (171,3,29). Sum of RGB (Red+Green+Blue) = 171+3+29=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB031D is #54FCE2. Grayscale: #383838. Windows color (decimal): -5569763 or 1901483. OLE color: 1901483.
HSL color Cylindrical-coordinate representation of color #AB031D: hue angle of 350.71º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB031D is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.33 |
| HSL | 350.71º | 0.97% | 0.34% | - |
| HSV(B) | 350.71º | 0.98% | 0.67% | - |
| XYZ | 17.05 | 8.81 | 1.96 | - |
| YUV | 56.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 29 | 0 | 0.98 | 0.83 | 0.33 | 350.71 | 0.97 | 0.34 |
| Hex | AB | 3 | 1D | 0 | 62 | 53 | 21 | 15F | 61 | 22 |
| Octal | 253 | 3 | 35 | 0 | 142 | 123 | 41 | 537 | 141 | 42 |
| Binary | 10101011 | 11 | 11101 | 0 | 1100010 | 1010011 | 100001 | 101011111 | 1100001 | 100010 |
Color Harmonies of #AB031D
Complementary color
Monochromatic Colors of #AB031D
Black with #AB031D
Text Example
Text Example
White with #AB031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB031D; }
p { color: rgb(171,3,29); }
H1.HeaderClassName
{
color: #AB031D;
}
.AnyTagClassName
{
color: #AB031D;
}
</style>
background-color css
<style>
a { background-color: #AB031D; }
a { background-color: rgb(171,3,29); }
div.DivClassName
{
background-color: #AB031D;
}
.BgClassName
{
background-color: #AB031D;
}
</style>
border-color css
<style>
span { border-color: #AB031D; }
span { border-color: rgb(171,3,29); }
td.TdClassName
{
border-color: #AB031D;
}
.TagClassName
{
border-color: #AB031D;
}
</style>