Shades of Rustic Red #2D1213
Tints of Rustic Red #2D1213
RGB
CMYK
RGB Variations
Color information
#2D1213 (or 0x2D1213) is known color: Rustic Red. HEX triplet: 2D, 12 and 13. RGB value is (45,18,19). Sum of RGB (Red+Green+Blue) = 45+18+19=82 (10% of max value = 765). Red value is 45 (17.97% from 255 or 54.88% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1213 is #D2EDEC. Grayscale: #1A1A1A. Windows color (decimal): -13823469 or 1249837. OLE color: 1249837.
HSL color Cylindrical-coordinate representation of color #2D1213: hue angle of 357.78º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D1213 is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 19 | - |
| CMYK | 0 | 0.6 | 0.58 | 0.82 |
| HSL | 357.78º | 0.43% | 0.12% | - |
| HSV(B) | 357.78º | 0.6% | 0.18% | - |
| XYZ | 1.42 | 1.04 | 0.74 | - |
| YUV | 26.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 19 | 0 | 0.6 | 0.58 | 0.82 | 357.78 | 0.43 | 0.12 |
| Hex | 2D | 12 | 13 | 0 | 3C | 3A | 52 | 166 | 2B | C |
| Octal | 55 | 22 | 23 | 0 | 74 | 72 | 122 | 546 | 53 | 14 |
| Binary | 101101 | 10010 | 10011 | 0 | 111100 | 111010 | 1010010 | 101100110 | 101011 | 1100 |
Color Harmonies of #2D1213
Complementary color
Monochromatic Colors of #2D1213
Black with #2D1213
Text Example
Text Example
White with #2D1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1213; }
p { color: rgb(45,18,19); }
H1.HeaderClassName
{
color: #2D1213;
}
.AnyTagClassName
{
color: #2D1213;
}
</style>
background-color css
<style>
a { background-color: #2D1213; }
a { background-color: rgb(45,18,19); }
div.DivClassName
{
background-color: #2D1213;
}
.BgClassName
{
background-color: #2D1213;
}
</style>
border-color css
<style>
span { border-color: #2D1213; }
span { border-color: rgb(45,18,19); }
td.TdClassName
{
border-color: #2D1213;
}
.TagClassName
{
border-color: #2D1213;
}
</style>