Shades of Rustic Red #320311
Tints of Rustic Red #320311
RGB
CMYK
RGB Variations
Color information
#320311 (or 0x320311) is known color: Rustic Red. HEX triplet: 32, 03 and 11. RGB value is (50,3,17). Sum of RGB (Red+Green+Blue) = 50+3+17=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #320311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320311 is #CDFCEE. Grayscale: #121212. Windows color (decimal): -13499631 or 1114930. OLE color: 1114930.
HSL color Cylindrical-coordinate representation of color #320311: hue angle of 342.13º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320311 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 17 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.80 |
| HSL | 342.13º | 0.89% | 0.1% | - |
| HSV(B) | 342.13º | 0.94% | 0.2% | - |
| XYZ | 1.45 | 0.78 | 0.61 | - |
| YUV | 18.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 17 | 0 | 0.94 | 0.66 | 0.80 | 342.13 | 0.89 | 0.1 |
| Hex | 32 | 3 | 11 | 0 | 5E | 42 | 50 | 156 | 59 | A |
| Octal | 62 | 3 | 21 | 0 | 136 | 102 | 120 | 526 | 131 | 12 |
| Binary | 110010 | 11 | 10001 | 0 | 1011110 | 1000010 | 1010000 | 101010110 | 1011001 | 1010 |
Color Harmonies of #320311
Complementary color
Monochromatic Colors of #320311
Black with #320311
Text Example
Text Example
White with #320311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320311; }
p { color: rgb(50,3,17); }
H1.HeaderClassName
{
color: #320311;
}
.AnyTagClassName
{
color: #320311;
}
</style>
background-color css
<style>
a { background-color: #320311; }
a { background-color: rgb(50,3,17); }
div.DivClassName
{
background-color: #320311;
}
.BgClassName
{
background-color: #320311;
}
</style>
border-color css
<style>
span { border-color: #320311; }
span { border-color: rgb(50,3,17); }
td.TdClassName
{
border-color: #320311;
}
.TagClassName
{
border-color: #320311;
}
</style>