Shades of Carmine #AB082D
Tints of Carmine #AB082D
RGB
CMYK
RGB Variations
Color information
#AB082D (or 0xAB082D) is known color: Carmine. HEX triplet: AB, 08 and 2D. RGB value is (171,8,45). Sum of RGB (Red+Green+Blue) = 171+8+45=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB082D is #54F7D2. Grayscale: #3C3C3C. Windows color (decimal): -5568467 or 2951339. OLE color: 2951339.
HSL color Cylindrical-coordinate representation of color #AB082D: hue angle of 346.38º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB082D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 45 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.33 |
| HSL | 346.38º | 0.91% | 0.35% | - |
| HSV(B) | 346.38º | 0.95% | 0.67% | - |
| XYZ | 17.36 | 9.02 | 3.31 | - |
| YUV | 60.96 | 119 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 45 | 0 | 0.95 | 0.74 | 0.33 | 346.38 | 0.91 | 0.35 |
| Hex | AB | 8 | 2D | 0 | 5F | 4A | 21 | 15A | 5B | 23 |
| Octal | 253 | 10 | 55 | 0 | 137 | 112 | 41 | 532 | 133 | 43 |
| Binary | 10101011 | 1000 | 101101 | 0 | 1011111 | 1001010 | 100001 | 101011010 | 1011011 | 100011 |
Color Harmonies of #AB082D
Complementary color
Monochromatic Colors of #AB082D
Black with #AB082D
Text Example
Text Example
White with #AB082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB082D; }
p { color: rgb(171,8,45); }
H1.HeaderClassName
{
color: #AB082D;
}
.AnyTagClassName
{
color: #AB082D;
}
</style>
background-color css
<style>
a { background-color: #AB082D; }
a { background-color: rgb(171,8,45); }
div.DivClassName
{
background-color: #AB082D;
}
.BgClassName
{
background-color: #AB082D;
}
</style>
border-color css
<style>
span { border-color: #AB082D; }
span { border-color: rgb(171,8,45); }
td.TdClassName
{
border-color: #AB082D;
}
.TagClassName
{
border-color: #AB082D;
}
</style>