Shades of Rustic Red #4D0A12
Tints of Rustic Red #4D0A12
RGB
CMYK
RGB Variations
Color information
#4D0A12 (or 0x4D0A12) is known color: Rustic Red. HEX triplet: 4D, 0A and 12. RGB value is (77,10,18). Sum of RGB (Red+Green+Blue) = 77+10+18=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0A12 is #B2F5ED. Grayscale: #1E1E1E. Windows color (decimal): -11728366 or 1182285. OLE color: 1182285.
HSL color Cylindrical-coordinate representation of color #4D0A12: hue angle of 352.84º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D0A12 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 10 | 18 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.70 |
| HSL | 352.84º | 0.77% | 0.17% | - |
| HSV(B) | 352.84º | 0.87% | 0.3% | - |
| XYZ | 3.28 | 1.84 | 0.75 | - |
| YUV | 30.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 18 | 0 | 0.87 | 0.77 | 0.70 | 352.84 | 0.77 | 0.17 |
| Hex | 4D | A | 12 | 0 | 57 | 4D | 46 | 161 | 4D | 11 |
| Octal | 115 | 12 | 22 | 0 | 127 | 115 | 106 | 541 | 115 | 21 |
| Binary | 1001101 | 1010 | 10010 | 0 | 1010111 | 1001101 | 1000110 | 101100001 | 1001101 | 10001 |
Color Harmonies of #4D0A12
Complementary color
Monochromatic Colors of #4D0A12
Black with #4D0A12
Text Example
Text Example
White with #4D0A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A12; }
p { color: rgb(77,10,18); }
H1.HeaderClassName
{
color: #4D0A12;
}
.AnyTagClassName
{
color: #4D0A12;
}
</style>
background-color css
<style>
a { background-color: #4D0A12; }
a { background-color: rgb(77,10,18); }
div.DivClassName
{
background-color: #4D0A12;
}
.BgClassName
{
background-color: #4D0A12;
}
</style>
border-color css
<style>
span { border-color: #4D0A12; }
span { border-color: rgb(77,10,18); }
td.TdClassName
{
border-color: #4D0A12;
}
.TagClassName
{
border-color: #4D0A12;
}
</style>