Shades of Rustic Red #2D030D
Tints of Rustic Red #2D030D
RGB
CMYK
RGB Variations
Color information
#2D030D (or 0x2D030D) is known color: Rustic Red. HEX triplet: 2D, 03 and 0D. RGB value is (45,3,13). Sum of RGB (Red+Green+Blue) = 45+3+13=61 (8% of max value = 765). Red value is 45 (17.97% from 255 or 73.77% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 45 - color contains mainly: red. Hex color #2D030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D030D is #D2FCF2. Grayscale: #101010. Windows color (decimal): -13827315 or 852781. OLE color: 852781.
HSL color Cylindrical-coordinate representation of color #2D030D: hue angle of 345.71º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D030D is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 3 | 13 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.82 |
| HSL | 345.71º | 0.88% | 0.09% | - |
| HSV(B) | 345.71º | 0.93% | 0.18% | - |
| XYZ | 1.19 | 0.65 | 0.44 | - |
| YUV | 16.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 13 | 0 | 0.93 | 0.71 | 0.82 | 345.71 | 0.88 | 0.09 |
| Hex | 2D | 3 | D | 0 | 5D | 47 | 52 | 15A | 58 | 9 |
| Octal | 55 | 3 | 15 | 0 | 135 | 107 | 122 | 532 | 130 | 11 |
| Binary | 101101 | 11 | 1101 | 0 | 1011101 | 1000111 | 1010010 | 101011010 | 1011000 | 1001 |
Color Harmonies of #2D030D
Complementary color
Monochromatic Colors of #2D030D
Black with #2D030D
Text Example
Text Example
White with #2D030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D030D; }
p { color: rgb(45,3,13); }
H1.HeaderClassName
{
color: #2D030D;
}
.AnyTagClassName
{
color: #2D030D;
}
</style>
background-color css
<style>
a { background-color: #2D030D; }
a { background-color: rgb(45,3,13); }
div.DivClassName
{
background-color: #2D030D;
}
.BgClassName
{
background-color: #2D030D;
}
</style>
border-color css
<style>
span { border-color: #2D030D; }
span { border-color: rgb(45,3,13); }
td.TdClassName
{
border-color: #2D030D;
}
.TagClassName
{
border-color: #2D030D;
}
</style>