Shades of Rustic Red #320209
Tints of Rustic Red #320209
RGB
CMYK
RGB Variations
Color information
#320209 (or 0x320209) is known color: Rustic Red. HEX triplet: 32, 02 and 09. RGB value is (50,2,9). Sum of RGB (Red+Green+Blue) = 50+2+9=61 (8% of max value = 765). Red value is 50 (19.92% from 255 or 81.97% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 50 - color contains mainly: red. Hex color #320209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320209 is #CDFDF6. Grayscale: #111111. Windows color (decimal): -13499895 or 590386. OLE color: 590386.
HSL color Cylindrical-coordinate representation of color #320209: hue angle of 351.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 #320209 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 9 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.80 |
| HSL | 351.25º | 0.92% | 0.1% | - |
| HSV(B) | 351.25º | 0.96% | 0.2% | - |
| XYZ | 1.39 | 0.74 | 0.33 | - |
| YUV | 17.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 9 | 0 | 0.96 | 0.82 | 0.80 | 351.25 | 0.92 | 0.1 |
| Hex | 32 | 2 | 9 | 0 | 60 | 52 | 50 | 15F | 5C | A |
| Octal | 62 | 2 | 11 | 0 | 140 | 122 | 120 | 537 | 134 | 12 |
| Binary | 110010 | 10 | 1001 | 0 | 1100000 | 1010010 | 1010000 | 101011111 | 1011100 | 1010 |
Color Harmonies of #320209
Complementary color
Monochromatic Colors of #320209
Black with #320209
Text Example
Text Example
White with #320209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320209; }
p { color: rgb(50,2,9); }
H1.HeaderClassName
{
color: #320209;
}
.AnyTagClassName
{
color: #320209;
}
</style>
background-color css
<style>
a { background-color: #320209; }
a { background-color: rgb(50,2,9); }
div.DivClassName
{
background-color: #320209;
}
.BgClassName
{
background-color: #320209;
}
</style>
border-color css
<style>
span { border-color: #320209; }
span { border-color: rgb(50,2,9); }
td.TdClassName
{
border-color: #320209;
}
.TagClassName
{
border-color: #320209;
}
</style>