Shades of Rustic Red #040001
Tints of Rustic Red #040001
RGB
CMYK
RGB Variations
Color information
#040001 (or 0x040001) is known color: Rustic Red. HEX triplet: 04, 00 and 01. RGB value is (4,0,1). Sum of RGB (Red+Green+Blue) = 4+0+1=5 (0% of max value = 765). Red value is 4 (1.95% from 255 or 80% from 5); Green value is 0 (0.39% from 255 or 0% from 5); Blue value is 1 (0.78% from 255 or 20% from 5); Max value from RGB is 4 - color contains mainly: red. Hex color #040001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040001 is #FBFFFE. Grayscale: #010101. Windows color (decimal): -16515071 or 65540. OLE color: 65540.
HSL color Cylindrical-coordinate representation of color #040001: hue angle of 345º 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 #040001 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 4 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.75 | 0.98 |
| HSL | 345º | 1% | 0.01% | - |
| HSV(B) | 345º | 1% | 0.02% | - |
| XYZ | 0.06 | 0.03 | 0.03 | - |
| YUV | 1.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 1 | 0 | 1 | 0.75 | 0.98 | 345 | 1 | 0.01 |
| Hex | 4 | 0 | 1 | 0 | 64 | 4B | 62 | 159 | 64 | 1 |
| Octal | 4 | 0 | 1 | 0 | 144 | 113 | 142 | 531 | 144 | 1 |
| Binary | 100 | 0 | 1 | 0 | 1100100 | 1001011 | 1100010 | 101011001 | 1100100 | 1 |
Color Harmonies of #040001
Complementary color
Monochromatic Colors of #040001
Black with #040001
Text Example
Text Example
White with #040001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040001; }
p { color: rgb(4,0,1); }
H1.HeaderClassName
{
color: #040001;
}
.AnyTagClassName
{
color: #040001;
}
</style>
background-color css
<style>
a { background-color: #040001; }
a { background-color: rgb(4,0,1); }
div.DivClassName
{
background-color: #040001;
}
.BgClassName
{
background-color: #040001;
}
</style>
border-color css
<style>
span { border-color: #040001; }
span { border-color: rgb(4,0,1); }
td.TdClassName
{
border-color: #040001;
}
.TagClassName
{
border-color: #040001;
}
</style>