Shades of Medium Carmine #AB4835
Tints of Medium Carmine #AB4835
RGB
CMYK
RGB Variations
Color information
#AB4835 (or 0xAB4835) is known color: Medium Carmine. HEX triplet: AB, 48 and 35. RGB value is (171,72,53). Sum of RGB (Red+Green+Blue) = 171+72+53=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4835 is #54B7CA. Grayscale: #636363. Windows color (decimal): -5552075 or 3492011. OLE color: 3492011.
HSL color Cylindrical-coordinate representation of color #AB4835: hue angle of 9.66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4835 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 53 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.33 |
| HSL | 9.66º | 0.53% | 0.44% | - |
| HSV(B) | 9.66º | 0.69% | 0.67% | - |
| XYZ | 19.75 | 13.55 | 4.94 | - |
| YUV | 99.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 53 | 0 | 0.58 | 0.69 | 0.33 | 9.66 | 0.53 | 0.44 |
| Hex | AB | 48 | 35 | 0 | 3A | 45 | 21 | A | 35 | 2C |
| Octal | 253 | 110 | 65 | 0 | 72 | 105 | 41 | 12 | 65 | 54 |
| Binary | 10101011 | 1001000 | 110101 | 0 | 111010 | 1000101 | 100001 | 1010 | 110101 | 101100 |
Color Harmonies of #AB4835
Complementary color
Monochromatic Colors of #AB4835
Black with #AB4835
Text Example
Text Example
White with #AB4835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4835; }
p { color: rgb(171,72,53); }
H1.HeaderClassName
{
color: #AB4835;
}
.AnyTagClassName
{
color: #AB4835;
}
</style>
background-color css
<style>
a { background-color: #AB4835; }
a { background-color: rgb(171,72,53); }
div.DivClassName
{
background-color: #AB4835;
}
.BgClassName
{
background-color: #AB4835;
}
</style>
border-color css
<style>
span { border-color: #AB4835; }
span { border-color: rgb(171,72,53); }
td.TdClassName
{
border-color: #AB4835;
}
.TagClassName
{
border-color: #AB4835;
}
</style>