Shades of Rustic Red #320B15
Tints of Rustic Red #320B15
RGB
CMYK
RGB Variations
Color information
#320B15 (or 0x320B15) is known color: Rustic Red. HEX triplet: 32, 0B and 15. RGB value is (50,11,21). Sum of RGB (Red+Green+Blue) = 50+11+21=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #320B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B15 is #CDF4EA. Grayscale: #171717. Windows color (decimal): -13497579 or 1379122. OLE color: 1379122.
HSL color Cylindrical-coordinate representation of color #320B15: hue angle of 344.62º 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 #320B15 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 21 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.80 |
| HSL | 344.62º | 0.64% | 0.12% | - |
| HSV(B) | 344.62º | 0.78% | 0.2% | - |
| XYZ | 1.57 | 0.97 | 0.81 | - |
| YUV | 23.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 21 | 0 | 0.78 | 0.58 | 0.80 | 344.62 | 0.64 | 0.12 |
| Hex | 32 | B | 15 | 0 | 4E | 3A | 50 | 159 | 40 | C |
| Octal | 62 | 13 | 25 | 0 | 116 | 72 | 120 | 531 | 100 | 14 |
| Binary | 110010 | 1011 | 10101 | 0 | 1001110 | 111010 | 1010000 | 101011001 | 1000000 | 1100 |
Color Harmonies of #320B15
Complementary color
Monochromatic Colors of #320B15
Black with #320B15
Text Example
Text Example
White with #320B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B15; }
p { color: rgb(50,11,21); }
H1.HeaderClassName
{
color: #320B15;
}
.AnyTagClassName
{
color: #320B15;
}
</style>
background-color css
<style>
a { background-color: #320B15; }
a { background-color: rgb(50,11,21); }
div.DivClassName
{
background-color: #320B15;
}
.BgClassName
{
background-color: #320B15;
}
</style>
border-color css
<style>
span { border-color: #320B15; }
span { border-color: rgb(50,11,21); }
td.TdClassName
{
border-color: #320B15;
}
.TagClassName
{
border-color: #320B15;
}
</style>