Shades of Rustic Red #320008
Tints of Rustic Red #320008
RGB
CMYK
RGB Variations
Color information
#320008 (or 0x320008) is known color: Rustic Red. HEX triplet: 32, 00 and 08. RGB value is (50,0,8). Sum of RGB (Red+Green+Blue) = 50+0+8=58 (7% of max value = 765). Red value is 50 (19.92% from 255 or 86.21% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 50 - color contains mainly: red. Hex color #320008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320008 is #CDFFF7. Grayscale: #0F0F0F. Windows color (decimal): -13500408 or 524338. OLE color: 524338.
HSL color Cylindrical-coordinate representation of color #320008: hue angle of 350.4º 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 #320008 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.84 | 0.80 |
| HSL | 350.4º | 1% | 0.1% | - |
| HSV(B) | 350.4º | 1% | 0.2% | - |
| XYZ | 1.36 | 0.7 | 0.29 | - |
| YUV | 15.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 8 | 0 | 1 | 0.84 | 0.80 | 350.4 | 1 | 0.1 |
| Hex | 32 | 0 | 8 | 0 | 64 | 54 | 50 | 15E | 64 | A |
| Octal | 62 | 0 | 10 | 0 | 144 | 124 | 120 | 536 | 144 | 12 |
| Binary | 110010 | 0 | 1000 | 0 | 1100100 | 1010100 | 1010000 | 101011110 | 1100100 | 1010 |
Color Harmonies of #320008
Complementary color
Monochromatic Colors of #320008
Black with #320008
Text Example
Text Example
White with #320008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320008; }
p { color: rgb(50,0,8); }
H1.HeaderClassName
{
color: #320008;
}
.AnyTagClassName
{
color: #320008;
}
</style>
background-color css
<style>
a { background-color: #320008; }
a { background-color: rgb(50,0,8); }
div.DivClassName
{
background-color: #320008;
}
.BgClassName
{
background-color: #320008;
}
</style>
border-color css
<style>
span { border-color: #320008; }
span { border-color: rgb(50,0,8); }
td.TdClassName
{
border-color: #320008;
}
.TagClassName
{
border-color: #320008;
}
</style>