Shades of Rustic Red #50070A
Tints of Rustic Red #50070A
RGB
CMYK
RGB Variations
Color information
#50070A (or 0x50070A) is known color: Rustic Red. HEX triplet: 50, 07 and 0A. RGB value is (80,7,10). Sum of RGB (Red+Green+Blue) = 80+7+10=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #50070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50070A is #AFF8F5. Grayscale: #1D1D1D. Windows color (decimal): -11532534 or 657232. OLE color: 657232.
HSL color Cylindrical-coordinate representation of color #50070A: hue angle of 357.53º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50070A is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 10 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.69 |
| HSL | 357.53º | 0.84% | 0.17% | - |
| HSV(B) | 357.53º | 0.91% | 0.31% | - |
| XYZ | 3.44 | 1.88 | 0.47 | - |
| YUV | 29.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 10 | 0 | 0.91 | 0.87 | 0.69 | 357.53 | 0.84 | 0.17 |
| Hex | 50 | 7 | A | 0 | 5B | 57 | 45 | 166 | 54 | 11 |
| Octal | 120 | 7 | 12 | 0 | 133 | 127 | 105 | 546 | 124 | 21 |
| Binary | 1010000 | 111 | 1010 | 0 | 1011011 | 1010111 | 1000101 | 101100110 | 1010100 | 10001 |
Color Harmonies of #50070A
Complementary color
Monochromatic Colors of #50070A
Black with #50070A
Text Example
Text Example
White with #50070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50070A; }
p { color: rgb(80,7,10); }
H1.HeaderClassName
{
color: #50070A;
}
.AnyTagClassName
{
color: #50070A;
}
</style>
background-color css
<style>
a { background-color: #50070A; }
a { background-color: rgb(80,7,10); }
div.DivClassName
{
background-color: #50070A;
}
.BgClassName
{
background-color: #50070A;
}
</style>
border-color css
<style>
span { border-color: #50070A; }
span { border-color: rgb(80,7,10); }
td.TdClassName
{
border-color: #50070A;
}
.TagClassName
{
border-color: #50070A;
}
</style>