Shades of Carmine #AB062D
Tints of Carmine #AB062D
RGB
CMYK
RGB Variations
Color information
#AB062D (or 0xAB062D) is known color: Carmine. HEX triplet: AB, 06 and 2D. RGB value is (171,6,45). Sum of RGB (Red+Green+Blue) = 171+6+45=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB062D is #54F9D2. Grayscale: #3B3B3B. Windows color (decimal): -5568979 or 2950827. OLE color: 2950827.
HSL color Cylindrical-coordinate representation of color #AB062D: hue angle of 345.82º degrees, saturation: 0.93, 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 #AB062D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 45 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.33 |
| HSL | 345.82º | 0.93% | 0.35% | - |
| HSV(B) | 345.82º | 0.96% | 0.67% | - |
| XYZ | 17.33 | 8.98 | 3.3 | - |
| YUV | 59.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 45 | 0 | 0.96 | 0.74 | 0.33 | 345.82 | 0.93 | 0.35 |
| Hex | AB | 6 | 2D | 0 | 60 | 4A | 21 | 15A | 5D | 23 |
| Octal | 253 | 6 | 55 | 0 | 140 | 112 | 41 | 532 | 135 | 43 |
| Binary | 10101011 | 110 | 101101 | 0 | 1100000 | 1001010 | 100001 | 101011010 | 1011101 | 100011 |
Color Harmonies of #AB062D
Complementary color
Monochromatic Colors of #AB062D
Black with #AB062D
Text Example
Text Example
White with #AB062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB062D; }
p { color: rgb(171,6,45); }
H1.HeaderClassName
{
color: #AB062D;
}
.AnyTagClassName
{
color: #AB062D;
}
</style>
background-color css
<style>
a { background-color: #AB062D; }
a { background-color: rgb(171,6,45); }
div.DivClassName
{
background-color: #AB062D;
}
.BgClassName
{
background-color: #AB062D;
}
</style>
border-color css
<style>
span { border-color: #AB062D; }
span { border-color: rgb(171,6,45); }
td.TdClassName
{
border-color: #AB062D;
}
.TagClassName
{
border-color: #AB062D;
}
</style>