Shades of Rustic Red #320609
Tints of Rustic Red #320609
RGB
CMYK
RGB Variations
Color information
#320609 (or 0x320609) is known color: Rustic Red. HEX triplet: 32, 06 and 09. RGB value is (50,6,9). Sum of RGB (Red+Green+Blue) = 50+6+9=65 (8% of max value = 765). Red value is 50 (19.92% from 255 or 76.92% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 50 - color contains mainly: red. Hex color #320609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320609 is #CDF9F6. Grayscale: #131313. Windows color (decimal): -13498871 or 591410. OLE color: 591410.
HSL color Cylindrical-coordinate representation of color #320609: hue angle of 355.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320609 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 6 | 9 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.80 |
| HSL | 355.91º | 0.79% | 0.11% | - |
| HSV(B) | 355.91º | 0.88% | 0.2% | - |
| XYZ | 1.43 | 0.83 | 0.34 | - |
| YUV | 19.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 9 | 0 | 0.88 | 0.82 | 0.80 | 355.91 | 0.79 | 0.11 |
| Hex | 32 | 6 | 9 | 0 | 58 | 52 | 50 | 164 | 4F | B |
| Octal | 62 | 6 | 11 | 0 | 130 | 122 | 120 | 544 | 117 | 13 |
| Binary | 110010 | 110 | 1001 | 0 | 1011000 | 1010010 | 1010000 | 101100100 | 1001111 | 1011 |
Color Harmonies of #320609
Complementary color
Monochromatic Colors of #320609
Black with #320609
Text Example
Text Example
White with #320609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320609; }
p { color: rgb(50,6,9); }
H1.HeaderClassName
{
color: #320609;
}
.AnyTagClassName
{
color: #320609;
}
</style>
background-color css
<style>
a { background-color: #320609; }
a { background-color: rgb(50,6,9); }
div.DivClassName
{
background-color: #320609;
}
.BgClassName
{
background-color: #320609;
}
</style>
border-color css
<style>
span { border-color: #320609; }
span { border-color: rgb(50,6,9); }
td.TdClassName
{
border-color: #320609;
}
.TagClassName
{
border-color: #320609;
}
</style>