Shades of Carmine #AB072D
Tints of Carmine #AB072D
RGB
CMYK
RGB Variations
Color information
#AB072D (or 0xAB072D) is known color: Carmine. HEX triplet: AB, 07 and 2D. RGB value is (171,7,45). Sum of RGB (Red+Green+Blue) = 171+7+45=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB072D is #54F8D2. Grayscale: #3C3C3C. Windows color (decimal): -5568723 or 2951083. OLE color: 2951083.
HSL color Cylindrical-coordinate representation of color #AB072D: hue angle of 346.1º 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 #AB072D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.33 |
| HSL | 346.1º | 0.92% | 0.35% | - |
| HSV(B) | 346.1º | 0.96% | 0.67% | - |
| XYZ | 17.34 | 9 | 3.31 | - |
| YUV | 60.37 | 119.33 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 45 | 0 | 0.96 | 0.74 | 0.33 | 346.1 | 0.92 | 0.35 |
| Hex | AB | 7 | 2D | 0 | 60 | 4A | 21 | 15A | 5C | 23 |
| Octal | 253 | 7 | 55 | 0 | 140 | 112 | 41 | 532 | 134 | 43 |
| Binary | 10101011 | 111 | 101101 | 0 | 1100000 | 1001010 | 100001 | 101011010 | 1011100 | 100011 |
Color Harmonies of #AB072D
Complementary color
Monochromatic Colors of #AB072D
Black with #AB072D
Text Example
Text Example
White with #AB072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB072D; }
p { color: rgb(171,7,45); }
H1.HeaderClassName
{
color: #AB072D;
}
.AnyTagClassName
{
color: #AB072D;
}
</style>
background-color css
<style>
a { background-color: #AB072D; }
a { background-color: rgb(171,7,45); }
div.DivClassName
{
background-color: #AB072D;
}
.BgClassName
{
background-color: #AB072D;
}
</style>
border-color css
<style>
span { border-color: #AB072D; }
span { border-color: rgb(171,7,45); }
td.TdClassName
{
border-color: #AB072D;
}
.TagClassName
{
border-color: #AB072D;
}
</style>