Shades of Rustic Red #320015
Tints of Rustic Red #320015
RGB
CMYK
RGB Variations
Color information
#320015 (or 0x320015) is known color: Rustic Red. HEX triplet: 32, 00 and 15. RGB value is (50,0,21). Sum of RGB (Red+Green+Blue) = 50+0+21=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #320015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320015 is #CDFFEA. Grayscale: #111111. Windows color (decimal): -13500395 or 1376306. OLE color: 1376306.
HSL color Cylindrical-coordinate representation of color #320015: hue angle of 334.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320015 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.58 | 0.80 |
| HSL | 334.8º | 1% | 0.1% | - |
| HSV(B) | 334.8º | 1% | 0.2% | - |
| XYZ | 1.45 | 0.73 | 0.77 | - |
| YUV | 17.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 21 | 0 | 1 | 0.58 | 0.80 | 334.8 | 1 | 0.1 |
| Hex | 32 | 0 | 15 | 0 | 64 | 3A | 50 | 14F | 64 | A |
| Octal | 62 | 0 | 25 | 0 | 144 | 72 | 120 | 517 | 144 | 12 |
| Binary | 110010 | 0 | 10101 | 0 | 1100100 | 111010 | 1010000 | 101001111 | 1100100 | 1010 |
Color Harmonies of #320015
Complementary color
Monochromatic Colors of #320015
Black with #320015
Text Example
Text Example
White with #320015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320015; }
p { color: rgb(50,0,21); }
H1.HeaderClassName
{
color: #320015;
}
.AnyTagClassName
{
color: #320015;
}
</style>
background-color css
<style>
a { background-color: #320015; }
a { background-color: rgb(50,0,21); }
div.DivClassName
{
background-color: #320015;
}
.BgClassName
{
background-color: #320015;
}
</style>
border-color css
<style>
span { border-color: #320015; }
span { border-color: rgb(50,0,21); }
td.TdClassName
{
border-color: #320015;
}
.TagClassName
{
border-color: #320015;
}
</style>