Shades of Medium Carmine #AB4032
Tints of Medium Carmine #AB4032
RGB
CMYK
RGB Variations
Color information
#AB4032 (or 0xAB4032) is known color: Medium Carmine. HEX triplet: AB, 40 and 32. RGB value is (171,64,50). Sum of RGB (Red+Green+Blue) = 171+64+50=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4032 is #54BFCD. Grayscale: #5E5E5E. Windows color (decimal): -5554126 or 3293355. OLE color: 3293355.
HSL color Cylindrical-coordinate representation of color #AB4032: hue angle of 6.94º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB4032 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 50 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.33 |
| HSL | 6.94º | 0.55% | 0.43% | - |
| HSV(B) | 6.94º | 0.71% | 0.67% | - |
| XYZ | 19.2 | 12.56 | 4.43 | - |
| YUV | 94.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 50 | 0 | 0.63 | 0.71 | 0.33 | 6.94 | 0.55 | 0.43 |
| Hex | AB | 40 | 32 | 0 | 3F | 47 | 21 | 7 | 37 | 2B |
| Octal | 253 | 100 | 62 | 0 | 77 | 107 | 41 | 7 | 67 | 53 |
| Binary | 10101011 | 1000000 | 110010 | 0 | 111111 | 1000111 | 100001 | 111 | 110111 | 101011 |
Color Harmonies of #AB4032
Complementary color
Monochromatic Colors of #AB4032
Black with #AB4032
Text Example
Text Example
White with #AB4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4032; }
p { color: rgb(171,64,50); }
H1.HeaderClassName
{
color: #AB4032;
}
.AnyTagClassName
{
color: #AB4032;
}
</style>
background-color css
<style>
a { background-color: #AB4032; }
a { background-color: rgb(171,64,50); }
div.DivClassName
{
background-color: #AB4032;
}
.BgClassName
{
background-color: #AB4032;
}
</style>
border-color css
<style>
span { border-color: #AB4032; }
span { border-color: rgb(171,64,50); }
td.TdClassName
{
border-color: #AB4032;
}
.TagClassName
{
border-color: #AB4032;
}
</style>