Shades of Rustic Red #050001
Tints of Rustic Red #050001
RGB
CMYK
RGB Variations
Color information
#050001 (or 0x050001) is known color: Rustic Red. HEX triplet: 05, 00 and 01. RGB value is (5,0,1). Sum of RGB (Red+Green+Blue) = 5+0+1=6 (0% of max value = 765). Red value is 5 (2.34% from 255 or 83.33% from 6); Green value is 0 (0.39% from 255 or 0% from 6); Blue value is 1 (0.78% from 255 or 16.67% from 6); Max value from RGB is 5 - color contains mainly: red. Hex color #050001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050001 is #FAFFFE. Grayscale: #010101. Windows color (decimal): -16449535 or 65541. OLE color: 65541.
HSL color Cylindrical-coordinate representation of color #050001: hue angle of 348º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050001 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 5 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.80 | 0.98 |
| HSL | 348º | 1% | 0.01% | - |
| HSV(B) | 348º | 1% | 0.02% | - |
| XYZ | 0.07 | 0.03 | 0.03 | - |
| YUV | 1.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 1 | 0 | 1 | 0.80 | 0.98 | 348 | 1 | 0.01 |
| Hex | 5 | 0 | 1 | 0 | 64 | 50 | 62 | 15C | 64 | 1 |
| Octal | 5 | 0 | 1 | 0 | 144 | 120 | 142 | 534 | 144 | 1 |
| Binary | 101 | 0 | 1 | 0 | 1100100 | 1010000 | 1100010 | 101011100 | 1100100 | 1 |
Color Harmonies of #050001
Complementary color
Monochromatic Colors of #050001
Black with #050001
Text Example
Text Example
White with #050001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050001; }
p { color: rgb(5,0,1); }
H1.HeaderClassName
{
color: #050001;
}
.AnyTagClassName
{
color: #050001;
}
</style>
background-color css
<style>
a { background-color: #050001; }
a { background-color: rgb(5,0,1); }
div.DivClassName
{
background-color: #050001;
}
.BgClassName
{
background-color: #050001;
}
</style>
border-color css
<style>
span { border-color: #050001; }
span { border-color: rgb(5,0,1); }
td.TdClassName
{
border-color: #050001;
}
.TagClassName
{
border-color: #050001;
}
</style>