Shades of Rustic Red #2D0B11
Tints of Rustic Red #2D0B11
RGB
CMYK
RGB Variations
Color information
#2D0B11 (or 0x2D0B11) is known color: Rustic Red. HEX triplet: 2D, 0B and 11. RGB value is (45,11,17). Sum of RGB (Red+Green+Blue) = 45+11+17=73 (9% of max value = 765). Red value is 45 (17.97% from 255 or 61.64% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0B11 is #D2F4EE. Grayscale: #151515. Windows color (decimal): -13825263 or 1116973. OLE color: 1116973.
HSL color Cylindrical-coordinate representation of color #2D0B11: hue angle of 349.41º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D0B11 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 11 | 17 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.82 |
| HSL | 349.41º | 0.61% | 0.11% | - |
| HSV(B) | 349.41º | 0.76% | 0.18% | - |
| XYZ | 1.3 | 0.84 | 0.62 | - |
| YUV | 21.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 17 | 0 | 0.76 | 0.62 | 0.82 | 349.41 | 0.61 | 0.11 |
| Hex | 2D | B | 11 | 0 | 4C | 3E | 52 | 15D | 3D | B |
| Octal | 55 | 13 | 21 | 0 | 114 | 76 | 122 | 535 | 75 | 13 |
| Binary | 101101 | 1011 | 10001 | 0 | 1001100 | 111110 | 1010010 | 101011101 | 111101 | 1011 |
Color Harmonies of #2D0B11
Complementary color
Monochromatic Colors of #2D0B11
Black with #2D0B11
Text Example
Text Example
White with #2D0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0B11; }
p { color: rgb(45,11,17); }
H1.HeaderClassName
{
color: #2D0B11;
}
.AnyTagClassName
{
color: #2D0B11;
}
</style>
background-color css
<style>
a { background-color: #2D0B11; }
a { background-color: rgb(45,11,17); }
div.DivClassName
{
background-color: #2D0B11;
}
.BgClassName
{
background-color: #2D0B11;
}
</style>
border-color css
<style>
span { border-color: #2D0B11; }
span { border-color: rgb(45,11,17); }
td.TdClassName
{
border-color: #2D0B11;
}
.TagClassName
{
border-color: #2D0B11;
}
</style>