Shades of Rustic Red #2D0D0E
Tints of Rustic Red #2D0D0E
RGB
CMYK
RGB Variations
Color information
#2D0D0E (or 0x2D0D0E) is known color: Rustic Red. HEX triplet: 2D, 0D and 0E. RGB value is (45,13,14). Sum of RGB (Red+Green+Blue) = 45+13+14=72 (9% of max value = 765). Red value is 45 (17.97% from 255 or 62.5% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0D0E is #D2F2F1. Grayscale: #161616. Windows color (decimal): -13824754 or 920877. OLE color: 920877.
HSL color Cylindrical-coordinate representation of color #2D0D0E: hue angle of 358.12º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D0D0E is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 13 | 14 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.82 |
| HSL | 358.13º | 0.55% | 0.11% | - |
| HSV(B) | 358.13º | 0.71% | 0.18% | - |
| XYZ | 1.31 | 0.88 | 0.52 | - |
| YUV | 22.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 14 | 0 | 0.71 | 0.69 | 0.82 | 358.13 | 0.55 | 0.11 |
| Hex | 2D | D | E | 0 | 47 | 45 | 52 | 166 | 37 | B |
| Octal | 55 | 15 | 16 | 0 | 107 | 105 | 122 | 546 | 67 | 13 |
| Binary | 101101 | 1101 | 1110 | 0 | 1000111 | 1000101 | 1010010 | 101100110 | 110111 | 1011 |
Color Harmonies of #2D0D0E
Complementary color
Monochromatic Colors of #2D0D0E
Black with #2D0D0E
Text Example
Text Example
White with #2D0D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0D0E; }
p { color: rgb(45,13,14); }
H1.HeaderClassName
{
color: #2D0D0E;
}
.AnyTagClassName
{
color: #2D0D0E;
}
</style>
background-color css
<style>
a { background-color: #2D0D0E; }
a { background-color: rgb(45,13,14); }
div.DivClassName
{
background-color: #2D0D0E;
}
.BgClassName
{
background-color: #2D0D0E;
}
</style>
border-color css
<style>
span { border-color: #2D0D0E; }
span { border-color: rgb(45,13,14); }
td.TdClassName
{
border-color: #2D0D0E;
}
.TagClassName
{
border-color: #2D0D0E;
}
</style>