Shades of Rustic Red #33080D
Tints of Rustic Red #33080D
RGB
CMYK
RGB Variations
Color information
#33080D (or 0x33080D) is known color: Rustic Red. HEX triplet: 33, 08 and 0D. RGB value is (51,8,13). Sum of RGB (Red+Green+Blue) = 51+8+13=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #33080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33080D is #CCF7F2. Grayscale: #151515. Windows color (decimal): -13432819 or 854067. OLE color: 854067.
HSL color Cylindrical-coordinate representation of color #33080D: hue angle of 353.02º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33080D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 13 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.8 |
| HSL | 353.02º | 0.73% | 0.12% | - |
| HSV(B) | 353.02º | 0.84% | 0.2% | - |
| XYZ | 1.52 | 0.91 | 0.48 | - |
| YUV | 21.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 13 | 0 | 0.84 | 0.75 | 0.8 | 353.02 | 0.73 | 0.12 |
| Hex | 33 | 8 | D | 0 | 54 | 4B | 50 | 161 | 49 | C |
| Octal | 63 | 10 | 15 | 0 | 124 | 113 | 120 | 541 | 111 | 14 |
| Binary | 110011 | 1000 | 1101 | 0 | 1010100 | 1001011 | 1010000 | 101100001 | 1001001 | 1100 |
Color Harmonies of #33080D
Complementary color
Monochromatic Colors of #33080D
Black with #33080D
Text Example
Text Example
White with #33080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33080D; }
p { color: rgb(51,8,13); }
H1.HeaderClassName
{
color: #33080D;
}
.AnyTagClassName
{
color: #33080D;
}
</style>
background-color css
<style>
a { background-color: #33080D; }
a { background-color: rgb(51,8,13); }
div.DivClassName
{
background-color: #33080D;
}
.BgClassName
{
background-color: #33080D;
}
</style>
border-color css
<style>
span { border-color: #33080D; }
span { border-color: rgb(51,8,13); }
td.TdClassName
{
border-color: #33080D;
}
.TagClassName
{
border-color: #33080D;
}
</style>