Shades of Rustic Red #4A0814
Tints of Rustic Red #4A0814
RGB
CMYK
RGB Variations
Color information
#4A0814 (or 0x4A0814) is known color: Rustic Red. HEX triplet: 4A, 08 and 14. RGB value is (74,8,20). Sum of RGB (Red+Green+Blue) = 74+8+20=102 (13% of max value = 765). Red value is 74 (29.30% from 255 or 72.55% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0814 is #B5F7EB. Grayscale: #1D1D1D. Windows color (decimal): -11925484 or 1312842. OLE color: 1312842.
HSL color Cylindrical-coordinate representation of color #4A0814: hue angle of 349.09º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0814 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 8 | 20 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.71 |
| HSL | 349.09º | 0.8% | 0.16% | - |
| HSV(B) | 349.09º | 0.89% | 0.29% | - |
| XYZ | 3.04 | 1.68 | 0.83 | - |
| YUV | 29.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 20 | 0 | 0.89 | 0.73 | 0.71 | 349.09 | 0.8 | 0.16 |
| Hex | 4A | 8 | 14 | 0 | 59 | 49 | 47 | 15D | 50 | 10 |
| Octal | 112 | 10 | 24 | 0 | 131 | 111 | 107 | 535 | 120 | 20 |
| Binary | 1001010 | 1000 | 10100 | 0 | 1011001 | 1001001 | 1000111 | 101011101 | 1010000 | 10000 |
Color Harmonies of #4A0814
Complementary color
Monochromatic Colors of #4A0814
Black with #4A0814
Text Example
Text Example
White with #4A0814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0814; }
p { color: rgb(74,8,20); }
H1.HeaderClassName
{
color: #4A0814;
}
.AnyTagClassName
{
color: #4A0814;
}
</style>
background-color css
<style>
a { background-color: #4A0814; }
a { background-color: rgb(74,8,20); }
div.DivClassName
{
background-color: #4A0814;
}
.BgClassName
{
background-color: #4A0814;
}
</style>
border-color css
<style>
span { border-color: #4A0814; }
span { border-color: rgb(74,8,20); }
td.TdClassName
{
border-color: #4A0814;
}
.TagClassName
{
border-color: #4A0814;
}
</style>