Shades of Rustic Red #33050C
Tints of Rustic Red #33050C
RGB
CMYK
RGB Variations
Color information
#33050C (or 0x33050C) is known color: Rustic Red. HEX triplet: 33, 05 and 0C. RGB value is (51,5,12). Sum of RGB (Red+Green+Blue) = 51+5+12=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #33050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33050C is #CCFAF3. Grayscale: #131313. Windows color (decimal): -13433588 or 787763. OLE color: 787763.
HSL color Cylindrical-coordinate representation of color #33050C: hue angle of 350.87º 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 #33050C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 12 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.8 |
| HSL | 350.87º | 0.82% | 0.11% | - |
| HSV(B) | 350.87º | 0.9% | 0.2% | - |
| XYZ | 1.49 | 0.84 | 0.43 | - |
| YUV | 19.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 12 | 0 | 0.90 | 0.76 | 0.8 | 350.87 | 0.82 | 0.11 |
| Hex | 33 | 5 | C | 0 | 5A | 4C | 50 | 15F | 52 | B |
| Octal | 63 | 5 | 14 | 0 | 132 | 114 | 120 | 537 | 122 | 13 |
| Binary | 110011 | 101 | 1100 | 0 | 1011010 | 1001100 | 1010000 | 101011111 | 1010010 | 1011 |
Color Harmonies of #33050C
Complementary color
Monochromatic Colors of #33050C
Black with #33050C
Text Example
Text Example
White with #33050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33050C; }
p { color: rgb(51,5,12); }
H1.HeaderClassName
{
color: #33050C;
}
.AnyTagClassName
{
color: #33050C;
}
</style>
background-color css
<style>
a { background-color: #33050C; }
a { background-color: rgb(51,5,12); }
div.DivClassName
{
background-color: #33050C;
}
.BgClassName
{
background-color: #33050C;
}
</style>
border-color css
<style>
span { border-color: #33050C; }
span { border-color: rgb(51,5,12); }
td.TdClassName
{
border-color: #33050C;
}
.TagClassName
{
border-color: #33050C;
}
</style>