Shades of Rustic Red #330713
Tints of Rustic Red #330713
RGB
CMYK
RGB Variations
Color information
#330713 (or 0x330713) is known color: Rustic Red. HEX triplet: 33, 07 and 13. RGB value is (51,7,19). Sum of RGB (Red+Green+Blue) = 51+7+19=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330713 is #CCF8EC. Grayscale: #151515. Windows color (decimal): -13433069 or 1247027. OLE color: 1247027.
HSL color Cylindrical-coordinate representation of color #330713: hue angle of 343.64º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330713 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 7 | 19 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.8 |
| HSL | 343.64º | 0.76% | 0.11% | - |
| HSV(B) | 343.64º | 0.86% | 0.2% | - |
| XYZ | 1.56 | 0.9 | 0.71 | - |
| YUV | 21.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 19 | 0 | 0.86 | 0.63 | 0.8 | 343.64 | 0.76 | 0.11 |
| Hex | 33 | 7 | 13 | 0 | 56 | 3F | 50 | 158 | 4C | B |
| Octal | 63 | 7 | 23 | 0 | 126 | 77 | 120 | 530 | 114 | 13 |
| Binary | 110011 | 111 | 10011 | 0 | 1010110 | 111111 | 1010000 | 101011000 | 1001100 | 1011 |
Color Harmonies of #330713
Complementary color
Monochromatic Colors of #330713
Black with #330713
Text Example
Text Example
White with #330713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330713; }
p { color: rgb(51,7,19); }
H1.HeaderClassName
{
color: #330713;
}
.AnyTagClassName
{
color: #330713;
}
</style>
background-color css
<style>
a { background-color: #330713; }
a { background-color: rgb(51,7,19); }
div.DivClassName
{
background-color: #330713;
}
.BgClassName
{
background-color: #330713;
}
</style>
border-color css
<style>
span { border-color: #330713; }
span { border-color: rgb(51,7,19); }
td.TdClassName
{
border-color: #330713;
}
.TagClassName
{
border-color: #330713;
}
</style>