Shades of Medium Carmine #AB3F34
Tints of Medium Carmine #AB3F34
RGB
CMYK
RGB Variations
Color information
#AB3F34 (or 0xAB3F34) is known color: Medium Carmine. HEX triplet: AB, 3F and 34. RGB value is (171,63,52). Sum of RGB (Red+Green+Blue) = 171+63+52=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F34 is #54C0CB. Grayscale: #5E5E5E. Windows color (decimal): -5554380 or 3424171. OLE color: 3424171.
HSL color Cylindrical-coordinate representation of color #AB3F34: hue angle of 5.55º 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 #AB3F34 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 52 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.33 |
| HSL | 5.55º | 0.53% | 0.44% | - |
| HSV(B) | 5.55º | 0.7% | 0.67% | - |
| XYZ | 19.19 | 12.46 | 4.64 | - |
| YUV | 94.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 52 | 0 | 0.63 | 0.70 | 0.33 | 5.55 | 0.53 | 0.44 |
| Hex | AB | 3F | 34 | 0 | 3F | 46 | 21 | 6 | 35 | 2C |
| Octal | 253 | 77 | 64 | 0 | 77 | 106 | 41 | 6 | 65 | 54 |
| Binary | 10101011 | 111111 | 110100 | 0 | 111111 | 1000110 | 100001 | 110 | 110101 | 101100 |
Color Harmonies of #AB3F34
Complementary color
Monochromatic Colors of #AB3F34
Black with #AB3F34
Text Example
Text Example
White with #AB3F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F34; }
p { color: rgb(171,63,52); }
H1.HeaderClassName
{
color: #AB3F34;
}
.AnyTagClassName
{
color: #AB3F34;
}
</style>
background-color css
<style>
a { background-color: #AB3F34; }
a { background-color: rgb(171,63,52); }
div.DivClassName
{
background-color: #AB3F34;
}
.BgClassName
{
background-color: #AB3F34;
}
</style>
border-color css
<style>
span { border-color: #AB3F34; }
span { border-color: rgb(171,63,52); }
td.TdClassName
{
border-color: #AB3F34;
}
.TagClassName
{
border-color: #AB3F34;
}
</style>