Shades of Rustic Red #33050D
Tints of Rustic Red #33050D
RGB
CMYK
RGB Variations
Color information
#33050D (or 0x33050D) is known color: Rustic Red. HEX triplet: 33, 05 and 0D. RGB value is (51,5,13). Sum of RGB (Red+Green+Blue) = 51+5+13=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #33050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33050D is #CCFAF2. Grayscale: #131313. Windows color (decimal): -13433587 or 853299. OLE color: 853299.
HSL color Cylindrical-coordinate representation of color #33050D: hue angle of 349.57º 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 #33050D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 13 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.8 |
| HSL | 349.57º | 0.82% | 0.11% | - |
| HSV(B) | 349.57º | 0.9% | 0.2% | - |
| XYZ | 1.49 | 0.84 | 0.46 | - |
| YUV | 19.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 13 | 0 | 0.90 | 0.75 | 0.8 | 349.57 | 0.82 | 0.11 |
| Hex | 33 | 5 | D | 0 | 5A | 4B | 50 | 15E | 52 | B |
| Octal | 63 | 5 | 15 | 0 | 132 | 113 | 120 | 536 | 122 | 13 |
| Binary | 110011 | 101 | 1101 | 0 | 1011010 | 1001011 | 1010000 | 101011110 | 1010010 | 1011 |
Color Harmonies of #33050D
Complementary color
Monochromatic Colors of #33050D
Black with #33050D
Text Example
Text Example
White with #33050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33050D; }
p { color: rgb(51,5,13); }
H1.HeaderClassName
{
color: #33050D;
}
.AnyTagClassName
{
color: #33050D;
}
</style>
background-color css
<style>
a { background-color: #33050D; }
a { background-color: rgb(51,5,13); }
div.DivClassName
{
background-color: #33050D;
}
.BgClassName
{
background-color: #33050D;
}
</style>
border-color css
<style>
span { border-color: #33050D; }
span { border-color: rgb(51,5,13); }
td.TdClassName
{
border-color: #33050D;
}
.TagClassName
{
border-color: #33050D;
}
</style>