Shades of Rustic Red #2D1118
Tints of Rustic Red #2D1118
RGB
CMYK
RGB Variations
Color information
#2D1118 (or 0x2D1118) is known color: Rustic Red. HEX triplet: 2D, 11 and 18. RGB value is (45,17,24). Sum of RGB (Red+Green+Blue) = 45+17+24=86 (11% of max value = 765). Red value is 45 (17.97% from 255 or 52.33% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1118 is #D2EEE7. Grayscale: #1A1A1A. Windows color (decimal): -13823720 or 1577261. OLE color: 1577261.
HSL color Cylindrical-coordinate representation of color #2D1118: hue angle of 345º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1118 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 17 | 24 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.82 |
| HSL | 345º | 0.45% | 0.12% | - |
| HSV(B) | 345º | 0.62% | 0.18% | - |
| XYZ | 1.45 | 1.02 | 0.99 | - |
| YUV | 26.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 24 | 0 | 0.62 | 0.47 | 0.82 | 345 | 0.45 | 0.12 |
| Hex | 2D | 11 | 18 | 0 | 3E | 2F | 52 | 159 | 2D | C |
| Octal | 55 | 21 | 30 | 0 | 76 | 57 | 122 | 531 | 55 | 14 |
| Binary | 101101 | 10001 | 11000 | 0 | 111110 | 101111 | 1010010 | 101011001 | 101101 | 1100 |
Color Harmonies of #2D1118
Complementary color
Monochromatic Colors of #2D1118
Black with #2D1118
Text Example
Text Example
White with #2D1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1118; }
p { color: rgb(45,17,24); }
H1.HeaderClassName
{
color: #2D1118;
}
.AnyTagClassName
{
color: #2D1118;
}
</style>
background-color css
<style>
a { background-color: #2D1118; }
a { background-color: rgb(45,17,24); }
div.DivClassName
{
background-color: #2D1118;
}
.BgClassName
{
background-color: #2D1118;
}
</style>
border-color css
<style>
span { border-color: #2D1118; }
span { border-color: rgb(45,17,24); }
td.TdClassName
{
border-color: #2D1118;
}
.TagClassName
{
border-color: #2D1118;
}
</style>