Shades of Rustic Red #320B12
Tints of Rustic Red #320B12
RGB
CMYK
RGB Variations
Color information
#320B12 (or 0x320B12) is known color: Rustic Red. HEX triplet: 32, 0B and 12. RGB value is (50,11,18). Sum of RGB (Red+Green+Blue) = 50+11+18=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #320B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B12 is #CDF4ED. Grayscale: #171717. Windows color (decimal): -13497582 or 1182514. OLE color: 1182514.
HSL color Cylindrical-coordinate representation of color #320B12: hue angle of 349.23º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B12 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 18 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.80 |
| HSL | 349.23º | 0.64% | 0.12% | - |
| HSV(B) | 349.23º | 0.78% | 0.2% | - |
| XYZ | 1.54 | 0.96 | 0.68 | - |
| YUV | 23.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 18 | 0 | 0.78 | 0.64 | 0.80 | 349.23 | 0.64 | 0.12 |
| Hex | 32 | B | 12 | 0 | 4E | 40 | 50 | 15D | 40 | C |
| Octal | 62 | 13 | 22 | 0 | 116 | 100 | 120 | 535 | 100 | 14 |
| Binary | 110010 | 1011 | 10010 | 0 | 1001110 | 1000000 | 1010000 | 101011101 | 1000000 | 1100 |
Color Harmonies of #320B12
Complementary color
Monochromatic Colors of #320B12
Black with #320B12
Text Example
Text Example
White with #320B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B12; }
p { color: rgb(50,11,18); }
H1.HeaderClassName
{
color: #320B12;
}
.AnyTagClassName
{
color: #320B12;
}
</style>
background-color css
<style>
a { background-color: #320B12; }
a { background-color: rgb(50,11,18); }
div.DivClassName
{
background-color: #320B12;
}
.BgClassName
{
background-color: #320B12;
}
</style>
border-color css
<style>
span { border-color: #320B12; }
span { border-color: rgb(50,11,18); }
td.TdClassName
{
border-color: #320B12;
}
.TagClassName
{
border-color: #320B12;
}
</style>