Shades of Rustic Red #330B12
Tints of Rustic Red #330B12
RGB
CMYK
RGB Variations
Color information
#330B12 (or 0x330B12) is known color: Rustic Red. HEX triplet: 33, 0B and 12. RGB value is (51,11,18). Sum of RGB (Red+Green+Blue) = 51+11+18=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #330B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B12 is #CCF4ED. Grayscale: #171717. Windows color (decimal): -13432046 or 1182515. OLE color: 1182515.
HSL color Cylindrical-coordinate representation of color #330B12: hue angle of 349.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 #330B12 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 18 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.8 |
| HSL | 349.5º | 0.65% | 0.12% | - |
| HSV(B) | 349.5º | 0.78% | 0.2% | - |
| XYZ | 1.59 | 0.99 | 0.68 | - |
| YUV | 23.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 18 | 0 | 0.78 | 0.65 | 0.8 | 349.5 | 0.65 | 0.12 |
| Hex | 33 | B | 12 | 0 | 4E | 41 | 50 | 15E | 41 | C |
| Octal | 63 | 13 | 22 | 0 | 116 | 101 | 120 | 536 | 101 | 14 |
| Binary | 110011 | 1011 | 10010 | 0 | 1001110 | 1000001 | 1010000 | 101011110 | 1000001 | 1100 |
Color Harmonies of #330B12
Complementary color
Monochromatic Colors of #330B12
Black with #330B12
Text Example
Text Example
White with #330B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B12; }
p { color: rgb(51,11,18); }
H1.HeaderClassName
{
color: #330B12;
}
.AnyTagClassName
{
color: #330B12;
}
</style>
background-color css
<style>
a { background-color: #330B12; }
a { background-color: rgb(51,11,18); }
div.DivClassName
{
background-color: #330B12;
}
.BgClassName
{
background-color: #330B12;
}
</style>
border-color css
<style>
span { border-color: #330B12; }
span { border-color: rgb(51,11,18); }
td.TdClassName
{
border-color: #330B12;
}
.TagClassName
{
border-color: #330B12;
}
</style>