Shades of Rustic Red #33131A
Tints of Rustic Red #33131A
RGB
CMYK
RGB Variations
Color information
#33131A (or 0x33131A) is known color: Rustic Red. HEX triplet: 33, 13 and 1A. RGB value is (51,19,26). Sum of RGB (Red+Green+Blue) = 51+19+26=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #33131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33131A is #CCECE5. Grayscale: #1D1D1D. Windows color (decimal): -13429990 or 1708851. OLE color: 1708851.
HSL color Cylindrical-coordinate representation of color #33131A: hue angle of 346.88º 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 #33131A is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 26 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.8 |
| HSL | 346.88º | 0.46% | 0.14% | - |
| HSV(B) | 346.88º | 0.63% | 0.2% | - |
| XYZ | 1.78 | 1.24 | 1.12 | - |
| YUV | 29.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 26 | 0 | 0.63 | 0.49 | 0.8 | 346.88 | 0.46 | 0.14 |
| Hex | 33 | 13 | 1A | 0 | 3F | 31 | 50 | 15B | 2E | E |
| Octal | 63 | 23 | 32 | 0 | 77 | 61 | 120 | 533 | 56 | 16 |
| Binary | 110011 | 10011 | 11010 | 0 | 111111 | 110001 | 1010000 | 101011011 | 101110 | 1110 |
Color Harmonies of #33131A
Complementary color
Monochromatic Colors of #33131A
Black with #33131A
Text Example
Text Example
White with #33131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33131A; }
p { color: rgb(51,19,26); }
H1.HeaderClassName
{
color: #33131A;
}
.AnyTagClassName
{
color: #33131A;
}
</style>
background-color css
<style>
a { background-color: #33131A; }
a { background-color: rgb(51,19,26); }
div.DivClassName
{
background-color: #33131A;
}
.BgClassName
{
background-color: #33131A;
}
</style>
border-color css
<style>
span { border-color: #33131A; }
span { border-color: rgb(51,19,26); }
td.TdClassName
{
border-color: #33131A;
}
.TagClassName
{
border-color: #33131A;
}
</style>