Shades of Rustic Red #4E0305
Tints of Rustic Red #4E0305
RGB
CMYK
RGB Variations
Color information
#4E0305 (or 0x4E0305) is known color: Rustic Red. HEX triplet: 4E, 03 and 05. RGB value is (78,3,5). Sum of RGB (Red+Green+Blue) = 78+3+5=86 (11% of max value = 765). Red value is 78 (30.86% from 255 or 90.70% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0305 is #B1FCFA. Grayscale: #191919. Windows color (decimal): -11664635 or 328526. OLE color: 328526.
HSL color Cylindrical-coordinate representation of color #4E0305: hue angle of 358.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0305 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 5 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.69 |
| HSL | 358.4º | 0.93% | 0.16% | - |
| HSV(B) | 358.4º | 0.96% | 0.31% | - |
| XYZ | 3.2 | 1.7 | 0.3 | - |
| YUV | 25.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 5 | 0 | 0.96 | 0.94 | 0.69 | 358.4 | 0.93 | 0.16 |
| Hex | 4E | 3 | 5 | 0 | 60 | 5E | 45 | 166 | 5D | 10 |
| Octal | 116 | 3 | 5 | 0 | 140 | 136 | 105 | 546 | 135 | 20 |
| Binary | 1001110 | 11 | 101 | 0 | 1100000 | 1011110 | 1000101 | 101100110 | 1011101 | 10000 |
Color Harmonies of #4E0305
Complementary color
Monochromatic Colors of #4E0305
Black with #4E0305
Text Example
Text Example
White with #4E0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0305; }
p { color: rgb(78,3,5); }
H1.HeaderClassName
{
color: #4E0305;
}
.AnyTagClassName
{
color: #4E0305;
}
</style>
background-color css
<style>
a { background-color: #4E0305; }
a { background-color: rgb(78,3,5); }
div.DivClassName
{
background-color: #4E0305;
}
.BgClassName
{
background-color: #4E0305;
}
</style>
border-color css
<style>
span { border-color: #4E0305; }
span { border-color: rgb(78,3,5); }
td.TdClassName
{
border-color: #4E0305;
}
.TagClassName
{
border-color: #4E0305;
}
</style>