Shades of Rustic Red #2D1318
Tints of Rustic Red #2D1318
RGB
CMYK
RGB Variations
Color information
#2D1318 (or 0x2D1318) is known color: Rustic Red. HEX triplet: 2D, 13 and 18. RGB value is (45,19,24). Sum of RGB (Red+Green+Blue) = 45+19+24=88 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.14% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1318 is #D2ECE7. Grayscale: #1B1B1B. Windows color (decimal): -13823208 or 1577773. OLE color: 1577773.
HSL color Cylindrical-coordinate representation of color #2D1318: hue angle of 348.46º 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 #2D1318 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 19 | 24 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.82 |
| HSL | 348.46º | 0.41% | 0.13% | - |
| HSV(B) | 348.46º | 0.58% | 0.18% | - |
| XYZ | 1.48 | 1.09 | 1 | - |
| YUV | 27.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 24 | 0 | 0.58 | 0.47 | 0.82 | 348.46 | 0.41 | 0.13 |
| Hex | 2D | 13 | 18 | 0 | 3A | 2F | 52 | 15C | 29 | D |
| Octal | 55 | 23 | 30 | 0 | 72 | 57 | 122 | 534 | 51 | 15 |
| Binary | 101101 | 10011 | 11000 | 0 | 111010 | 101111 | 1010010 | 101011100 | 101001 | 1101 |
Color Harmonies of #2D1318
Complementary color
Monochromatic Colors of #2D1318
Black with #2D1318
Text Example
Text Example
White with #2D1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1318; }
p { color: rgb(45,19,24); }
H1.HeaderClassName
{
color: #2D1318;
}
.AnyTagClassName
{
color: #2D1318;
}
</style>
background-color css
<style>
a { background-color: #2D1318; }
a { background-color: rgb(45,19,24); }
div.DivClassName
{
background-color: #2D1318;
}
.BgClassName
{
background-color: #2D1318;
}
</style>
border-color css
<style>
span { border-color: #2D1318; }
span { border-color: rgb(45,19,24); }
td.TdClassName
{
border-color: #2D1318;
}
.TagClassName
{
border-color: #2D1318;
}
</style>