Shades of Rustic Red #331B1D
Tints of Rustic Red #331B1D
RGB
CMYK
RGB Variations
Color information
#331B1D (or 0x331B1D) is known color: Rustic Red. HEX triplet: 33, 1B and 1D. RGB value is (51,27,29). Sum of RGB (Red+Green+Blue) = 51+27+29=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B1D is #CCE4E2. Grayscale: #222222. Windows color (decimal): -13427939 or 1907507. OLE color: 1907507.
HSL color Cylindrical-coordinate representation of color #331B1D: hue angle of 355º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331B1D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 27 | 29 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.8 |
| HSL | 355º | 0.31% | 0.15% | - |
| HSV(B) | 355º | 0.47% | 0.2% | - |
| XYZ | 1.98 | 1.58 | 1.36 | - |
| YUV | 34.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 29 | 0 | 0.47 | 0.43 | 0.8 | 355 | 0.31 | 0.15 |
| Hex | 33 | 1B | 1D | 0 | 2F | 2B | 50 | 163 | 1F | F |
| Octal | 63 | 33 | 35 | 0 | 57 | 53 | 120 | 543 | 37 | 17 |
| Binary | 110011 | 11011 | 11101 | 0 | 101111 | 101011 | 1010000 | 101100011 | 11111 | 1111 |
Color Harmonies of #331B1D
Complementary color
Monochromatic Colors of #331B1D
Black with #331B1D
Text Example
Text Example
White with #331B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B1D; }
p { color: rgb(51,27,29); }
H1.HeaderClassName
{
color: #331B1D;
}
.AnyTagClassName
{
color: #331B1D;
}
</style>
background-color css
<style>
a { background-color: #331B1D; }
a { background-color: rgb(51,27,29); }
div.DivClassName
{
background-color: #331B1D;
}
.BgClassName
{
background-color: #331B1D;
}
</style>
border-color css
<style>
span { border-color: #331B1D; }
span { border-color: rgb(51,27,29); }
td.TdClassName
{
border-color: #331B1D;
}
.TagClassName
{
border-color: #331B1D;
}
</style>