Shades of Rustic Red #320B0D
Tints of Rustic Red #320B0D
RGB
CMYK
RGB Variations
Color information
#320B0D (or 0x320B0D) is known color: Rustic Red. HEX triplet: 32, 0B and 0D. RGB value is (50,11,13). Sum of RGB (Red+Green+Blue) = 50+11+13=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #320B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B0D is #CDF4F2. Grayscale: #161616. Windows color (decimal): -13497587 or 854834. OLE color: 854834.
HSL color Cylindrical-coordinate representation of color #320B0D: hue angle of 356.92º 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 #320B0D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 13 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.80 |
| HSL | 356.92º | 0.64% | 0.12% | - |
| HSV(B) | 356.92º | 0.78% | 0.2% | - |
| XYZ | 1.51 | 0.95 | 0.48 | - |
| YUV | 22.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 13 | 0 | 0.78 | 0.74 | 0.80 | 356.92 | 0.64 | 0.12 |
| Hex | 32 | B | D | 0 | 4E | 4A | 50 | 165 | 40 | C |
| Octal | 62 | 13 | 15 | 0 | 116 | 112 | 120 | 545 | 100 | 14 |
| Binary | 110010 | 1011 | 1101 | 0 | 1001110 | 1001010 | 1010000 | 101100101 | 1000000 | 1100 |
Color Harmonies of #320B0D
Complementary color
Monochromatic Colors of #320B0D
Black with #320B0D
Text Example
Text Example
White with #320B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B0D; }
p { color: rgb(50,11,13); }
H1.HeaderClassName
{
color: #320B0D;
}
.AnyTagClassName
{
color: #320B0D;
}
</style>
background-color css
<style>
a { background-color: #320B0D; }
a { background-color: rgb(50,11,13); }
div.DivClassName
{
background-color: #320B0D;
}
.BgClassName
{
background-color: #320B0D;
}
</style>
border-color css
<style>
span { border-color: #320B0D; }
span { border-color: rgb(50,11,13); }
td.TdClassName
{
border-color: #320B0D;
}
.TagClassName
{
border-color: #320B0D;
}
</style>