Shades of Rustic Red #33030E
Tints of Rustic Red #33030E
RGB
CMYK
RGB Variations
Color information
#33030E (or 0x33030E) is known color: Rustic Red. HEX triplet: 33, 03 and 0E. RGB value is (51,3,14). Sum of RGB (Red+Green+Blue) = 51+3+14=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #33030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33030E is #CCFCF1. Grayscale: #121212. Windows color (decimal): -13434098 or 918323. OLE color: 918323.
HSL color Cylindrical-coordinate representation of color #33030E: hue angle of 346.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33030E is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 3 | 14 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.8 |
| HSL | 346.25º | 0.89% | 0.11% | - |
| HSV(B) | 346.25º | 0.94% | 0.2% | - |
| XYZ | 1.48 | 0.8 | 0.49 | - |
| YUV | 18.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 14 | 0 | 0.94 | 0.73 | 0.8 | 346.25 | 0.89 | 0.11 |
| Hex | 33 | 3 | E | 0 | 5E | 49 | 50 | 15A | 59 | B |
| Octal | 63 | 3 | 16 | 0 | 136 | 111 | 120 | 532 | 131 | 13 |
| Binary | 110011 | 11 | 1110 | 0 | 1011110 | 1001001 | 1010000 | 101011010 | 1011001 | 1011 |
Color Harmonies of #33030E
Complementary color
Monochromatic Colors of #33030E
Black with #33030E
Text Example
Text Example
White with #33030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33030E; }
p { color: rgb(51,3,14); }
H1.HeaderClassName
{
color: #33030E;
}
.AnyTagClassName
{
color: #33030E;
}
</style>
background-color css
<style>
a { background-color: #33030E; }
a { background-color: rgb(51,3,14); }
div.DivClassName
{
background-color: #33030E;
}
.BgClassName
{
background-color: #33030E;
}
</style>
border-color css
<style>
span { border-color: #33030E; }
span { border-color: rgb(51,3,14); }
td.TdClassName
{
border-color: #33030E;
}
.TagClassName
{
border-color: #33030E;
}
</style>