Shades of Rustic Red #050002
Tints of Rustic Red #050002
RGB
CMYK
RGB Variations
Color information
#050002 (or 0x050002) is known color: Rustic Red. HEX triplet: 05, 00 and 02. RGB value is (5,0,2). Sum of RGB (Red+Green+Blue) = 5+0+2=7 (0% of max value = 765). Red value is 5 (2.34% from 255 or 71.43% from 7); Green value is 0 (0.39% from 255 or 0% from 7); Blue value is 2 (1.17% from 255 or 28.57% from 7); Max value from RGB is 5 - color contains mainly: red. Hex color #050002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050002 is #FAFFFD. Grayscale: #010101. Windows color (decimal): -16449534 or 131077. OLE color: 131077.
HSL color Cylindrical-coordinate representation of color #050002: hue angle of 336º 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 #050002 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.98.
Color convert
RGB | 5 | 0 | 2 | - |
CMYK | 0 | 1 | 0.60 | 0.98 |
HSL | 336º | 1% | 0.01% | - |
HSV(B) | 336º | 1% | 0.02% | - |
XYZ | 0.07 | 0.04 | 0.06 | - |
YUV | 1.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 0 | 2 | 0 | 1 | 0.60 | 0.98 | 336 | 1 | 0.01 |
Hex | 5 | 0 | 2 | 0 | 64 | 3C | 62 | 150 | 64 | 1 |
Octal | 5 | 0 | 2 | 0 | 144 | 74 | 142 | 520 | 144 | 1 |
Binary | 101 | 0 | 10 | 0 | 1100100 | 111100 | 1100010 | 101010000 | 1100100 | 1 |
Color Harmonies of #050002
Complementary color
Monochromatic Colors of #050002
Black with #050002
Text Example
Text Example
White with #050002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050002; }
p { color: rgb(5,0,2); }
H1.HeaderClassName
{
color: #050002;
}
.AnyTagClassName
{
color: #050002;
}
</style>
background-color css
<style>
a { background-color: #050002; }
a { background-color: rgb(5,0,2); }
div.DivClassName
{
background-color: #050002;
}
.BgClassName
{
background-color: #050002;
}
</style>
border-color css
<style>
span { border-color: #050002; }
span { border-color: rgb(5,0,2); }
td.TdClassName
{
border-color: #050002;
}
.TagClassName
{
border-color: #050002;
}
</style>