Shades of Rustic Red #2D131B
Tints of Rustic Red #2D131B
RGB
CMYK
RGB Variations
Color information
#2D131B (or 0x2D131B) is known color: Rustic Red. HEX triplet: 2D, 13 and 1B. RGB value is (45,19,27). Sum of RGB (Red+Green+Blue) = 45+19+27=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D131B is #D2ECE4. Grayscale: #1B1B1B. Windows color (decimal): -13823205 or 1774381. OLE color: 1774381.
HSL color Cylindrical-coordinate representation of color #2D131B: hue angle of 341.54º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D131B is Cyan = 0, Magento = 0.58, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 19 | 27 | - |
| CMYK | 0 | 0.58 | 0.4 | 0.82 |
| HSL | 341.54º | 0.41% | 0.13% | - |
| HSV(B) | 341.54º | 0.58% | 0.18% | - |
| XYZ | 1.51 | 1.1 | 1.17 | - |
| YUV | 27.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 27 | 0 | 0.58 | 0.4 | 0.82 | 341.54 | 0.41 | 0.13 |
| Hex | 2D | 13 | 1B | 0 | 3A | 28 | 52 | 156 | 29 | D |
| Octal | 55 | 23 | 33 | 0 | 72 | 50 | 122 | 526 | 51 | 15 |
| Binary | 101101 | 10011 | 11011 | 0 | 111010 | 101000 | 1010010 | 101010110 | 101001 | 1101 |
Color Harmonies of #2D131B
Complementary color
Monochromatic Colors of #2D131B
Black with #2D131B
Text Example
Text Example
White with #2D131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D131B; }
p { color: rgb(45,19,27); }
H1.HeaderClassName
{
color: #2D131B;
}
.AnyTagClassName
{
color: #2D131B;
}
</style>
background-color css
<style>
a { background-color: #2D131B; }
a { background-color: rgb(45,19,27); }
div.DivClassName
{
background-color: #2D131B;
}
.BgClassName
{
background-color: #2D131B;
}
</style>
border-color css
<style>
span { border-color: #2D131B; }
span { border-color: rgb(45,19,27); }
td.TdClassName
{
border-color: #2D131B;
}
.TagClassName
{
border-color: #2D131B;
}
</style>