Shades of Rustic Red #320411
Tints of Rustic Red #320411
RGB
CMYK
RGB Variations
Color information
#320411 (or 0x320411) is known color: Rustic Red. HEX triplet: 32, 04 and 11. RGB value is (50,4,17). Sum of RGB (Red+Green+Blue) = 50+4+17=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #320411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320411 is #CDFBEE. Grayscale: #131313. Windows color (decimal): -13499375 or 1115186. OLE color: 1115186.
HSL color Cylindrical-coordinate representation of color #320411: hue angle of 343.04º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320411 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 4 | 17 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.80 |
| HSL | 343.04º | 0.85% | 0.11% | - |
| HSV(B) | 343.04º | 0.92% | 0.2% | - |
| XYZ | 1.46 | 0.81 | 0.61 | - |
| YUV | 19.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 17 | 0 | 0.92 | 0.66 | 0.80 | 343.04 | 0.85 | 0.11 |
| Hex | 32 | 4 | 11 | 0 | 5C | 42 | 50 | 157 | 55 | B |
| Octal | 62 | 4 | 21 | 0 | 134 | 102 | 120 | 527 | 125 | 13 |
| Binary | 110010 | 100 | 10001 | 0 | 1011100 | 1000010 | 1010000 | 101010111 | 1010101 | 1011 |
Color Harmonies of #320411
Complementary color
Monochromatic Colors of #320411
Black with #320411
Text Example
Text Example
White with #320411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320411; }
p { color: rgb(50,4,17); }
H1.HeaderClassName
{
color: #320411;
}
.AnyTagClassName
{
color: #320411;
}
</style>
background-color css
<style>
a { background-color: #320411; }
a { background-color: rgb(50,4,17); }
div.DivClassName
{
background-color: #320411;
}
.BgClassName
{
background-color: #320411;
}
</style>
border-color css
<style>
span { border-color: #320411; }
span { border-color: rgb(50,4,17); }
td.TdClassName
{
border-color: #320411;
}
.TagClassName
{
border-color: #320411;
}
</style>