Shades of Rustic Red #330B14
Tints of Rustic Red #330B14
RGB
CMYK
RGB Variations
Color information
#330B14 (or 0x330B14) is known color: Rustic Red. HEX triplet: 33, 0B and 14. RGB value is (51,11,20). Sum of RGB (Red+Green+Blue) = 51+11+20=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #330B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B14 is #CCF4EB. Grayscale: #171717. Windows color (decimal): -13432044 or 1313587. OLE color: 1313587.
HSL color Cylindrical-coordinate representation of color #330B14: hue angle of 346.5º degrees, saturation: 0.65, 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 #330B14 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 20 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.8 |
| HSL | 346.5º | 0.65% | 0.12% | - |
| HSV(B) | 346.5º | 0.78% | 0.2% | - |
| XYZ | 1.61 | 0.99 | 0.77 | - |
| YUV | 23.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 20 | 0 | 0.78 | 0.61 | 0.8 | 346.5 | 0.65 | 0.12 |
| Hex | 33 | B | 14 | 0 | 4E | 3D | 50 | 15A | 41 | C |
| Octal | 63 | 13 | 24 | 0 | 116 | 75 | 120 | 532 | 101 | 14 |
| Binary | 110011 | 1011 | 10100 | 0 | 1001110 | 111101 | 1010000 | 101011010 | 1000001 | 1100 |
Color Harmonies of #330B14
Complementary color
Monochromatic Colors of #330B14
Black with #330B14
Text Example
Text Example
White with #330B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B14; }
p { color: rgb(51,11,20); }
H1.HeaderClassName
{
color: #330B14;
}
.AnyTagClassName
{
color: #330B14;
}
</style>
background-color css
<style>
a { background-color: #330B14; }
a { background-color: rgb(51,11,20); }
div.DivClassName
{
background-color: #330B14;
}
.BgClassName
{
background-color: #330B14;
}
</style>
border-color css
<style>
span { border-color: #330B14; }
span { border-color: rgb(51,11,20); }
td.TdClassName
{
border-color: #330B14;
}
.TagClassName
{
border-color: #330B14;
}
</style>