Shades of Rustic Red #500306
Tints of Rustic Red #500306
RGB
CMYK
RGB Variations
Color information
#500306 (or 0x500306) is known color: Rustic Red. HEX triplet: 50, 03 and 06. RGB value is (80,3,6). Sum of RGB (Red+Green+Blue) = 80+3+6=89 (11% of max value = 765). Red value is 80 (31.64% from 255 or 89.89% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 80 - color contains mainly: red. Hex color #500306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500306 is #AFFCF9. Grayscale: #1A1A1A. Windows color (decimal): -11533562 or 394064. OLE color: 394064.
HSL color Cylindrical-coordinate representation of color #500306: hue angle of 357.66º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500306 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 6 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.69 |
| HSL | 357.66º | 0.93% | 0.16% | - |
| HSV(B) | 357.66º | 0.96% | 0.31% | - |
| XYZ | 3.37 | 1.78 | 0.34 | - |
| YUV | 26.37 | 116.51 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 6 | 0 | 0.96 | 0.92 | 0.69 | 357.66 | 0.93 | 0.16 |
| Hex | 50 | 3 | 6 | 0 | 60 | 5C | 45 | 166 | 5D | 10 |
| Octal | 120 | 3 | 6 | 0 | 140 | 134 | 105 | 546 | 135 | 20 |
| Binary | 1010000 | 11 | 110 | 0 | 1100000 | 1011100 | 1000101 | 101100110 | 1011101 | 10000 |
Color Harmonies of #500306
Complementary color
Monochromatic Colors of #500306
Black with #500306
Text Example
Text Example
White with #500306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500306; }
p { color: rgb(80,3,6); }
H1.HeaderClassName
{
color: #500306;
}
.AnyTagClassName
{
color: #500306;
}
</style>
background-color css
<style>
a { background-color: #500306; }
a { background-color: rgb(80,3,6); }
div.DivClassName
{
background-color: #500306;
}
.BgClassName
{
background-color: #500306;
}
</style>
border-color css
<style>
span { border-color: #500306; }
span { border-color: rgb(80,3,6); }
td.TdClassName
{
border-color: #500306;
}
.TagClassName
{
border-color: #500306;
}
</style>