Shades of Rustic Red #4F0003
Tints of Rustic Red #4F0003
RGB
CMYK
RGB Variations
Color information
#4F0003 (or 0x4F0003) is known color: Rustic Red. HEX triplet: 4F, 00 and 03. RGB value is (79,0,3). Sum of RGB (Red+Green+Blue) = 79+0+3=82 (10% of max value = 765). Red value is 79 (31.25% from 255 or 96.34% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0003 is #B0FFFC. Grayscale: #181818. Windows color (decimal): -11599869 or 196687. OLE color: 196687.
HSL color Cylindrical-coordinate representation of color #4F0003: hue angle of 357.72º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0003 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.96 | 0.69 |
| HSL | 357.72º | 1% | 0.15% | - |
| HSV(B) | 357.72º | 1% | 0.31% | - |
| XYZ | 3.24 | 1.67 | 0.24 | - |
| YUV | 23.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 3 | 0 | 1 | 0.96 | 0.69 | 357.72 | 1 | 0.15 |
| Hex | 4F | 0 | 3 | 0 | 64 | 60 | 45 | 166 | 64 | F |
| Octal | 117 | 0 | 3 | 0 | 144 | 140 | 105 | 546 | 144 | 17 |
| Binary | 1001111 | 0 | 11 | 0 | 1100100 | 1100000 | 1000101 | 101100110 | 1100100 | 1111 |
Color Harmonies of #4F0003
Complementary color
Monochromatic Colors of #4F0003
Black with #4F0003
Text Example
Text Example
White with #4F0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0003; }
p { color: rgb(79,0,3); }
H1.HeaderClassName
{
color: #4F0003;
}
.AnyTagClassName
{
color: #4F0003;
}
</style>
background-color css
<style>
a { background-color: #4F0003; }
a { background-color: rgb(79,0,3); }
div.DivClassName
{
background-color: #4F0003;
}
.BgClassName
{
background-color: #4F0003;
}
</style>
border-color css
<style>
span { border-color: #4F0003; }
span { border-color: rgb(79,0,3); }
td.TdClassName
{
border-color: #4F0003;
}
.TagClassName
{
border-color: #4F0003;
}
</style>