Shades of Rustic Red #320F12
Tints of Rustic Red #320F12
RGB
CMYK
RGB Variations
Color information
#320F12 (or 0x320F12) is known color: Rustic Red. HEX triplet: 32, 0F and 12. RGB value is (50,15,18). Sum of RGB (Red+Green+Blue) = 50+15+18=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #320F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F12 is #CDF0ED. Grayscale: #191919. Windows color (decimal): -13496558 or 1183538. OLE color: 1183538.
HSL color Cylindrical-coordinate representation of color #320F12: hue angle of 354.86º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F12 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 18 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.80 |
| HSL | 354.86º | 0.54% | 0.13% | - |
| HSV(B) | 354.86º | 0.7% | 0.2% | - |
| XYZ | 1.6 | 1.06 | 0.69 | - |
| YUV | 25.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 18 | 0 | 0.70 | 0.64 | 0.80 | 354.86 | 0.54 | 0.13 |
| Hex | 32 | F | 12 | 0 | 46 | 40 | 50 | 163 | 36 | D |
| Octal | 62 | 17 | 22 | 0 | 106 | 100 | 120 | 543 | 66 | 15 |
| Binary | 110010 | 1111 | 10010 | 0 | 1000110 | 1000000 | 1010000 | 101100011 | 110110 | 1101 |
Color Harmonies of #320F12
Complementary color
Monochromatic Colors of #320F12
Black with #320F12
Text Example
Text Example
White with #320F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F12; }
p { color: rgb(50,15,18); }
H1.HeaderClassName
{
color: #320F12;
}
.AnyTagClassName
{
color: #320F12;
}
</style>
background-color css
<style>
a { background-color: #320F12; }
a { background-color: rgb(50,15,18); }
div.DivClassName
{
background-color: #320F12;
}
.BgClassName
{
background-color: #320F12;
}
</style>
border-color css
<style>
span { border-color: #320F12; }
span { border-color: rgb(50,15,18); }
td.TdClassName
{
border-color: #320F12;
}
.TagClassName
{
border-color: #320F12;
}
</style>