Shades of Rustic Red #320205
Tints of Rustic Red #320205
RGB
CMYK
RGB Variations
Color information
#320205 (or 0x320205) is known color: Rustic Red. HEX triplet: 32, 02 and 05. RGB value is (50,2,5). Sum of RGB (Red+Green+Blue) = 50+2+5=57 (7% of max value = 765). Red value is 50 (19.92% from 255 or 87.72% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 50 - color contains mainly: red. Hex color #320205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320205 is #CDFDFA. Grayscale: #101010. Windows color (decimal): -13499899 or 328242. OLE color: 328242.
HSL color Cylindrical-coordinate representation of color #320205: hue angle of 356.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320205 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 5 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.80 |
| HSL | 356.25º | 0.92% | 0.1% | - |
| HSV(B) | 356.25º | 0.96% | 0.2% | - |
| XYZ | 1.36 | 0.73 | 0.21 | - |
| YUV | 16.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 5 | 0 | 0.96 | 0.90 | 0.80 | 356.25 | 0.92 | 0.1 |
| Hex | 32 | 2 | 5 | 0 | 60 | 5A | 50 | 164 | 5C | A |
| Octal | 62 | 2 | 5 | 0 | 140 | 132 | 120 | 544 | 134 | 12 |
| Binary | 110010 | 10 | 101 | 0 | 1100000 | 1011010 | 1010000 | 101100100 | 1011100 | 1010 |
Color Harmonies of #320205
Complementary color
Monochromatic Colors of #320205
Black with #320205
Text Example
Text Example
White with #320205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320205; }
p { color: rgb(50,2,5); }
H1.HeaderClassName
{
color: #320205;
}
.AnyTagClassName
{
color: #320205;
}
</style>
background-color css
<style>
a { background-color: #320205; }
a { background-color: rgb(50,2,5); }
div.DivClassName
{
background-color: #320205;
}
.BgClassName
{
background-color: #320205;
}
</style>
border-color css
<style>
span { border-color: #320205; }
span { border-color: rgb(50,2,5); }
td.TdClassName
{
border-color: #320205;
}
.TagClassName
{
border-color: #320205;
}
</style>