Shades of Rustic Red #50050B
Tints of Rustic Red #50050B
RGB
CMYK
RGB Variations
Color information
#50050B (or 0x50050B) is known color: Rustic Red. HEX triplet: 50, 05 and 0B. RGB value is (80,5,11). Sum of RGB (Red+Green+Blue) = 80+5+11=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #50050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50050B is #AFFAF4. Grayscale: #1C1C1C. Windows color (decimal): -11533045 or 722256. OLE color: 722256.
HSL color Cylindrical-coordinate representation of color #50050B: hue angle of 355.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50050B is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 11 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.69 |
| HSL | 355.2º | 0.88% | 0.17% | - |
| HSV(B) | 355.2º | 0.94% | 0.31% | - |
| XYZ | 3.42 | 1.84 | 0.49 | - |
| YUV | 28.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 11 | 0 | 0.94 | 0.86 | 0.69 | 355.2 | 0.88 | 0.17 |
| Hex | 50 | 5 | B | 0 | 5E | 56 | 45 | 163 | 58 | 11 |
| Octal | 120 | 5 | 13 | 0 | 136 | 126 | 105 | 543 | 130 | 21 |
| Binary | 1010000 | 101 | 1011 | 0 | 1011110 | 1010110 | 1000101 | 101100011 | 1011000 | 10001 |
Color Harmonies of #50050B
Complementary color
Monochromatic Colors of #50050B
Black with #50050B
Text Example
Text Example
White with #50050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50050B; }
p { color: rgb(80,5,11); }
H1.HeaderClassName
{
color: #50050B;
}
.AnyTagClassName
{
color: #50050B;
}
</style>
background-color css
<style>
a { background-color: #50050B; }
a { background-color: rgb(80,5,11); }
div.DivClassName
{
background-color: #50050B;
}
.BgClassName
{
background-color: #50050B;
}
</style>
border-color css
<style>
span { border-color: #50050B; }
span { border-color: rgb(80,5,11); }
td.TdClassName
{
border-color: #50050B;
}
.TagClassName
{
border-color: #50050B;
}
</style>