Shades of Rustic Red #060001
Tints of Rustic Red #060001
RGB
CMYK
RGB Variations
Color information
#060001 (or 0x060001) is known color: Rustic Red. HEX triplet: 06, 00 and 01. RGB value is (6,0,1). Sum of RGB (Red+Green+Blue) = 6+0+1=7 (0% of max value = 765). Red value is 6 (2.73% from 255 or 85.71% from 7); Green value is 0 (0.39% from 255 or 0% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 6 - color contains mainly: red. Hex color #060001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060001 is #F9FFFE. Grayscale: #010101. Windows color (decimal): -16383999 or 65542. OLE color: 65542.
HSL color Cylindrical-coordinate representation of color #060001: hue angle of 350º 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 #060001 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 6 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.83 | 0.98 |
| HSL | 350º | 1% | 0.01% | - |
| HSV(B) | 350º | 1% | 0.02% | - |
| XYZ | 0.08 | 0.04 | 0.03 | - |
| YUV | 1.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 1 | 0 | 1 | 0.83 | 0.98 | 350 | 1 | 0.01 |
| Hex | 6 | 0 | 1 | 0 | 64 | 53 | 62 | 15E | 64 | 1 |
| Octal | 6 | 0 | 1 | 0 | 144 | 123 | 142 | 536 | 144 | 1 |
| Binary | 110 | 0 | 1 | 0 | 1100100 | 1010011 | 1100010 | 101011110 | 1100100 | 1 |
Color Harmonies of #060001
Complementary color
Monochromatic Colors of #060001
Black with #060001
Text Example
Text Example
White with #060001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060001; }
p { color: rgb(6,0,1); }
H1.HeaderClassName
{
color: #060001;
}
.AnyTagClassName
{
color: #060001;
}
</style>
background-color css
<style>
a { background-color: #060001; }
a { background-color: rgb(6,0,1); }
div.DivClassName
{
background-color: #060001;
}
.BgClassName
{
background-color: #060001;
}
</style>
border-color css
<style>
span { border-color: #060001; }
span { border-color: rgb(6,0,1); }
td.TdClassName
{
border-color: #060001;
}
.TagClassName
{
border-color: #060001;
}
</style>