Shades of Rustic Red #500F10
Tints of Rustic Red #500F10
RGB
CMYK
RGB Variations
Color information
#500F10 (or 0x500F10) is known color: Rustic Red. HEX triplet: 50, 0F and 10. RGB value is (80,15,16). Sum of RGB (Red+Green+Blue) = 80+15+16=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #500F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F10 is #AFF0EF. Grayscale: #222222. Windows color (decimal): -11530480 or 1052496. OLE color: 1052496.
HSL color Cylindrical-coordinate representation of color #500F10: hue angle of 359.08º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F10 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 16 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.69 |
| HSL | 359.08º | 0.68% | 0.19% | - |
| HSV(B) | 359.08º | 0.81% | 0.31% | - |
| XYZ | 3.57 | 2.08 | 0.7 | - |
| YUV | 34.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 16 | 0 | 0.81 | 0.80 | 0.69 | 359.08 | 0.68 | 0.19 |
| Hex | 50 | F | 10 | 0 | 51 | 50 | 45 | 167 | 44 | 13 |
| Octal | 120 | 17 | 20 | 0 | 121 | 120 | 105 | 547 | 104 | 23 |
| Binary | 1010000 | 1111 | 10000 | 0 | 1010001 | 1010000 | 1000101 | 101100111 | 1000100 | 10011 |
Color Harmonies of #500F10
Complementary color
Monochromatic Colors of #500F10
Black with #500F10
Text Example
Text Example
White with #500F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F10; }
p { color: rgb(80,15,16); }
H1.HeaderClassName
{
color: #500F10;
}
.AnyTagClassName
{
color: #500F10;
}
</style>
background-color css
<style>
a { background-color: #500F10; }
a { background-color: rgb(80,15,16); }
div.DivClassName
{
background-color: #500F10;
}
.BgClassName
{
background-color: #500F10;
}
</style>
border-color css
<style>
span { border-color: #500F10; }
span { border-color: rgb(80,15,16); }
td.TdClassName
{
border-color: #500F10;
}
.TagClassName
{
border-color: #500F10;
}
</style>