Shades of Rustic Red #320C11
Tints of Rustic Red #320C11
RGB
CMYK
RGB Variations
Color information
#320C11 (or 0x320C11) is known color: Rustic Red. HEX triplet: 32, 0C and 11. RGB value is (50,12,17). Sum of RGB (Red+Green+Blue) = 50+12+17=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #320C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C11 is #CDF3EE. Grayscale: #171717. Windows color (decimal): -13497327 or 1117234. OLE color: 1117234.
HSL color Cylindrical-coordinate representation of color #320C11: hue angle of 352.11º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C11 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 17 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.80 |
| HSL | 352.11º | 0.61% | 0.12% | - |
| HSV(B) | 352.11º | 0.76% | 0.2% | - |
| XYZ | 1.55 | 0.98 | 0.64 | - |
| YUV | 23.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 17 | 0 | 0.76 | 0.66 | 0.80 | 352.11 | 0.61 | 0.12 |
| Hex | 32 | C | 11 | 0 | 4C | 42 | 50 | 160 | 3D | C |
| Octal | 62 | 14 | 21 | 0 | 114 | 102 | 120 | 540 | 75 | 14 |
| Binary | 110010 | 1100 | 10001 | 0 | 1001100 | 1000010 | 1010000 | 101100000 | 111101 | 1100 |
Color Harmonies of #320C11
Complementary color
Monochromatic Colors of #320C11
Black with #320C11
Text Example
Text Example
White with #320C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C11; }
p { color: rgb(50,12,17); }
H1.HeaderClassName
{
color: #320C11;
}
.AnyTagClassName
{
color: #320C11;
}
</style>
background-color css
<style>
a { background-color: #320C11; }
a { background-color: rgb(50,12,17); }
div.DivClassName
{
background-color: #320C11;
}
.BgClassName
{
background-color: #320C11;
}
</style>
border-color css
<style>
span { border-color: #320C11; }
span { border-color: rgb(50,12,17); }
td.TdClassName
{
border-color: #320C11;
}
.TagClassName
{
border-color: #320C11;
}
</style>