Shades of Rustic Red #330615
Tints of Rustic Red #330615
RGB
CMYK
RGB Variations
Color information
#330615 (or 0x330615) is known color: Rustic Red. HEX triplet: 33, 06 and 15. RGB value is (51,6,21). Sum of RGB (Red+Green+Blue) = 51+6+21=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330615 is #CCF9EA. Grayscale: #151515. Windows color (decimal): -13433323 or 1377843. OLE color: 1377843.
HSL color Cylindrical-coordinate representation of color #330615: hue angle of 340º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330615 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 6 | 21 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.8 |
| HSL | 340º | 0.79% | 0.11% | - |
| HSV(B) | 340º | 0.88% | 0.2% | - |
| XYZ | 1.57 | 0.89 | 0.8 | - |
| YUV | 21.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 21 | 0 | 0.88 | 0.59 | 0.8 | 340 | 0.79 | 0.11 |
| Hex | 33 | 6 | 15 | 0 | 58 | 3B | 50 | 154 | 4F | B |
| Octal | 63 | 6 | 25 | 0 | 130 | 73 | 120 | 524 | 117 | 13 |
| Binary | 110011 | 110 | 10101 | 0 | 1011000 | 111011 | 1010000 | 101010100 | 1001111 | 1011 |
Color Harmonies of #330615
Complementary color
Monochromatic Colors of #330615
Black with #330615
Text Example
Text Example
White with #330615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330615; }
p { color: rgb(51,6,21); }
H1.HeaderClassName
{
color: #330615;
}
.AnyTagClassName
{
color: #330615;
}
</style>
background-color css
<style>
a { background-color: #330615; }
a { background-color: rgb(51,6,21); }
div.DivClassName
{
background-color: #330615;
}
.BgClassName
{
background-color: #330615;
}
</style>
border-color css
<style>
span { border-color: #330615; }
span { border-color: rgb(51,6,21); }
td.TdClassName
{
border-color: #330615;
}
.TagClassName
{
border-color: #330615;
}
</style>