Shades of Medium Carmine #AB4833
Tints of Medium Carmine #AB4833
RGB
CMYK
RGB Variations
Color information
#AB4833 (or 0xAB4833) is known color: Medium Carmine. HEX triplet: AB, 48 and 33. RGB value is (171,72,51). Sum of RGB (Red+Green+Blue) = 171+72+51=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4833 is #54B7CC. Grayscale: #636363. Windows color (decimal): -5552077 or 3360939. OLE color: 3360939.
HSL color Cylindrical-coordinate representation of color #AB4833: hue angle of 10.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4833 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 51 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.33 |
| HSL | 10.5º | 0.54% | 0.44% | - |
| HSV(B) | 10.5º | 0.7% | 0.67% | - |
| XYZ | 19.71 | 13.53 | 4.71 | - |
| YUV | 99.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 51 | 0 | 0.58 | 0.70 | 0.33 | 10.5 | 0.54 | 0.44 |
| Hex | AB | 48 | 33 | 0 | 3A | 46 | 21 | A | 36 | 2C |
| Octal | 253 | 110 | 63 | 0 | 72 | 106 | 41 | 12 | 66 | 54 |
| Binary | 10101011 | 1001000 | 110011 | 0 | 111010 | 1000110 | 100001 | 1010 | 110110 | 101100 |
Color Harmonies of #AB4833
Complementary color
Monochromatic Colors of #AB4833
Black with #AB4833
Text Example
Text Example
White with #AB4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4833; }
p { color: rgb(171,72,51); }
H1.HeaderClassName
{
color: #AB4833;
}
.AnyTagClassName
{
color: #AB4833;
}
</style>
background-color css
<style>
a { background-color: #AB4833; }
a { background-color: rgb(171,72,51); }
div.DivClassName
{
background-color: #AB4833;
}
.BgClassName
{
background-color: #AB4833;
}
</style>
border-color css
<style>
span { border-color: #AB4833; }
span { border-color: rgb(171,72,51); }
td.TdClassName
{
border-color: #AB4833;
}
.TagClassName
{
border-color: #AB4833;
}
</style>