Shades of Rustic Red #320315
Tints of Rustic Red #320315
RGB
CMYK
RGB Variations
Color information
#320315 (or 0x320315) is known color: Rustic Red. HEX triplet: 32, 03 and 15. RGB value is (50,3,21). Sum of RGB (Red+Green+Blue) = 50+3+21=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #320315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320315 is #CDFCEA. Grayscale: #131313. Windows color (decimal): -13499627 or 1377074. OLE color: 1377074.
HSL color Cylindrical-coordinate representation of color #320315: hue angle of 337.02º 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 #320315 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 21 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.80 |
| HSL | 337.02º | 0.89% | 0.1% | - |
| HSV(B) | 337.02º | 0.94% | 0.2% | - |
| XYZ | 1.48 | 0.8 | 0.79 | - |
| YUV | 19.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 21 | 0 | 0.94 | 0.58 | 0.80 | 337.02 | 0.89 | 0.1 |
| Hex | 32 | 3 | 15 | 0 | 5E | 3A | 50 | 151 | 59 | A |
| Octal | 62 | 3 | 25 | 0 | 136 | 72 | 120 | 521 | 131 | 12 |
| Binary | 110010 | 11 | 10101 | 0 | 1011110 | 111010 | 1010000 | 101010001 | 1011001 | 1010 |
Color Harmonies of #320315
Complementary color
Monochromatic Colors of #320315
Black with #320315
Text Example
Text Example
White with #320315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320315; }
p { color: rgb(50,3,21); }
H1.HeaderClassName
{
color: #320315;
}
.AnyTagClassName
{
color: #320315;
}
</style>
background-color css
<style>
a { background-color: #320315; }
a { background-color: rgb(50,3,21); }
div.DivClassName
{
background-color: #320315;
}
.BgClassName
{
background-color: #320315;
}
</style>
border-color css
<style>
span { border-color: #320315; }
span { border-color: rgb(50,3,21); }
td.TdClassName
{
border-color: #320315;
}
.TagClassName
{
border-color: #320315;
}
</style>