Shades of Rustic Red #32050E
Tints of Rustic Red #32050E
RGB
CMYK
RGB Variations
Color information
#32050E (or 0x32050E) is known color: Rustic Red. HEX triplet: 32, 05 and 0E. RGB value is (50,5,14). Sum of RGB (Red+Green+Blue) = 50+5+14=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #32050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32050E is #CDFAF1. Grayscale: #131313. Windows color (decimal): -13499122 or 918834. OLE color: 918834.
HSL color Cylindrical-coordinate representation of color #32050E: hue angle of 348º 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 #32050E is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 14 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.80 |
| HSL | 348º | 0.82% | 0.11% | - |
| HSV(B) | 348º | 0.9% | 0.2% | - |
| XYZ | 1.45 | 0.82 | 0.5 | - |
| YUV | 19.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 14 | 0 | 0.90 | 0.72 | 0.80 | 348 | 0.82 | 0.11 |
| Hex | 32 | 5 | E | 0 | 5A | 48 | 50 | 15C | 52 | B |
| Octal | 62 | 5 | 16 | 0 | 132 | 110 | 120 | 534 | 122 | 13 |
| Binary | 110010 | 101 | 1110 | 0 | 1011010 | 1001000 | 1010000 | 101011100 | 1010010 | 1011 |
Color Harmonies of #32050E
Complementary color
Monochromatic Colors of #32050E
Black with #32050E
Text Example
Text Example
White with #32050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32050E; }
p { color: rgb(50,5,14); }
H1.HeaderClassName
{
color: #32050E;
}
.AnyTagClassName
{
color: #32050E;
}
</style>
background-color css
<style>
a { background-color: #32050E; }
a { background-color: rgb(50,5,14); }
div.DivClassName
{
background-color: #32050E;
}
.BgClassName
{
background-color: #32050E;
}
</style>
border-color css
<style>
span { border-color: #32050E; }
span { border-color: rgb(50,5,14); }
td.TdClassName
{
border-color: #32050E;
}
.TagClassName
{
border-color: #32050E;
}
</style>