Shades of Rustic Red #320510
Tints of Rustic Red #320510
RGB
CMYK
RGB Variations
Color information
#320510 (or 0x320510) is known color: Rustic Red. HEX triplet: 32, 05 and 10. RGB value is (50,5,16). Sum of RGB (Red+Green+Blue) = 50+5+16=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #320510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320510 is #CDFAEF. Grayscale: #131313. Windows color (decimal): -13499120 or 1049906. OLE color: 1049906.
HSL color Cylindrical-coordinate representation of color #320510: hue angle of 345.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320510 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 16 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.80 |
| HSL | 345.33º | 0.82% | 0.11% | - |
| HSV(B) | 345.33º | 0.9% | 0.2% | - |
| XYZ | 1.46 | 0.82 | 0.57 | - |
| YUV | 19.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 16 | 0 | 0.90 | 0.68 | 0.80 | 345.33 | 0.82 | 0.11 |
| Hex | 32 | 5 | 10 | 0 | 5A | 44 | 50 | 159 | 52 | B |
| Octal | 62 | 5 | 20 | 0 | 132 | 104 | 120 | 531 | 122 | 13 |
| Binary | 110010 | 101 | 10000 | 0 | 1011010 | 1000100 | 1010000 | 101011001 | 1010010 | 1011 |
Color Harmonies of #320510
Complementary color
Monochromatic Colors of #320510
Black with #320510
Text Example
Text Example
White with #320510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320510; }
p { color: rgb(50,5,16); }
H1.HeaderClassName
{
color: #320510;
}
.AnyTagClassName
{
color: #320510;
}
</style>
background-color css
<style>
a { background-color: #320510; }
a { background-color: rgb(50,5,16); }
div.DivClassName
{
background-color: #320510;
}
.BgClassName
{
background-color: #320510;
}
</style>
border-color css
<style>
span { border-color: #320510; }
span { border-color: rgb(50,5,16); }
td.TdClassName
{
border-color: #320510;
}
.TagClassName
{
border-color: #320510;
}
</style>