Shades of Rustic Red #321012
Tints of Rustic Red #321012
RGB
CMYK
RGB Variations
Color information
#321012 (or 0x321012) is known color: Rustic Red. HEX triplet: 32, 10 and 12. RGB value is (50,16,18). Sum of RGB (Red+Green+Blue) = 50+16+18=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #321012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321012 is #CDEFED. Grayscale: #1A1A1A. Windows color (decimal): -13496302 or 1183794. OLE color: 1183794.
HSL color Cylindrical-coordinate representation of color #321012: hue angle of 356.47º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321012 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 16 | 18 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.80 |
| HSL | 356.47º | 0.52% | 0.13% | - |
| HSV(B) | 356.47º | 0.68% | 0.2% | - |
| XYZ | 1.61 | 1.09 | 0.7 | - |
| YUV | 26.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 18 | 0 | 0.68 | 0.64 | 0.80 | 356.47 | 0.52 | 0.13 |
| Hex | 32 | 10 | 12 | 0 | 44 | 40 | 50 | 164 | 34 | D |
| Octal | 62 | 20 | 22 | 0 | 104 | 100 | 120 | 544 | 64 | 15 |
| Binary | 110010 | 10000 | 10010 | 0 | 1000100 | 1000000 | 1010000 | 101100100 | 110100 | 1101 |
Color Harmonies of #321012
Complementary color
Monochromatic Colors of #321012
Black with #321012
Text Example
Text Example
White with #321012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321012; }
p { color: rgb(50,16,18); }
H1.HeaderClassName
{
color: #321012;
}
.AnyTagClassName
{
color: #321012;
}
</style>
background-color css
<style>
a { background-color: #321012; }
a { background-color: rgb(50,16,18); }
div.DivClassName
{
background-color: #321012;
}
.BgClassName
{
background-color: #321012;
}
</style>
border-color css
<style>
span { border-color: #321012; }
span { border-color: rgb(50,16,18); }
td.TdClassName
{
border-color: #321012;
}
.TagClassName
{
border-color: #321012;
}
</style>