Shades of Rustic Red #33050F
Tints of Rustic Red #33050F
RGB
CMYK
RGB Variations
Color information
#33050F (or 0x33050F) is known color: Rustic Red. HEX triplet: 33, 05 and 0F. RGB value is (51,5,15). Sum of RGB (Red+Green+Blue) = 51+5+15=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #33050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33050F is #CCFAF0. Grayscale: #131313. Windows color (decimal): -13433585 or 984371. OLE color: 984371.
HSL color Cylindrical-coordinate representation of color #33050F: hue angle of 346.96º 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 #33050F is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 15 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.8 |
| HSL | 346.96º | 0.82% | 0.11% | - |
| HSV(B) | 346.96º | 0.9% | 0.2% | - |
| XYZ | 1.51 | 0.85 | 0.54 | - |
| YUV | 19.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 15 | 0 | 0.90 | 0.71 | 0.8 | 346.96 | 0.82 | 0.11 |
| Hex | 33 | 5 | F | 0 | 5A | 47 | 50 | 15B | 52 | B |
| Octal | 63 | 5 | 17 | 0 | 132 | 107 | 120 | 533 | 122 | 13 |
| Binary | 110011 | 101 | 1111 | 0 | 1011010 | 1000111 | 1010000 | 101011011 | 1010010 | 1011 |
Color Harmonies of #33050F
Complementary color
Monochromatic Colors of #33050F
Black with #33050F
Text Example
Text Example
White with #33050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33050F; }
p { color: rgb(51,5,15); }
H1.HeaderClassName
{
color: #33050F;
}
.AnyTagClassName
{
color: #33050F;
}
</style>
background-color css
<style>
a { background-color: #33050F; }
a { background-color: rgb(51,5,15); }
div.DivClassName
{
background-color: #33050F;
}
.BgClassName
{
background-color: #33050F;
}
</style>
border-color css
<style>
span { border-color: #33050F; }
span { border-color: rgb(51,5,15); }
td.TdClassName
{
border-color: #33050F;
}
.TagClassName
{
border-color: #33050F;
}
</style>