Shades of Rustic Red #2D000B
Tints of Rustic Red #2D000B
RGB
CMYK
RGB Variations
Color information
#2D000B (or 0x2D000B) is known color: Rustic Red. HEX triplet: 2D, 00 and 0B. RGB value is (45,0,11). Sum of RGB (Red+Green+Blue) = 45+0+11=56 (7% of max value = 765). Red value is 45 (17.97% from 255 or 80.36% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 45 - color contains mainly: red. Hex color #2D000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D000B is #D2FFF4. Grayscale: #0E0E0E. Windows color (decimal): -13828085 or 720941. OLE color: 720941.
HSL color Cylindrical-coordinate representation of color #2D000B: hue angle of 345.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D000B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.76 | 0.82 |
| HSL | 345.33º | 1% | 0.09% | - |
| HSV(B) | 345.33º | 1% | 0.18% | - |
| XYZ | 1.14 | 0.58 | 0.37 | - |
| YUV | 14.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 11 | 0 | 1 | 0.76 | 0.82 | 345.33 | 1 | 0.09 |
| Hex | 2D | 0 | B | 0 | 64 | 4C | 52 | 159 | 64 | 9 |
| Octal | 55 | 0 | 13 | 0 | 144 | 114 | 122 | 531 | 144 | 11 |
| Binary | 101101 | 0 | 1011 | 0 | 1100100 | 1001100 | 1010010 | 101011001 | 1100100 | 1001 |
Color Harmonies of #2D000B
Complementary color
Monochromatic Colors of #2D000B
Black with #2D000B
Text Example
Text Example
White with #2D000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D000B; }
p { color: rgb(45,0,11); }
H1.HeaderClassName
{
color: #2D000B;
}
.AnyTagClassName
{
color: #2D000B;
}
</style>
background-color css
<style>
a { background-color: #2D000B; }
a { background-color: rgb(45,0,11); }
div.DivClassName
{
background-color: #2D000B;
}
.BgClassName
{
background-color: #2D000B;
}
</style>
border-color css
<style>
span { border-color: #2D000B; }
span { border-color: rgb(45,0,11); }
td.TdClassName
{
border-color: #2D000B;
}
.TagClassName
{
border-color: #2D000B;
}
</style>