Shades of Rustic Red #33131C
Tints of Rustic Red #33131C
RGB
CMYK
RGB Variations
Color information
#33131C (or 0x33131C) is known color: Rustic Red. HEX triplet: 33, 13 and 1C. RGB value is (51,19,28). Sum of RGB (Red+Green+Blue) = 51+19+28=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #33131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33131C is #CCECE3. Grayscale: #1D1D1D. Windows color (decimal): -13429988 or 1839923. OLE color: 1839923.
HSL color Cylindrical-coordinate representation of color #33131C: hue angle of 343.12º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33131C is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 28 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.8 |
| HSL | 343.13º | 0.46% | 0.14% | - |
| HSV(B) | 343.13º | 0.63% | 0.2% | - |
| XYZ | 1.81 | 1.25 | 1.25 | - |
| YUV | 29.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 28 | 0 | 0.63 | 0.45 | 0.8 | 343.13 | 0.46 | 0.14 |
| Hex | 33 | 13 | 1C | 0 | 3F | 2D | 50 | 157 | 2E | E |
| Octal | 63 | 23 | 34 | 0 | 77 | 55 | 120 | 527 | 56 | 16 |
| Binary | 110011 | 10011 | 11100 | 0 | 111111 | 101101 | 1010000 | 101010111 | 101110 | 1110 |
Color Harmonies of #33131C
Complementary color
Monochromatic Colors of #33131C
Black with #33131C
Text Example
Text Example
White with #33131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33131C; }
p { color: rgb(51,19,28); }
H1.HeaderClassName
{
color: #33131C;
}
.AnyTagClassName
{
color: #33131C;
}
</style>
background-color css
<style>
a { background-color: #33131C; }
a { background-color: rgb(51,19,28); }
div.DivClassName
{
background-color: #33131C;
}
.BgClassName
{
background-color: #33131C;
}
</style>
border-color css
<style>
span { border-color: #33131C; }
span { border-color: rgb(51,19,28); }
td.TdClassName
{
border-color: #33131C;
}
.TagClassName
{
border-color: #33131C;
}
</style>