Shades of Rustic Red #330409
Tints of Rustic Red #330409
RGB
CMYK
RGB Variations
Color information
#330409 (or 0x330409) is known color: Rustic Red. HEX triplet: 33, 04 and 09. RGB value is (51,4,9). Sum of RGB (Red+Green+Blue) = 51+4+9=64 (8% of max value = 765). Red value is 51 (20.31% from 255 or 79.69% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 51 - color contains mainly: red. Hex color #330409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330409 is #CCFBF6. Grayscale: #121212. Windows color (decimal): -13433847 or 590899. OLE color: 590899.
HSL color Cylindrical-coordinate representation of color #330409: hue angle of 353.62º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330409 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 4 | 9 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.8 |
| HSL | 353.62º | 0.85% | 0.11% | - |
| HSV(B) | 353.62º | 0.92% | 0.2% | - |
| XYZ | 1.46 | 0.81 | 0.34 | - |
| YUV | 18.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 9 | 0 | 0.92 | 0.82 | 0.8 | 353.62 | 0.85 | 0.11 |
| Hex | 33 | 4 | 9 | 0 | 5C | 52 | 50 | 162 | 55 | B |
| Octal | 63 | 4 | 11 | 0 | 134 | 122 | 120 | 542 | 125 | 13 |
| Binary | 110011 | 100 | 1001 | 0 | 1011100 | 1010010 | 1010000 | 101100010 | 1010101 | 1011 |
Color Harmonies of #330409
Complementary color
Monochromatic Colors of #330409
Black with #330409
Text Example
Text Example
White with #330409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330409; }
p { color: rgb(51,4,9); }
H1.HeaderClassName
{
color: #330409;
}
.AnyTagClassName
{
color: #330409;
}
</style>
background-color css
<style>
a { background-color: #330409; }
a { background-color: rgb(51,4,9); }
div.DivClassName
{
background-color: #330409;
}
.BgClassName
{
background-color: #330409;
}
</style>
border-color css
<style>
span { border-color: #330409; }
span { border-color: rgb(51,4,9); }
td.TdClassName
{
border-color: #330409;
}
.TagClassName
{
border-color: #330409;
}
</style>