Shades of Rustic Red #320011
Tints of Rustic Red #320011
RGB
CMYK
RGB Variations
Color information
#320011 (or 0x320011) is known color: Rustic Red. HEX triplet: 32, 00 and 11. RGB value is (50,0,17). Sum of RGB (Red+Green+Blue) = 50+0+17=67 (8% of max value = 765). Red value is 50 (19.92% from 255 or 74.63% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 50 - color contains mainly: red. Hex color #320011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320011 is #CDFFEE. Grayscale: #101010. Windows color (decimal): -13500399 or 1114162. OLE color: 1114162.
HSL color Cylindrical-coordinate representation of color #320011: hue angle of 339.6º 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 #320011 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.66 | 0.80 |
| HSL | 339.6º | 1% | 0.1% | - |
| HSV(B) | 339.6º | 1% | 0.2% | - |
| XYZ | 1.42 | 0.72 | 0.59 | - |
| YUV | 16.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 17 | 0 | 1 | 0.66 | 0.80 | 339.6 | 1 | 0.1 |
| Hex | 32 | 0 | 11 | 0 | 64 | 42 | 50 | 154 | 64 | A |
| Octal | 62 | 0 | 21 | 0 | 144 | 102 | 120 | 524 | 144 | 12 |
| Binary | 110010 | 0 | 10001 | 0 | 1100100 | 1000010 | 1010000 | 101010100 | 1100100 | 1010 |
Color Harmonies of #320011
Complementary color
Monochromatic Colors of #320011
Black with #320011
Text Example
Text Example
White with #320011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320011; }
p { color: rgb(50,0,17); }
H1.HeaderClassName
{
color: #320011;
}
.AnyTagClassName
{
color: #320011;
}
</style>
background-color css
<style>
a { background-color: #320011; }
a { background-color: rgb(50,0,17); }
div.DivClassName
{
background-color: #320011;
}
.BgClassName
{
background-color: #320011;
}
</style>
border-color css
<style>
span { border-color: #320011; }
span { border-color: rgb(50,0,17); }
td.TdClassName
{
border-color: #320011;
}
.TagClassName
{
border-color: #320011;
}
</style>