Shades of Rustic Red #2D060A
Tints of Rustic Red #2D060A
RGB
CMYK
RGB Variations
Color information
#2D060A (or 0x2D060A) is known color: Rustic Red. HEX triplet: 2D, 06 and 0A. RGB value is (45,6,10). Sum of RGB (Red+Green+Blue) = 45+6+10=61 (8% of max value = 765). Red value is 45 (17.97% from 255 or 73.77% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 45 - color contains mainly: red. Hex color #2D060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D060A is #D2F9F5. Grayscale: #121212. Windows color (decimal): -13826550 or 656941. OLE color: 656941.
HSL color Cylindrical-coordinate representation of color #2D060A: hue angle of 353.85º 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 #2D060A is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 6 | 10 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.82 |
| HSL | 353.85º | 0.76% | 0.1% | - |
| HSV(B) | 353.85º | 0.87% | 0.18% | - |
| XYZ | 1.2 | 0.71 | 0.36 | - |
| YUV | 18.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 10 | 0 | 0.87 | 0.78 | 0.82 | 353.85 | 0.76 | 0.1 |
| Hex | 2D | 6 | A | 0 | 57 | 4E | 52 | 162 | 4C | A |
| Octal | 55 | 6 | 12 | 0 | 127 | 116 | 122 | 542 | 114 | 12 |
| Binary | 101101 | 110 | 1010 | 0 | 1010111 | 1001110 | 1010010 | 101100010 | 1001100 | 1010 |
Color Harmonies of #2D060A
Complementary color
Monochromatic Colors of #2D060A
Black with #2D060A
Text Example
Text Example
White with #2D060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D060A; }
p { color: rgb(45,6,10); }
H1.HeaderClassName
{
color: #2D060A;
}
.AnyTagClassName
{
color: #2D060A;
}
</style>
background-color css
<style>
a { background-color: #2D060A; }
a { background-color: rgb(45,6,10); }
div.DivClassName
{
background-color: #2D060A;
}
.BgClassName
{
background-color: #2D060A;
}
</style>
border-color css
<style>
span { border-color: #2D060A; }
span { border-color: rgb(45,6,10); }
td.TdClassName
{
border-color: #2D060A;
}
.TagClassName
{
border-color: #2D060A;
}
</style>