Shades of Rustic Red #050102
Tints of Rustic Red #050102
RGB
CMYK
RGB Variations
Color information
#050102 (or 0x050102) is known color: Rustic Red. HEX triplet: 05, 01 and 02. RGB value is (5,1,2). Sum of RGB (Red+Green+Blue) = 5+1+2=8 (1% of max value = 765). Red value is 5 (2.34% from 255 or 62.5% from 8); Green value is 1 (0.78% from 255 or 12.5% from 8); Blue value is 2 (1.17% from 255 or 25% from 8); Max value from RGB is 5 - color contains mainly: red. Hex color #050102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050102 is #FAFEFD. Grayscale: #020202. Windows color (decimal): -16449278 or 131333. OLE color: 131333.
HSL color Cylindrical-coordinate representation of color #050102: hue angle of 345º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050102 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.98.
Color convert
RGB | 5 | 1 | 2 | - |
CMYK | 0 | 0.80 | 0.60 | 0.98 |
HSL | 345º | 0.67% | 0.01% | - |
HSV(B) | 345º | 0.8% | 0.02% | - |
XYZ | 0.08 | 0.06 | 0.06 | - |
YUV | 2.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 1 | 2 | 0 | 0.80 | 0.60 | 0.98 | 345 | 0.67 | 0.01 |
Hex | 5 | 1 | 2 | 0 | 50 | 3C | 62 | 159 | 43 | 1 |
Octal | 5 | 1 | 2 | 0 | 120 | 74 | 142 | 531 | 103 | 1 |
Binary | 101 | 1 | 10 | 0 | 1010000 | 111100 | 1100010 | 101011001 | 1000011 | 1 |
Color Harmonies of #050102
Complementary color
Monochromatic Colors of #050102
Black with #050102
Text Example
Text Example
White with #050102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050102; }
p { color: rgb(5,1,2); }
H1.HeaderClassName
{
color: #050102;
}
.AnyTagClassName
{
color: #050102;
}
</style>
background-color css
<style>
a { background-color: #050102; }
a { background-color: rgb(5,1,2); }
div.DivClassName
{
background-color: #050102;
}
.BgClassName
{
background-color: #050102;
}
</style>
border-color css
<style>
span { border-color: #050102; }
span { border-color: rgb(5,1,2); }
td.TdClassName
{
border-color: #050102;
}
.TagClassName
{
border-color: #050102;
}
</style>