Shades of Medium Carmine #AB3E38
Tints of Medium Carmine #AB3E38
RGB
CMYK
RGB Variations
Color information
#AB3E38 (or 0xAB3E38) is known color: Medium Carmine. HEX triplet: AB, 3E and 38. RGB value is (171,62,56). Sum of RGB (Red+Green+Blue) = 171+62+56=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E38 is #54C1C7. Grayscale: #5E5E5E. Windows color (decimal): -5554632 or 3686059. OLE color: 3686059.
HSL color Cylindrical-coordinate representation of color #AB3E38: hue angle of 3.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3E38 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 56 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.33 |
| HSL | 3.13º | 0.51% | 0.45% | - |
| HSV(B) | 3.13º | 0.67% | 0.67% | - |
| XYZ | 19.23 | 12.39 | 5.12 | - |
| YUV | 93.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 56 | 0 | 0.64 | 0.67 | 0.33 | 3.13 | 0.51 | 0.45 |
| Hex | AB | 3E | 38 | 0 | 40 | 43 | 21 | 3 | 33 | 2D |
| Octal | 253 | 76 | 70 | 0 | 100 | 103 | 41 | 3 | 63 | 55 |
| Binary | 10101011 | 111110 | 111000 | 0 | 1000000 | 1000011 | 100001 | 11 | 110011 | 101101 |
Color Harmonies of #AB3E38
Complementary color
Monochromatic Colors of #AB3E38
Black with #AB3E38
Text Example
Text Example
White with #AB3E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E38; }
p { color: rgb(171,62,56); }
H1.HeaderClassName
{
color: #AB3E38;
}
.AnyTagClassName
{
color: #AB3E38;
}
</style>
background-color css
<style>
a { background-color: #AB3E38; }
a { background-color: rgb(171,62,56); }
div.DivClassName
{
background-color: #AB3E38;
}
.BgClassName
{
background-color: #AB3E38;
}
</style>
border-color css
<style>
span { border-color: #AB3E38; }
span { border-color: rgb(171,62,56); }
td.TdClassName
{
border-color: #AB3E38;
}
.TagClassName
{
border-color: #AB3E38;
}
</style>