Shades of Carmine #AB071D
Tints of Carmine #AB071D
RGB
CMYK
RGB Variations
Color information
#AB071D (or 0xAB071D) is known color: Carmine. HEX triplet: AB, 07 and 1D. RGB value is (171,7,29). Sum of RGB (Red+Green+Blue) = 171+7+29=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB071D is #54F8E2. Grayscale: #3A3A3A. Windows color (decimal): -5568739 or 1902507. OLE color: 1902507.
HSL color Cylindrical-coordinate representation of color #AB071D: hue angle of 351.95º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB071D is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.33 |
| HSL | 351.95º | 0.92% | 0.35% | - |
| HSV(B) | 351.95º | 0.96% | 0.67% | - |
| XYZ | 17.09 | 8.9 | 1.98 | - |
| YUV | 58.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 29 | 0 | 0.96 | 0.83 | 0.33 | 351.95 | 0.92 | 0.35 |
| Hex | AB | 7 | 1D | 0 | 60 | 53 | 21 | 160 | 5C | 23 |
| Octal | 253 | 7 | 35 | 0 | 140 | 123 | 41 | 540 | 134 | 43 |
| Binary | 10101011 | 111 | 11101 | 0 | 1100000 | 1010011 | 100001 | 101100000 | 1011100 | 100011 |
Color Harmonies of #AB071D
Complementary color
Monochromatic Colors of #AB071D
Black with #AB071D
Text Example
Text Example
White with #AB071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB071D; }
p { color: rgb(171,7,29); }
H1.HeaderClassName
{
color: #AB071D;
}
.AnyTagClassName
{
color: #AB071D;
}
</style>
background-color css
<style>
a { background-color: #AB071D; }
a { background-color: rgb(171,7,29); }
div.DivClassName
{
background-color: #AB071D;
}
.BgClassName
{
background-color: #AB071D;
}
</style>
border-color css
<style>
span { border-color: #AB071D; }
span { border-color: rgb(171,7,29); }
td.TdClassName
{
border-color: #AB071D;
}
.TagClassName
{
border-color: #AB071D;
}
</style>