Shades of Rustic Red #330A11
Tints of Rustic Red #330A11
RGB
CMYK
RGB Variations
Color information
#330A11 (or 0x330A11) is known color: Rustic Red. HEX triplet: 33, 0A and 11. RGB value is (51,10,17). Sum of RGB (Red+Green+Blue) = 51+10+17=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330A11 is #CCF5EE. Grayscale: #171717. Windows color (decimal): -13432303 or 1116723. OLE color: 1116723.
HSL color Cylindrical-coordinate representation of color #330A11: hue angle of 349.76º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330A11 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 10 | 17 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.8 |
| HSL | 349.76º | 0.67% | 0.12% | - |
| HSV(B) | 349.76º | 0.8% | 0.2% | - |
| XYZ | 1.57 | 0.96 | 0.63 | - |
| YUV | 23.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 17 | 0 | 0.80 | 0.67 | 0.8 | 349.76 | 0.67 | 0.12 |
| Hex | 33 | A | 11 | 0 | 50 | 43 | 50 | 15E | 43 | C |
| Octal | 63 | 12 | 21 | 0 | 120 | 103 | 120 | 536 | 103 | 14 |
| Binary | 110011 | 1010 | 10001 | 0 | 1010000 | 1000011 | 1010000 | 101011110 | 1000011 | 1100 |
Color Harmonies of #330A11
Complementary color
Monochromatic Colors of #330A11
Black with #330A11
Text Example
Text Example
White with #330A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A11; }
p { color: rgb(51,10,17); }
H1.HeaderClassName
{
color: #330A11;
}
.AnyTagClassName
{
color: #330A11;
}
</style>
background-color css
<style>
a { background-color: #330A11; }
a { background-color: rgb(51,10,17); }
div.DivClassName
{
background-color: #330A11;
}
.BgClassName
{
background-color: #330A11;
}
</style>
border-color css
<style>
span { border-color: #330A11; }
span { border-color: rgb(51,10,17); }
td.TdClassName
{
border-color: #330A11;
}
.TagClassName
{
border-color: #330A11;
}
</style>