Shades of Rustic Red #330809
Tints of Rustic Red #330809
RGB
CMYK
RGB Variations
Color information
#330809 (or 0x330809) is known color: Rustic Red. HEX triplet: 33, 08 and 09. RGB value is (51,8,9). Sum of RGB (Red+Green+Blue) = 51+8+9=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #330809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330809 is #CCF7F6. Grayscale: #151515. Windows color (decimal): -13432823 or 591923. OLE color: 591923.
HSL color Cylindrical-coordinate representation of color #330809: hue angle of 358.6º 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 #330809 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 9 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.8 |
| HSL | 358.6º | 0.73% | 0.12% | - |
| HSV(B) | 358.6º | 0.84% | 0.2% | - |
| XYZ | 1.5 | 0.9 | 0.35 | - |
| YUV | 20.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 9 | 0 | 0.84 | 0.82 | 0.8 | 358.6 | 0.73 | 0.12 |
| Hex | 33 | 8 | 9 | 0 | 54 | 52 | 50 | 167 | 49 | C |
| Octal | 63 | 10 | 11 | 0 | 124 | 122 | 120 | 547 | 111 | 14 |
| Binary | 110011 | 1000 | 1001 | 0 | 1010100 | 1010010 | 1010000 | 101100111 | 1001001 | 1100 |
Color Harmonies of #330809
Complementary color
Monochromatic Colors of #330809
Black with #330809
Text Example
Text Example
White with #330809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330809; }
p { color: rgb(51,8,9); }
H1.HeaderClassName
{
color: #330809;
}
.AnyTagClassName
{
color: #330809;
}
</style>
background-color css
<style>
a { background-color: #330809; }
a { background-color: rgb(51,8,9); }
div.DivClassName
{
background-color: #330809;
}
.BgClassName
{
background-color: #330809;
}
</style>
border-color css
<style>
span { border-color: #330809; }
span { border-color: rgb(51,8,9); }
td.TdClassName
{
border-color: #330809;
}
.TagClassName
{
border-color: #330809;
}
</style>