Shades of Rustic Red #33050A
Tints of Rustic Red #33050A
RGB
CMYK
RGB Variations
Color information
#33050A (or 0x33050A) is known color: Rustic Red. HEX triplet: 33, 05 and 0A. RGB value is (51,5,10). Sum of RGB (Red+Green+Blue) = 51+5+10=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #33050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33050A is #CCFAF5. Grayscale: #131313. Windows color (decimal): -13433590 or 656691. OLE color: 656691.
HSL color Cylindrical-coordinate representation of color #33050A: hue angle of 353.48º 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 #33050A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 10 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.8 |
| HSL | 353.48º | 0.82% | 0.11% | - |
| HSV(B) | 353.48º | 0.9% | 0.2% | - |
| XYZ | 1.47 | 0.83 | 0.37 | - |
| YUV | 19.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 10 | 0 | 0.90 | 0.80 | 0.8 | 353.48 | 0.82 | 0.11 |
| Hex | 33 | 5 | A | 0 | 5A | 50 | 50 | 161 | 52 | B |
| Octal | 63 | 5 | 12 | 0 | 132 | 120 | 120 | 541 | 122 | 13 |
| Binary | 110011 | 101 | 1010 | 0 | 1011010 | 1010000 | 1010000 | 101100001 | 1010010 | 1011 |
Color Harmonies of #33050A
Complementary color
Monochromatic Colors of #33050A
Black with #33050A
Text Example
Text Example
White with #33050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33050A; }
p { color: rgb(51,5,10); }
H1.HeaderClassName
{
color: #33050A;
}
.AnyTagClassName
{
color: #33050A;
}
</style>
background-color css
<style>
a { background-color: #33050A; }
a { background-color: rgb(51,5,10); }
div.DivClassName
{
background-color: #33050A;
}
.BgClassName
{
background-color: #33050A;
}
</style>
border-color css
<style>
span { border-color: #33050A; }
span { border-color: rgb(51,5,10); }
td.TdClassName
{
border-color: #33050A;
}
.TagClassName
{
border-color: #33050A;
}
</style>