Shades of Medium Carmine #AB4534
Tints of Medium Carmine #AB4534
RGB
CMYK
RGB Variations
Color information
#AB4534 (or 0xAB4534) is known color: Medium Carmine. HEX triplet: AB, 45 and 34. RGB value is (171,69,52). Sum of RGB (Red+Green+Blue) = 171+69+52=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4534 is #54BACB. Grayscale: #616161. Windows color (decimal): -5552844 or 3425707. OLE color: 3425707.
HSL color Cylindrical-coordinate representation of color #AB4534: hue angle of 8.57º degrees, saturation: 0.53, 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 #AB4534 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 52 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.33 |
| HSL | 8.57º | 0.53% | 0.44% | - |
| HSV(B) | 8.57º | 0.7% | 0.67% | - |
| XYZ | 19.54 | 13.16 | 4.76 | - |
| YUV | 97.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 52 | 0 | 0.60 | 0.70 | 0.33 | 8.57 | 0.53 | 0.44 |
| Hex | AB | 45 | 34 | 0 | 3C | 46 | 21 | 9 | 35 | 2C |
| Octal | 253 | 105 | 64 | 0 | 74 | 106 | 41 | 11 | 65 | 54 |
| Binary | 10101011 | 1000101 | 110100 | 0 | 111100 | 1000110 | 100001 | 1001 | 110101 | 101100 |
Color Harmonies of #AB4534
Complementary color
Monochromatic Colors of #AB4534
Black with #AB4534
Text Example
Text Example
White with #AB4534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4534; }
p { color: rgb(171,69,52); }
H1.HeaderClassName
{
color: #AB4534;
}
.AnyTagClassName
{
color: #AB4534;
}
</style>
background-color css
<style>
a { background-color: #AB4534; }
a { background-color: rgb(171,69,52); }
div.DivClassName
{
background-color: #AB4534;
}
.BgClassName
{
background-color: #AB4534;
}
</style>
border-color css
<style>
span { border-color: #AB4534; }
span { border-color: rgb(171,69,52); }
td.TdClassName
{
border-color: #AB4534;
}
.TagClassName
{
border-color: #AB4534;
}
</style>