Shades of Rustic Red #33080C
Tints of Rustic Red #33080C
RGB
CMYK
RGB Variations
Color information
#33080C (or 0x33080C) is known color: Rustic Red. HEX triplet: 33, 08 and 0C. RGB value is (51,8,12). Sum of RGB (Red+Green+Blue) = 51+8+12=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #33080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33080C is #CCF7F3. Grayscale: #151515. Windows color (decimal): -13432820 or 788531. OLE color: 788531.
HSL color Cylindrical-coordinate representation of color #33080C: hue angle of 354.42º 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 #33080C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 8 | 12 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.8 |
| HSL | 354.42º | 0.73% | 0.12% | - |
| HSV(B) | 354.42º | 0.84% | 0.2% | - |
| XYZ | 1.52 | 0.9 | 0.44 | - |
| YUV | 21.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 8 | 12 | 0 | 0.84 | 0.76 | 0.8 | 354.42 | 0.73 | 0.12 |
| Hex | 33 | 8 | C | 0 | 54 | 4C | 50 | 162 | 49 | C |
| Octal | 63 | 10 | 14 | 0 | 124 | 114 | 120 | 542 | 111 | 14 |
| Binary | 110011 | 1000 | 1100 | 0 | 1010100 | 1001100 | 1010000 | 101100010 | 1001001 | 1100 |
Color Harmonies of #33080C
Complementary color
Monochromatic Colors of #33080C
Black with #33080C
Text Example
Text Example
White with #33080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33080C; }
p { color: rgb(51,8,12); }
H1.HeaderClassName
{
color: #33080C;
}
.AnyTagClassName
{
color: #33080C;
}
</style>
background-color css
<style>
a { background-color: #33080C; }
a { background-color: rgb(51,8,12); }
div.DivClassName
{
background-color: #33080C;
}
.BgClassName
{
background-color: #33080C;
}
</style>
border-color css
<style>
span { border-color: #33080C; }
span { border-color: rgb(51,8,12); }
td.TdClassName
{
border-color: #33080C;
}
.TagClassName
{
border-color: #33080C;
}
</style>