Shades of Rustic Red #330509
Tints of Rustic Red #330509
RGB
CMYK
RGB Variations
Color information
#330509 (or 0x330509) is known color: Rustic Red. HEX triplet: 33, 05 and 09. RGB value is (51,5,9). Sum of RGB (Red+Green+Blue) = 51+5+9=65 (8% of max value = 765). Red value is 51 (20.31% from 255 or 78.46% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 51 - color contains mainly: red. Hex color #330509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330509 is #CCFAF6. Grayscale: #131313. Windows color (decimal): -13433591 or 591155. OLE color: 591155.
HSL color Cylindrical-coordinate representation of color #330509: hue angle of 354.78º 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 #330509 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 9 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.8 |
| HSL | 354.78º | 0.82% | 0.11% | - |
| HSV(B) | 354.78º | 0.9% | 0.2% | - |
| XYZ | 1.47 | 0.83 | 0.34 | - |
| YUV | 19.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 9 | 0 | 0.90 | 0.82 | 0.8 | 354.78 | 0.82 | 0.11 |
| Hex | 33 | 5 | 9 | 0 | 5A | 52 | 50 | 163 | 52 | B |
| Octal | 63 | 5 | 11 | 0 | 132 | 122 | 120 | 543 | 122 | 13 |
| Binary | 110011 | 101 | 1001 | 0 | 1011010 | 1010010 | 1010000 | 101100011 | 1010010 | 1011 |
Color Harmonies of #330509
Complementary color
Monochromatic Colors of #330509
Black with #330509
Text Example
Text Example
White with #330509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330509; }
p { color: rgb(51,5,9); }
H1.HeaderClassName
{
color: #330509;
}
.AnyTagClassName
{
color: #330509;
}
</style>
background-color css
<style>
a { background-color: #330509; }
a { background-color: rgb(51,5,9); }
div.DivClassName
{
background-color: #330509;
}
.BgClassName
{
background-color: #330509;
}
</style>
border-color css
<style>
span { border-color: #330509; }
span { border-color: rgb(51,5,9); }
td.TdClassName
{
border-color: #330509;
}
.TagClassName
{
border-color: #330509;
}
</style>