Shades of Rustic Red #2D0616
Tints of Rustic Red #2D0616
RGB
CMYK
RGB Variations
Color information
#2D0616 (or 0x2D0616) is known color: Rustic Red. HEX triplet: 2D, 06 and 16. RGB value is (45,6,22). Sum of RGB (Red+Green+Blue) = 45+6+22=73 (9% of max value = 765). Red value is 45 (17.97% from 255 or 61.64% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0616 is #D2F9E9. Grayscale: #131313. Windows color (decimal): -13826538 or 1443373. OLE color: 1443373.
HSL color Cylindrical-coordinate representation of color #2D0616: hue angle of 335.38º 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 #2D0616 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 6 | 22 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.82 |
| HSL | 335.38º | 0.76% | 0.1% | - |
| HSV(B) | 335.38º | 0.87% | 0.18% | - |
| XYZ | 1.29 | 0.75 | 0.83 | - |
| YUV | 19.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 22 | 0 | 0.87 | 0.51 | 0.82 | 335.38 | 0.76 | 0.1 |
| Hex | 2D | 6 | 16 | 0 | 57 | 33 | 52 | 14F | 4C | A |
| Octal | 55 | 6 | 26 | 0 | 127 | 63 | 122 | 517 | 114 | 12 |
| Binary | 101101 | 110 | 10110 | 0 | 1010111 | 110011 | 1010010 | 101001111 | 1001100 | 1010 |
Color Harmonies of #2D0616
Complementary color
Monochromatic Colors of #2D0616
Black with #2D0616
Text Example
Text Example
White with #2D0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0616; }
p { color: rgb(45,6,22); }
H1.HeaderClassName
{
color: #2D0616;
}
.AnyTagClassName
{
color: #2D0616;
}
</style>
background-color css
<style>
a { background-color: #2D0616; }
a { background-color: rgb(45,6,22); }
div.DivClassName
{
background-color: #2D0616;
}
.BgClassName
{
background-color: #2D0616;
}
</style>
border-color css
<style>
span { border-color: #2D0616; }
span { border-color: rgb(45,6,22); }
td.TdClassName
{
border-color: #2D0616;
}
.TagClassName
{
border-color: #2D0616;
}
</style>