Shades of Rustic Red #320B11
Tints of Rustic Red #320B11
RGB
CMYK
RGB Variations
Color information
#320B11 (or 0x320B11) is known color: Rustic Red. HEX triplet: 32, 0B and 11. RGB value is (50,11,17). Sum of RGB (Red+Green+Blue) = 50+11+17=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #320B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B11 is #CDF4EE. Grayscale: #171717. Windows color (decimal): -13497583 or 1116978. OLE color: 1116978.
HSL color Cylindrical-coordinate representation of color #320B11: hue angle of 350.77º 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 #320B11 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 17 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.80 |
| HSL | 350.77º | 0.64% | 0.12% | - |
| HSV(B) | 350.77º | 0.78% | 0.2% | - |
| XYZ | 1.54 | 0.96 | 0.63 | - |
| YUV | 23.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 17 | 0 | 0.78 | 0.66 | 0.80 | 350.77 | 0.64 | 0.12 |
| Hex | 32 | B | 11 | 0 | 4E | 42 | 50 | 15F | 40 | C |
| Octal | 62 | 13 | 21 | 0 | 116 | 102 | 120 | 537 | 100 | 14 |
| Binary | 110010 | 1011 | 10001 | 0 | 1001110 | 1000010 | 1010000 | 101011111 | 1000000 | 1100 |
Color Harmonies of #320B11
Complementary color
Monochromatic Colors of #320B11
Black with #320B11
Text Example
Text Example
White with #320B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B11; }
p { color: rgb(50,11,17); }
H1.HeaderClassName
{
color: #320B11;
}
.AnyTagClassName
{
color: #320B11;
}
</style>
background-color css
<style>
a { background-color: #320B11; }
a { background-color: rgb(50,11,17); }
div.DivClassName
{
background-color: #320B11;
}
.BgClassName
{
background-color: #320B11;
}
</style>
border-color css
<style>
span { border-color: #320B11; }
span { border-color: rgb(50,11,17); }
td.TdClassName
{
border-color: #320B11;
}
.TagClassName
{
border-color: #320B11;
}
</style>