Shades of Rustic Red #33090D
Tints of Rustic Red #33090D
RGB
CMYK
RGB Variations
Color information
#33090D (or 0x33090D) is known color: Rustic Red. HEX triplet: 33, 09 and 0D. RGB value is (51,9,13). Sum of RGB (Red+Green+Blue) = 51+9+13=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #33090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33090D is #CCF6F2. Grayscale: #161616. Windows color (decimal): -13432563 or 854323. OLE color: 854323.
HSL color Cylindrical-coordinate representation of color #33090D: hue angle of 354.29º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33090D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 9 | 13 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.8 |
| HSL | 354.29º | 0.7% | 0.12% | - |
| HSV(B) | 354.29º | 0.82% | 0.2% | - |
| XYZ | 1.54 | 0.93 | 0.48 | - |
| YUV | 22.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 9 | 13 | 0 | 0.82 | 0.75 | 0.8 | 354.29 | 0.7 | 0.12 |
| Hex | 33 | 9 | D | 0 | 52 | 4B | 50 | 162 | 46 | C |
| Octal | 63 | 11 | 15 | 0 | 122 | 113 | 120 | 542 | 106 | 14 |
| Binary | 110011 | 1001 | 1101 | 0 | 1010010 | 1001011 | 1010000 | 101100010 | 1000110 | 1100 |
Color Harmonies of #33090D
Complementary color
Monochromatic Colors of #33090D
Black with #33090D
Text Example
Text Example
White with #33090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33090D; }
p { color: rgb(51,9,13); }
H1.HeaderClassName
{
color: #33090D;
}
.AnyTagClassName
{
color: #33090D;
}
</style>
background-color css
<style>
a { background-color: #33090D; }
a { background-color: rgb(51,9,13); }
div.DivClassName
{
background-color: #33090D;
}
.BgClassName
{
background-color: #33090D;
}
</style>
border-color css
<style>
span { border-color: #33090D; }
span { border-color: rgb(51,9,13); }
td.TdClassName
{
border-color: #33090D;
}
.TagClassName
{
border-color: #33090D;
}
</style>