Shades of Rustic Red #2D0607
Tints of Rustic Red #2D0607
RGB
CMYK
RGB Variations
Color information
#2D0607 (or 0x2D0607) is known color: Rustic Red. HEX triplet: 2D, 06 and 07. RGB value is (45,6,7). Sum of RGB (Red+Green+Blue) = 45+6+7=58 (7% of max value = 765). Red value is 45 (17.97% from 255 or 77.59% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0607 is #D2F9F8. Grayscale: #111111. Windows color (decimal): -13826553 or 460333. OLE color: 460333.
HSL color Cylindrical-coordinate representation of color #2D0607: hue angle of 358.46º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D0607 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 6 | 7 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.82 |
| HSL | 358.46º | 0.76% | 0.1% | - |
| HSV(B) | 358.46º | 0.87% | 0.18% | - |
| XYZ | 1.19 | 0.7 | 0.27 | - |
| YUV | 17.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 7 | 0 | 0.87 | 0.84 | 0.82 | 358.46 | 0.76 | 0.1 |
| Hex | 2D | 6 | 7 | 0 | 57 | 54 | 52 | 166 | 4C | A |
| Octal | 55 | 6 | 7 | 0 | 127 | 124 | 122 | 546 | 114 | 12 |
| Binary | 101101 | 110 | 111 | 0 | 1010111 | 1010100 | 1010010 | 101100110 | 1001100 | 1010 |
Color Harmonies of #2D0607
Complementary color
Monochromatic Colors of #2D0607
Black with #2D0607
Text Example
Text Example
White with #2D0607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0607; }
p { color: rgb(45,6,7); }
H1.HeaderClassName
{
color: #2D0607;
}
.AnyTagClassName
{
color: #2D0607;
}
</style>
background-color css
<style>
a { background-color: #2D0607; }
a { background-color: rgb(45,6,7); }
div.DivClassName
{
background-color: #2D0607;
}
.BgClassName
{
background-color: #2D0607;
}
</style>
border-color css
<style>
span { border-color: #2D0607; }
span { border-color: rgb(45,6,7); }
td.TdClassName
{
border-color: #2D0607;
}
.TagClassName
{
border-color: #2D0607;
}
</style>