Shades of Rustic Red #2D1516
Tints of Rustic Red #2D1516
RGB
CMYK
RGB Variations
Color information
#2D1516 (or 0x2D1516) is known color: Rustic Red. HEX triplet: 2D, 15 and 16. RGB value is (45,21,22). Sum of RGB (Red+Green+Blue) = 45+21+22=88 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.14% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1516 is #D2EAE9. Grayscale: #1C1C1C. Windows color (decimal): -13822698 or 1447213. OLE color: 1447213.
HSL color Cylindrical-coordinate representation of color #2D1516: hue angle of 357.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D1516 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 21 | 22 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.82 |
| HSL | 357.5º | 0.36% | 0.13% | - |
| HSV(B) | 357.5º | 0.53% | 0.18% | - |
| XYZ | 1.5 | 1.15 | 0.9 | - |
| YUV | 28.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 22 | 0 | 0.53 | 0.51 | 0.82 | 357.5 | 0.36 | 0.13 |
| Hex | 2D | 15 | 16 | 0 | 35 | 33 | 52 | 166 | 24 | D |
| Octal | 55 | 25 | 26 | 0 | 65 | 63 | 122 | 546 | 44 | 15 |
| Binary | 101101 | 10101 | 10110 | 0 | 110101 | 110011 | 1010010 | 101100110 | 100100 | 1101 |
Color Harmonies of #2D1516
Complementary color
Monochromatic Colors of #2D1516
Black with #2D1516
Text Example
Text Example
White with #2D1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1516; }
p { color: rgb(45,21,22); }
H1.HeaderClassName
{
color: #2D1516;
}
.AnyTagClassName
{
color: #2D1516;
}
</style>
background-color css
<style>
a { background-color: #2D1516; }
a { background-color: rgb(45,21,22); }
div.DivClassName
{
background-color: #2D1516;
}
.BgClassName
{
background-color: #2D1516;
}
</style>
border-color css
<style>
span { border-color: #2D1516; }
span { border-color: rgb(45,21,22); }
td.TdClassName
{
border-color: #2D1516;
}
.TagClassName
{
border-color: #2D1516;
}
</style>