Shades of Rustic Red #330911
Tints of Rustic Red #330911
RGB
CMYK
RGB Variations
Color information
#330911 (or 0x330911) is known color: Rustic Red. HEX triplet: 33, 09 and 11. RGB value is (51,9,17). Sum of RGB (Red+Green+Blue) = 51+9+17=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330911 is #CCF6EE. Grayscale: #161616. Windows color (decimal): -13432559 or 1116467. OLE color: 1116467.
HSL color Cylindrical-coordinate representation of color #330911: hue angle of 348.57º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330911 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 9 | 17 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.8 |
| HSL | 348.57º | 0.7% | 0.12% | - |
| HSV(B) | 348.57º | 0.82% | 0.2% | - |
| XYZ | 1.56 | 0.94 | 0.63 | - |
| YUV | 22.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 17 | 0 | 0.82 | 0.67 | 0.8 | 348.57 | 0.7 | 0.12 |
| Hex | 33 | 9 | 11 | 0 | 52 | 43 | 50 | 15D | 46 | C |
| Octal | 63 | 11 | 21 | 0 | 122 | 103 | 120 | 535 | 106 | 14 |
| Binary | 110011 | 1001 | 10001 | 0 | 1010010 | 1000011 | 1010000 | 101011101 | 1000110 | 1100 |
Color Harmonies of #330911
Complementary color
Monochromatic Colors of #330911
Black with #330911
Text Example
Text Example
White with #330911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330911; }
p { color: rgb(51,9,17); }
H1.HeaderClassName
{
color: #330911;
}
.AnyTagClassName
{
color: #330911;
}
</style>
background-color css
<style>
a { background-color: #330911; }
a { background-color: rgb(51,9,17); }
div.DivClassName
{
background-color: #330911;
}
.BgClassName
{
background-color: #330911;
}
</style>
border-color css
<style>
span { border-color: #330911; }
span { border-color: rgb(51,9,17); }
td.TdClassName
{
border-color: #330911;
}
.TagClassName
{
border-color: #330911;
}
</style>