Shades of Rustic Red #330B0C
Tints of Rustic Red #330B0C
RGB
CMYK
RGB Variations
Color information
#330B0C (or 0x330B0C) is known color: Rustic Red. HEX triplet: 33, 0B and 0C. RGB value is (51,11,12). Sum of RGB (Red+Green+Blue) = 51+11+12=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B0C is #CCF4F3. Grayscale: #171717. Windows color (decimal): -13432052 or 789299. OLE color: 789299.
HSL color Cylindrical-coordinate representation of color #330B0C: hue angle of 358.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B0C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 12 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.8 |
| HSL | 358.5º | 0.65% | 0.12% | - |
| HSV(B) | 358.5º | 0.78% | 0.2% | - |
| XYZ | 1.55 | 0.97 | 0.45 | - |
| YUV | 23.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 12 | 0 | 0.78 | 0.76 | 0.8 | 358.5 | 0.65 | 0.12 |
| Hex | 33 | B | C | 0 | 4E | 4C | 50 | 166 | 41 | C |
| Octal | 63 | 13 | 14 | 0 | 116 | 114 | 120 | 546 | 101 | 14 |
| Binary | 110011 | 1011 | 1100 | 0 | 1001110 | 1001100 | 1010000 | 101100110 | 1000001 | 1100 |
Color Harmonies of #330B0C
Complementary color
Monochromatic Colors of #330B0C
Black with #330B0C
Text Example
Text Example
White with #330B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B0C; }
p { color: rgb(51,11,12); }
H1.HeaderClassName
{
color: #330B0C;
}
.AnyTagClassName
{
color: #330B0C;
}
</style>
background-color css
<style>
a { background-color: #330B0C; }
a { background-color: rgb(51,11,12); }
div.DivClassName
{
background-color: #330B0C;
}
.BgClassName
{
background-color: #330B0C;
}
</style>
border-color css
<style>
span { border-color: #330B0C; }
span { border-color: rgb(51,11,12); }
td.TdClassName
{
border-color: #330B0C;
}
.TagClassName
{
border-color: #330B0C;
}
</style>