Shades of Rustic Red #500003
Tints of Rustic Red #500003
RGB
CMYK
RGB Variations
Color information
#500003 (or 0x500003) is known color: Rustic Red. HEX triplet: 50, 00 and 03. RGB value is (80,0,3). Sum of RGB (Red+Green+Blue) = 80+0+3=83 (10% of max value = 765). Red value is 80 (31.64% from 255 or 96.39% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 80 - color contains mainly: red. Hex color #500003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500003 is #AFFFFC. Grayscale: #181818. Windows color (decimal): -11534333 or 196688. OLE color: 196688.
HSL color Cylindrical-coordinate representation of color #500003: hue angle of 357.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500003 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.96 | 0.69 |
| HSL | 357.75º | 1% | 0.16% | - |
| HSV(B) | 357.75º | 1% | 0.31% | - |
| XYZ | 3.32 | 1.71 | 0.24 | - |
| YUV | 24.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 3 | 0 | 1 | 0.96 | 0.69 | 357.75 | 1 | 0.16 |
| Hex | 50 | 0 | 3 | 0 | 64 | 60 | 45 | 166 | 64 | 10 |
| Octal | 120 | 0 | 3 | 0 | 144 | 140 | 105 | 546 | 144 | 20 |
| Binary | 1010000 | 0 | 11 | 0 | 1100100 | 1100000 | 1000101 | 101100110 | 1100100 | 10000 |
Color Harmonies of #500003
Complementary color
Monochromatic Colors of #500003
Black with #500003
Text Example
Text Example
White with #500003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500003; }
p { color: rgb(80,0,3); }
H1.HeaderClassName
{
color: #500003;
}
.AnyTagClassName
{
color: #500003;
}
</style>
background-color css
<style>
a { background-color: #500003; }
a { background-color: rgb(80,0,3); }
div.DivClassName
{
background-color: #500003;
}
.BgClassName
{
background-color: #500003;
}
</style>
border-color css
<style>
span { border-color: #500003; }
span { border-color: rgb(80,0,3); }
td.TdClassName
{
border-color: #500003;
}
.TagClassName
{
border-color: #500003;
}
</style>