Shades of Rustic Red #320005
Tints of Rustic Red #320005
RGB
CMYK
RGB Variations
Color information
#320005 (or 0x320005) is known color: Rustic Red. HEX triplet: 32, 00 and 05. RGB value is (50,0,5). Sum of RGB (Red+Green+Blue) = 50+0+5=55 (7% of max value = 765). Red value is 50 (19.92% from 255 or 90.91% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 50 - color contains mainly: red. Hex color #320005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320005 is #CDFFFA. Grayscale: #0F0F0F. Windows color (decimal): -13500411 or 327730. OLE color: 327730.
HSL color Cylindrical-coordinate representation of color #320005: hue angle of 354º 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 #320005 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.90 | 0.80 |
| HSL | 354º | 1% | 0.1% | - |
| HSV(B) | 354º | 1% | 0.2% | - |
| XYZ | 1.34 | 0.69 | 0.21 | - |
| YUV | 15.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 5 | 0 | 1 | 0.90 | 0.80 | 354 | 1 | 0.1 |
| Hex | 32 | 0 | 5 | 0 | 64 | 5A | 50 | 162 | 64 | A |
| Octal | 62 | 0 | 5 | 0 | 144 | 132 | 120 | 542 | 144 | 12 |
| Binary | 110010 | 0 | 101 | 0 | 1100100 | 1011010 | 1010000 | 101100010 | 1100100 | 1010 |
Color Harmonies of #320005
Complementary color
Monochromatic Colors of #320005
Black with #320005
Text Example
Text Example
White with #320005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320005; }
p { color: rgb(50,0,5); }
H1.HeaderClassName
{
color: #320005;
}
.AnyTagClassName
{
color: #320005;
}
</style>
background-color css
<style>
a { background-color: #320005; }
a { background-color: rgb(50,0,5); }
div.DivClassName
{
background-color: #320005;
}
.BgClassName
{
background-color: #320005;
}
</style>
border-color css
<style>
span { border-color: #320005; }
span { border-color: rgb(50,0,5); }
td.TdClassName
{
border-color: #320005;
}
.TagClassName
{
border-color: #320005;
}
</style>