Shades of Medium Carmine #AB4938
Tints of Medium Carmine #AB4938
RGB
CMYK
RGB Variations
Color information
#AB4938 (or 0xAB4938) is known color: Medium Carmine. HEX triplet: AB, 49 and 38. RGB value is (171,73,56). Sum of RGB (Red+Green+Blue) = 171+73+56=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4938 is #54B6C7. Grayscale: #646464. Windows color (decimal): -5551816 or 3688875. OLE color: 3688875.
HSL color Cylindrical-coordinate representation of color #AB4938: hue angle of 8.87º 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 #AB4938 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 56 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.33 |
| HSL | 8.87º | 0.51% | 0.45% | - |
| HSV(B) | 8.87º | 0.67% | 0.67% | - |
| XYZ | 19.89 | 13.71 | 5.34 | - |
| YUV | 100.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 56 | 0 | 0.57 | 0.67 | 0.33 | 8.87 | 0.51 | 0.45 |
| Hex | AB | 49 | 38 | 0 | 39 | 43 | 21 | 9 | 33 | 2D |
| Octal | 253 | 111 | 70 | 0 | 71 | 103 | 41 | 11 | 63 | 55 |
| Binary | 10101011 | 1001001 | 111000 | 0 | 111001 | 1000011 | 100001 | 1001 | 110011 | 101101 |
Color Harmonies of #AB4938
Complementary color
Monochromatic Colors of #AB4938
Black with #AB4938
Text Example
Text Example
White with #AB4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4938; }
p { color: rgb(171,73,56); }
H1.HeaderClassName
{
color: #AB4938;
}
.AnyTagClassName
{
color: #AB4938;
}
</style>
background-color css
<style>
a { background-color: #AB4938; }
a { background-color: rgb(171,73,56); }
div.DivClassName
{
background-color: #AB4938;
}
.BgClassName
{
background-color: #AB4938;
}
</style>
border-color css
<style>
span { border-color: #AB4938; }
span { border-color: rgb(171,73,56); }
td.TdClassName
{
border-color: #AB4938;
}
.TagClassName
{
border-color: #AB4938;
}
</style>