Shades of Rustic Red #33050E
Tints of Rustic Red #33050E
RGB
CMYK
RGB Variations
Color information
#33050E (or 0x33050E) is known color: Rustic Red. HEX triplet: 33, 05 and 0E. RGB value is (51,5,14). Sum of RGB (Red+Green+Blue) = 51+5+14=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #33050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33050E is #CCFAF1. Grayscale: #131313. Windows color (decimal): -13433586 or 918835. OLE color: 918835.
HSL color Cylindrical-coordinate representation of color #33050E: hue angle of 348.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33050E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 14 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.8 |
| HSL | 348.26º | 0.82% | 0.11% | - |
| HSV(B) | 348.26º | 0.9% | 0.2% | - |
| XYZ | 1.5 | 0.84 | 0.5 | - |
| YUV | 19.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 14 | 0 | 0.90 | 0.73 | 0.8 | 348.26 | 0.82 | 0.11 |
| Hex | 33 | 5 | E | 0 | 5A | 49 | 50 | 15C | 52 | B |
| Octal | 63 | 5 | 16 | 0 | 132 | 111 | 120 | 534 | 122 | 13 |
| Binary | 110011 | 101 | 1110 | 0 | 1011010 | 1001001 | 1010000 | 101011100 | 1010010 | 1011 |
Color Harmonies of #33050E
Complementary color
Monochromatic Colors of #33050E
Black with #33050E
Text Example
Text Example
White with #33050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33050E; }
p { color: rgb(51,5,14); }
H1.HeaderClassName
{
color: #33050E;
}
.AnyTagClassName
{
color: #33050E;
}
</style>
background-color css
<style>
a { background-color: #33050E; }
a { background-color: rgb(51,5,14); }
div.DivClassName
{
background-color: #33050E;
}
.BgClassName
{
background-color: #33050E;
}
</style>
border-color css
<style>
span { border-color: #33050E; }
span { border-color: rgb(51,5,14); }
td.TdClassName
{
border-color: #33050E;
}
.TagClassName
{
border-color: #33050E;
}
</style>