Shades of Medium Carmine #AB3E36
Tints of Medium Carmine #AB3E36
RGB
CMYK
RGB Variations
Color information
#AB3E36 (or 0xAB3E36) is known color: Medium Carmine. HEX triplet: AB, 3E and 36. RGB value is (171,62,54). Sum of RGB (Red+Green+Blue) = 171+62+54=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E36 is #54C1C9. Grayscale: #5D5D5D. Windows color (decimal): -5554634 or 3554987. OLE color: 3554987.
HSL color Cylindrical-coordinate representation of color #AB3E36: hue angle of 4.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3E36 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 54 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.33 |
| HSL | 4.1º | 0.52% | 0.44% | - |
| HSV(B) | 4.1º | 0.68% | 0.67% | - |
| XYZ | 19.18 | 12.37 | 4.87 | - |
| YUV | 93.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 54 | 0 | 0.64 | 0.68 | 0.33 | 4.1 | 0.52 | 0.44 |
| Hex | AB | 3E | 36 | 0 | 40 | 44 | 21 | 4 | 34 | 2C |
| Octal | 253 | 76 | 66 | 0 | 100 | 104 | 41 | 4 | 64 | 54 |
| Binary | 10101011 | 111110 | 110110 | 0 | 1000000 | 1000100 | 100001 | 100 | 110100 | 101100 |
Color Harmonies of #AB3E36
Complementary color
Monochromatic Colors of #AB3E36
Black with #AB3E36
Text Example
Text Example
White with #AB3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E36; }
p { color: rgb(171,62,54); }
H1.HeaderClassName
{
color: #AB3E36;
}
.AnyTagClassName
{
color: #AB3E36;
}
</style>
background-color css
<style>
a { background-color: #AB3E36; }
a { background-color: rgb(171,62,54); }
div.DivClassName
{
background-color: #AB3E36;
}
.BgClassName
{
background-color: #AB3E36;
}
</style>
border-color css
<style>
span { border-color: #AB3E36; }
span { border-color: rgb(171,62,54); }
td.TdClassName
{
border-color: #AB3E36;
}
.TagClassName
{
border-color: #AB3E36;
}
</style>