Shades of Rustic Red #4E0103
Tints of Rustic Red #4E0103
RGB
CMYK
RGB Variations
Color information
#4E0103 (or 0x4E0103) is known color: Rustic Red. HEX triplet: 4E, 01 and 03. RGB value is (78,1,3). Sum of RGB (Red+Green+Blue) = 78+1+3=82 (10% of max value = 765). Red value is 78 (30.86% from 255 or 95.12% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0103 is #B1FEFC. Grayscale: #181818. Windows color (decimal): -11665149 or 196942. OLE color: 196942.
HSL color Cylindrical-coordinate representation of color #4E0103: hue angle of 358.44º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0103 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.69 |
| HSL | 358.44º | 0.97% | 0.15% | - |
| HSV(B) | 358.44º | 0.99% | 0.31% | - |
| XYZ | 3.17 | 1.65 | 0.24 | - |
| YUV | 24.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 3 | 0 | 0.99 | 0.96 | 0.69 | 358.44 | 0.97 | 0.15 |
| Hex | 4E | 1 | 3 | 0 | 63 | 60 | 45 | 166 | 61 | F |
| Octal | 116 | 1 | 3 | 0 | 143 | 140 | 105 | 546 | 141 | 17 |
| Binary | 1001110 | 1 | 11 | 0 | 1100011 | 1100000 | 1000101 | 101100110 | 1100001 | 1111 |
Color Harmonies of #4E0103
Complementary color
Monochromatic Colors of #4E0103
Black with #4E0103
Text Example
Text Example
White with #4E0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0103; }
p { color: rgb(78,1,3); }
H1.HeaderClassName
{
color: #4E0103;
}
.AnyTagClassName
{
color: #4E0103;
}
</style>
background-color css
<style>
a { background-color: #4E0103; }
a { background-color: rgb(78,1,3); }
div.DivClassName
{
background-color: #4E0103;
}
.BgClassName
{
background-color: #4E0103;
}
</style>
border-color css
<style>
span { border-color: #4E0103; }
span { border-color: rgb(78,1,3); }
td.TdClassName
{
border-color: #4E0103;
}
.TagClassName
{
border-color: #4E0103;
}
</style>