Shades of Rustic Red #2D020F
Tints of Rustic Red #2D020F
RGB
CMYK
RGB Variations
Color information
#2D020F (or 0x2D020F) is known color: Rustic Red. HEX triplet: 2D, 02 and 0F. RGB value is (45,2,15). Sum of RGB (Red+Green+Blue) = 45+2+15=62 (8% of max value = 765). Red value is 45 (17.97% from 255 or 72.58% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 45 - color contains mainly: red. Hex color #2D020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D020F is #D2FDF0. Grayscale: #101010. Windows color (decimal): -13827569 or 983597. OLE color: 983597.
HSL color Cylindrical-coordinate representation of color #2D020F: hue angle of 341.86º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D020F is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 2 | 15 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.82 |
| HSL | 341.86º | 0.91% | 0.09% | - |
| HSV(B) | 341.86º | 0.96% | 0.18% | - |
| XYZ | 1.19 | 0.64 | 0.51 | - |
| YUV | 16.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 15 | 0 | 0.96 | 0.67 | 0.82 | 341.86 | 0.91 | 0.09 |
| Hex | 2D | 2 | F | 0 | 60 | 43 | 52 | 156 | 5B | 9 |
| Octal | 55 | 2 | 17 | 0 | 140 | 103 | 122 | 526 | 133 | 11 |
| Binary | 101101 | 10 | 1111 | 0 | 1100000 | 1000011 | 1010010 | 101010110 | 1011011 | 1001 |
Color Harmonies of #2D020F
Complementary color
Monochromatic Colors of #2D020F
Black with #2D020F
Text Example
Text Example
White with #2D020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D020F; }
p { color: rgb(45,2,15); }
H1.HeaderClassName
{
color: #2D020F;
}
.AnyTagClassName
{
color: #2D020F;
}
</style>
background-color css
<style>
a { background-color: #2D020F; }
a { background-color: rgb(45,2,15); }
div.DivClassName
{
background-color: #2D020F;
}
.BgClassName
{
background-color: #2D020F;
}
</style>
border-color css
<style>
span { border-color: #2D020F; }
span { border-color: rgb(45,2,15); }
td.TdClassName
{
border-color: #2D020F;
}
.TagClassName
{
border-color: #2D020F;
}
</style>