Shades of Rustic Red #500103
Tints of Rustic Red #500103
RGB
CMYK
RGB Variations
Color information
#500103 (or 0x500103) is known color: Rustic Red. HEX triplet: 50, 01 and 03. RGB value is (80,1,3). Sum of RGB (Red+Green+Blue) = 80+1+3=84 (11% of max value = 765). Red value is 80 (31.64% from 255 or 95.24% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 80 - color contains mainly: red. Hex color #500103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500103 is #AFFEFC. Grayscale: #181818. Windows color (decimal): -11534077 or 196944. OLE color: 196944.
HSL color Cylindrical-coordinate representation of color #500103: hue angle of 358.48º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500103 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.69 |
| HSL | 358.48º | 0.98% | 0.16% | - |
| HSV(B) | 358.48º | 0.99% | 0.31% | - |
| XYZ | 3.34 | 1.73 | 0.24 | - |
| YUV | 24.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 3 | 0 | 0.99 | 0.96 | 0.69 | 358.48 | 0.98 | 0.16 |
| Hex | 50 | 1 | 3 | 0 | 63 | 60 | 45 | 166 | 62 | 10 |
| Octal | 120 | 1 | 3 | 0 | 143 | 140 | 105 | 546 | 142 | 20 |
| Binary | 1010000 | 1 | 11 | 0 | 1100011 | 1100000 | 1000101 | 101100110 | 1100010 | 10000 |
Color Harmonies of #500103
Complementary color
Monochromatic Colors of #500103
Black with #500103
Text Example
Text Example
White with #500103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500103; }
p { color: rgb(80,1,3); }
H1.HeaderClassName
{
color: #500103;
}
.AnyTagClassName
{
color: #500103;
}
</style>
background-color css
<style>
a { background-color: #500103; }
a { background-color: rgb(80,1,3); }
div.DivClassName
{
background-color: #500103;
}
.BgClassName
{
background-color: #500103;
}
</style>
border-color css
<style>
span { border-color: #500103; }
span { border-color: rgb(80,1,3); }
td.TdClassName
{
border-color: #500103;
}
.TagClassName
{
border-color: #500103;
}
</style>