Shades of Rustic Red #330C10
Tints of Rustic Red #330C10
RGB
CMYK
RGB Variations
Color information
#330C10 (or 0x330C10) is known color: Rustic Red. HEX triplet: 33, 0C and 10. RGB value is (51,12,16). Sum of RGB (Red+Green+Blue) = 51+12+16=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C10 is #CCF3EF. Grayscale: #181818. Windows color (decimal): -13431792 or 1051699. OLE color: 1051699.
HSL color Cylindrical-coordinate representation of color #330C10: hue angle of 353.85º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330C10 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 12 | 16 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.8 |
| HSL | 353.85º | 0.62% | 0.12% | - |
| HSV(B) | 353.85º | 0.76% | 0.2% | - |
| XYZ | 1.59 | 1 | 0.6 | - |
| YUV | 24.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 16 | 0 | 0.76 | 0.69 | 0.8 | 353.85 | 0.62 | 0.12 |
| Hex | 33 | C | 10 | 0 | 4C | 45 | 50 | 162 | 3E | C |
| Octal | 63 | 14 | 20 | 0 | 114 | 105 | 120 | 542 | 76 | 14 |
| Binary | 110011 | 1100 | 10000 | 0 | 1001100 | 1000101 | 1010000 | 101100010 | 111110 | 1100 |
Color Harmonies of #330C10
Complementary color
Monochromatic Colors of #330C10
Black with #330C10
Text Example
Text Example
White with #330C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C10; }
p { color: rgb(51,12,16); }
H1.HeaderClassName
{
color: #330C10;
}
.AnyTagClassName
{
color: #330C10;
}
</style>
background-color css
<style>
a { background-color: #330C10; }
a { background-color: rgb(51,12,16); }
div.DivClassName
{
background-color: #330C10;
}
.BgClassName
{
background-color: #330C10;
}
</style>
border-color css
<style>
span { border-color: #330C10; }
span { border-color: rgb(51,12,16); }
td.TdClassName
{
border-color: #330C10;
}
.TagClassName
{
border-color: #330C10;
}
</style>