Shades of Rustic Red #330513
Tints of Rustic Red #330513
RGB
CMYK
RGB Variations
Color information
#330513 (or 0x330513) is known color: Rustic Red. HEX triplet: 33, 05 and 13. RGB value is (51,5,19). Sum of RGB (Red+Green+Blue) = 51+5+19=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #330513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330513 is #CCFAEC. Grayscale: #141414. Windows color (decimal): -13433581 or 1246515. OLE color: 1246515.
HSL color Cylindrical-coordinate representation of color #330513: hue angle of 341.74º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330513 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 19 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.8 |
| HSL | 341.74º | 0.82% | 0.11% | - |
| HSV(B) | 341.74º | 0.9% | 0.2% | - |
| XYZ | 1.54 | 0.86 | 0.7 | - |
| YUV | 20.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 19 | 0 | 0.90 | 0.63 | 0.8 | 341.74 | 0.82 | 0.11 |
| Hex | 33 | 5 | 13 | 0 | 5A | 3F | 50 | 156 | 52 | B |
| Octal | 63 | 5 | 23 | 0 | 132 | 77 | 120 | 526 | 122 | 13 |
| Binary | 110011 | 101 | 10011 | 0 | 1011010 | 111111 | 1010000 | 101010110 | 1010010 | 1011 |
Color Harmonies of #330513
Complementary color
Monochromatic Colors of #330513
Black with #330513
Text Example
Text Example
White with #330513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330513; }
p { color: rgb(51,5,19); }
H1.HeaderClassName
{
color: #330513;
}
.AnyTagClassName
{
color: #330513;
}
</style>
background-color css
<style>
a { background-color: #330513; }
a { background-color: rgb(51,5,19); }
div.DivClassName
{
background-color: #330513;
}
.BgClassName
{
background-color: #330513;
}
</style>
border-color css
<style>
span { border-color: #330513; }
span { border-color: rgb(51,5,19); }
td.TdClassName
{
border-color: #330513;
}
.TagClassName
{
border-color: #330513;
}
</style>