Shades of Rustic Red #020001
Tints of Rustic Red #020001
RGB
CMYK
RGB Variations
Color information
#020001 (or 0x020001) is known color: Rustic Red. HEX triplet: 02, 00 and 01. RGB value is (2,0,1). Sum of RGB (Red+Green+Blue) = 2+0+1=3 (0% of max value = 765). Red value is 2 (1.17% from 255 or 66.67% from 3); Green value is 0 (0.39% from 255 or 0% from 3); Blue value is 1 (0.78% from 255 or 33.33% from 3); Max value from RGB is 2 - color contains mainly: red. Hex color #020001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020001 is #FDFFFE. Grayscale: #000000. Windows color (decimal): -16646143 or 65538. OLE color: 65538.
HSL color Cylindrical-coordinate representation of color #020001: hue angle of 330º degrees, saturation: 1, lightness: 0%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020001 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.99.
Color convert
| RGB | 2 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.50 | 0.99 |
| HSL | 330º | 1% | 0% | - |
| HSV(B) | 330º | 1% | 0.01% | - |
| XYZ | 0.03 | 0.02 | 0.03 | - |
| YUV | 0.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 1 | 0 | 1 | 0.50 | 0.99 | 330 | 1 | 0 |
| Hex | 2 | 0 | 1 | 0 | 64 | 32 | 63 | 14A | 64 | 0 |
| Octal | 2 | 0 | 1 | 0 | 144 | 62 | 143 | 512 | 144 | 0 |
| Binary | 10 | 0 | 1 | 0 | 1100100 | 110010 | 1100011 | 101001010 | 1100100 | 0 |
Color Harmonies of #020001
Complementary color
Monochromatic Colors of #020001
Black with #020001
Text Example
Text Example
White with #020001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020001; }
p { color: rgb(2,0,1); }
H1.HeaderClassName
{
color: #020001;
}
.AnyTagClassName
{
color: #020001;
}
</style>
background-color css
<style>
a { background-color: #020001; }
a { background-color: rgb(2,0,1); }
div.DivClassName
{
background-color: #020001;
}
.BgClassName
{
background-color: #020001;
}
</style>
border-color css
<style>
span { border-color: #020001; }
span { border-color: rgb(2,0,1); }
td.TdClassName
{
border-color: #020001;
}
.TagClassName
{
border-color: #020001;
}
</style>