Shades of Rustic Red #330918
Tints of Rustic Red #330918
RGB
CMYK
RGB Variations
Color information
#330918 (or 0x330918) is known color: Rustic Red. HEX triplet: 33, 09 and 18. RGB value is (51,9,24). Sum of RGB (Red+Green+Blue) = 51+9+24=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #330918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330918 is #CCF6E7. Grayscale: #171717. Windows color (decimal): -13432552 or 1575219. OLE color: 1575219.
HSL color Cylindrical-coordinate representation of color #330918: hue angle of 338.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 #330918 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 9 | 24 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.8 |
| HSL | 338.57º | 0.7% | 0.12% | - |
| HSV(B) | 338.57º | 0.82% | 0.2% | - |
| XYZ | 1.63 | 0.97 | 0.96 | - |
| YUV | 23.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 24 | 0 | 0.82 | 0.53 | 0.8 | 338.57 | 0.7 | 0.12 |
| Hex | 33 | 9 | 18 | 0 | 52 | 35 | 50 | 153 | 46 | C |
| Octal | 63 | 11 | 30 | 0 | 122 | 65 | 120 | 523 | 106 | 14 |
| Binary | 110011 | 1001 | 11000 | 0 | 1010010 | 110101 | 1010000 | 101010011 | 1000110 | 1100 |
Color Harmonies of #330918
Complementary color
Monochromatic Colors of #330918
Black with #330918
Text Example
Text Example
White with #330918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330918; }
p { color: rgb(51,9,24); }
H1.HeaderClassName
{
color: #330918;
}
.AnyTagClassName
{
color: #330918;
}
</style>
background-color css
<style>
a { background-color: #330918; }
a { background-color: rgb(51,9,24); }
div.DivClassName
{
background-color: #330918;
}
.BgClassName
{
background-color: #330918;
}
</style>
border-color css
<style>
span { border-color: #330918; }
span { border-color: rgb(51,9,24); }
td.TdClassName
{
border-color: #330918;
}
.TagClassName
{
border-color: #330918;
}
</style>