Shades of Rustic Red #330813
Tints of Rustic Red #330813
RGB
CMYK
RGB Variations
Color information
#330813 (or 0x330813) is known color: Rustic Red. HEX triplet: 33, 08 and 13. RGB value is (51,8,19). Sum of RGB (Red+Green+Blue) = 51+8+19=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330813 is #CCF7EC. Grayscale: #161616. Windows color (decimal): -13432813 or 1247283. OLE color: 1247283.
HSL color Cylindrical-coordinate representation of color #330813: hue angle of 344.65º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330813 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 19 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.8 |
| HSL | 344.65º | 0.73% | 0.12% | - |
| HSV(B) | 344.65º | 0.84% | 0.2% | - |
| XYZ | 1.57 | 0.92 | 0.71 | - |
| YUV | 22.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 19 | 0 | 0.84 | 0.63 | 0.8 | 344.65 | 0.73 | 0.12 |
| Hex | 33 | 8 | 13 | 0 | 54 | 3F | 50 | 159 | 49 | C |
| Octal | 63 | 10 | 23 | 0 | 124 | 77 | 120 | 531 | 111 | 14 |
| Binary | 110011 | 1000 | 10011 | 0 | 1010100 | 111111 | 1010000 | 101011001 | 1001001 | 1100 |
Color Harmonies of #330813
Complementary color
Monochromatic Colors of #330813
Black with #330813
Text Example
Text Example
White with #330813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330813; }
p { color: rgb(51,8,19); }
H1.HeaderClassName
{
color: #330813;
}
.AnyTagClassName
{
color: #330813;
}
</style>
background-color css
<style>
a { background-color: #330813; }
a { background-color: rgb(51,8,19); }
div.DivClassName
{
background-color: #330813;
}
.BgClassName
{
background-color: #330813;
}
</style>
border-color css
<style>
span { border-color: #330813; }
span { border-color: rgb(51,8,19); }
td.TdClassName
{
border-color: #330813;
}
.TagClassName
{
border-color: #330813;
}
</style>