Shades of Medium Carmine #AB3A29
Tints of Medium Carmine #AB3A29
RGB
CMYK
RGB Variations
Color information
#AB3A29 (or 0xAB3A29) is known color: Medium Carmine. HEX triplet: AB, 3A and 29. RGB value is (171,58,41). Sum of RGB (Red+Green+Blue) = 171+58+41=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A29 is #54C5D6. Grayscale: #5A5A5A. Windows color (decimal): -5555671 or 2701995. OLE color: 2701995.
HSL color Cylindrical-coordinate representation of color #AB3A29: hue angle of 7.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB3A29 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 41 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.33 |
| HSL | 7.85º | 0.61% | 0.42% | - |
| HSV(B) | 7.85º | 0.76% | 0.67% | - |
| XYZ | 18.71 | 11.84 | 3.4 | - |
| YUV | 89.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 41 | 0 | 0.66 | 0.76 | 0.33 | 7.85 | 0.61 | 0.42 |
| Hex | AB | 3A | 29 | 0 | 42 | 4C | 21 | 8 | 3D | 2A |
| Octal | 253 | 72 | 51 | 0 | 102 | 114 | 41 | 10 | 75 | 52 |
| Binary | 10101011 | 111010 | 101001 | 0 | 1000010 | 1001100 | 100001 | 1000 | 111101 | 101010 |
Color Harmonies of #AB3A29
Complementary color
Monochromatic Colors of #AB3A29
Black with #AB3A29
Text Example
Text Example
White with #AB3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A29; }
p { color: rgb(171,58,41); }
H1.HeaderClassName
{
color: #AB3A29;
}
.AnyTagClassName
{
color: #AB3A29;
}
</style>
background-color css
<style>
a { background-color: #AB3A29; }
a { background-color: rgb(171,58,41); }
div.DivClassName
{
background-color: #AB3A29;
}
.BgClassName
{
background-color: #AB3A29;
}
</style>
border-color css
<style>
span { border-color: #AB3A29; }
span { border-color: rgb(171,58,41); }
td.TdClassName
{
border-color: #AB3A29;
}
.TagClassName
{
border-color: #AB3A29;
}
</style>