Shades of Rustic Red #2D1518
Tints of Rustic Red #2D1518
RGB
CMYK
RGB Variations
Color information
#2D1518 (or 0x2D1518) is known color: Rustic Red. HEX triplet: 2D, 15 and 18. RGB value is (45,21,24). Sum of RGB (Red+Green+Blue) = 45+21+24=90 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1518 is #D2EAE7. Grayscale: #1C1C1C. Windows color (decimal): -13822696 or 1578285. OLE color: 1578285.
HSL color Cylindrical-coordinate representation of color #2D1518: hue angle of 352.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 #2D1518 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 21 | 24 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.82 |
| HSL | 352.5º | 0.36% | 0.13% | - |
| HSV(B) | 352.5º | 0.53% | 0.18% | - |
| XYZ | 1.52 | 1.16 | 1.01 | - |
| YUV | 28.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 24 | 0 | 0.53 | 0.47 | 0.82 | 352.5 | 0.36 | 0.13 |
| Hex | 2D | 15 | 18 | 0 | 35 | 2F | 52 | 160 | 24 | D |
| Octal | 55 | 25 | 30 | 0 | 65 | 57 | 122 | 540 | 44 | 15 |
| Binary | 101101 | 10101 | 11000 | 0 | 110101 | 101111 | 1010010 | 101100000 | 100100 | 1101 |
Color Harmonies of #2D1518
Complementary color
Monochromatic Colors of #2D1518
Black with #2D1518
Text Example
Text Example
White with #2D1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1518; }
p { color: rgb(45,21,24); }
H1.HeaderClassName
{
color: #2D1518;
}
.AnyTagClassName
{
color: #2D1518;
}
</style>
background-color css
<style>
a { background-color: #2D1518; }
a { background-color: rgb(45,21,24); }
div.DivClassName
{
background-color: #2D1518;
}
.BgClassName
{
background-color: #2D1518;
}
</style>
border-color css
<style>
span { border-color: #2D1518; }
span { border-color: rgb(45,21,24); }
td.TdClassName
{
border-color: #2D1518;
}
.TagClassName
{
border-color: #2D1518;
}
</style>