Shades of Rustic Red #320313
Tints of Rustic Red #320313
RGB
CMYK
RGB Variations
Color information
#320313 (or 0x320313) is known color: Rustic Red. HEX triplet: 32, 03 and 13. RGB value is (50,3,19). Sum of RGB (Red+Green+Blue) = 50+3+19=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #320313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320313 is #CDFCEC. Grayscale: #121212. Windows color (decimal): -13499629 or 1246002. OLE color: 1246002.
HSL color Cylindrical-coordinate representation of color #320313: hue angle of 339.57º 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 #320313 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 19 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.80 |
| HSL | 339.57º | 0.89% | 0.1% | - |
| HSV(B) | 339.57º | 0.94% | 0.2% | - |
| XYZ | 1.47 | 0.79 | 0.69 | - |
| YUV | 18.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 19 | 0 | 0.94 | 0.62 | 0.80 | 339.57 | 0.89 | 0.1 |
| Hex | 32 | 3 | 13 | 0 | 5E | 3E | 50 | 154 | 59 | A |
| Octal | 62 | 3 | 23 | 0 | 136 | 76 | 120 | 524 | 131 | 12 |
| Binary | 110010 | 11 | 10011 | 0 | 1011110 | 111110 | 1010000 | 101010100 | 1011001 | 1010 |
Color Harmonies of #320313
Complementary color
Monochromatic Colors of #320313
Black with #320313
Text Example
Text Example
White with #320313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320313; }
p { color: rgb(50,3,19); }
H1.HeaderClassName
{
color: #320313;
}
.AnyTagClassName
{
color: #320313;
}
</style>
background-color css
<style>
a { background-color: #320313; }
a { background-color: rgb(50,3,19); }
div.DivClassName
{
background-color: #320313;
}
.BgClassName
{
background-color: #320313;
}
</style>
border-color css
<style>
span { border-color: #320313; }
span { border-color: rgb(50,3,19); }
td.TdClassName
{
border-color: #320313;
}
.TagClassName
{
border-color: #320313;
}
</style>