Shades of Rustic Red #33131B
Tints of Rustic Red #33131B
RGB
CMYK
RGB Variations
Color information
#33131B (or 0x33131B) is known color: Rustic Red. HEX triplet: 33, 13 and 1B. RGB value is (51,19,27). Sum of RGB (Red+Green+Blue) = 51+19+27=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #33131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33131B is #CCECE4. Grayscale: #1D1D1D. Windows color (decimal): -13429989 or 1774387. OLE color: 1774387.
HSL color Cylindrical-coordinate representation of color #33131B: hue angle of 345º 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 #33131B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 27 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.8 |
| HSL | 345º | 0.46% | 0.14% | - |
| HSV(B) | 345º | 0.63% | 0.2% | - |
| XYZ | 1.8 | 1.25 | 1.18 | - |
| YUV | 29.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 27 | 0 | 0.63 | 0.47 | 0.8 | 345 | 0.46 | 0.14 |
| Hex | 33 | 13 | 1B | 0 | 3F | 2F | 50 | 159 | 2E | E |
| Octal | 63 | 23 | 33 | 0 | 77 | 57 | 120 | 531 | 56 | 16 |
| Binary | 110011 | 10011 | 11011 | 0 | 111111 | 101111 | 1010000 | 101011001 | 101110 | 1110 |
Color Harmonies of #33131B
Complementary color
Monochromatic Colors of #33131B
Black with #33131B
Text Example
Text Example
White with #33131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33131B; }
p { color: rgb(51,19,27); }
H1.HeaderClassName
{
color: #33131B;
}
.AnyTagClassName
{
color: #33131B;
}
</style>
background-color css
<style>
a { background-color: #33131B; }
a { background-color: rgb(51,19,27); }
div.DivClassName
{
background-color: #33131B;
}
.BgClassName
{
background-color: #33131B;
}
</style>
border-color css
<style>
span { border-color: #33131B; }
span { border-color: rgb(51,19,27); }
td.TdClassName
{
border-color: #33131B;
}
.TagClassName
{
border-color: #33131B;
}
</style>