Shades of Rustic Red #320112
Tints of Rustic Red #320112
RGB
CMYK
RGB Variations
Color information
#320112 (or 0x320112) is known color: Rustic Red. HEX triplet: 32, 01 and 12. RGB value is (50,1,18). Sum of RGB (Red+Green+Blue) = 50+1+18=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #320112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320112 is #CDFEED. Grayscale: #111111. Windows color (decimal): -13500142 or 1179954. OLE color: 1179954.
HSL color Cylindrical-coordinate representation of color #320112: hue angle of 339.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320112 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 18 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.80 |
| HSL | 339.18º | 0.96% | 0.1% | - |
| HSV(B) | 339.18º | 0.98% | 0.2% | - |
| XYZ | 1.44 | 0.74 | 0.64 | - |
| YUV | 17.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 18 | 0 | 0.98 | 0.64 | 0.80 | 339.18 | 0.96 | 0.1 |
| Hex | 32 | 1 | 12 | 0 | 62 | 40 | 50 | 153 | 60 | A |
| Octal | 62 | 1 | 22 | 0 | 142 | 100 | 120 | 523 | 140 | 12 |
| Binary | 110010 | 1 | 10010 | 0 | 1100010 | 1000000 | 1010000 | 101010011 | 1100000 | 1010 |
Color Harmonies of #320112
Complementary color
Monochromatic Colors of #320112
Black with #320112
Text Example
Text Example
White with #320112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320112; }
p { color: rgb(50,1,18); }
H1.HeaderClassName
{
color: #320112;
}
.AnyTagClassName
{
color: #320112;
}
</style>
background-color css
<style>
a { background-color: #320112; }
a { background-color: rgb(50,1,18); }
div.DivClassName
{
background-color: #320112;
}
.BgClassName
{
background-color: #320112;
}
</style>
border-color css
<style>
span { border-color: #320112; }
span { border-color: rgb(50,1,18); }
td.TdClassName
{
border-color: #320112;
}
.TagClassName
{
border-color: #320112;
}
</style>