Shades of Rustic Red #2D0B19
Tints of Rustic Red #2D0B19
RGB
CMYK
RGB Variations
Color information
#2D0B19 (or 0x2D0B19) is known color: Rustic Red. HEX triplet: 2D, 0B and 19. RGB value is (45,11,25). Sum of RGB (Red+Green+Blue) = 45+11+25=81 (10% of max value = 765). Red value is 45 (17.97% from 255 or 55.56% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0B19 is #D2F4E6. Grayscale: #161616. Windows color (decimal): -13825255 or 1641261. OLE color: 1641261.
HSL color Cylindrical-coordinate representation of color #2D0B19: hue angle of 335.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D0B19 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 11 | 25 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.82 |
| HSL | 335.29º | 0.61% | 0.11% | - |
| HSV(B) | 335.29º | 0.76% | 0.18% | - |
| XYZ | 1.38 | 0.87 | 1.01 | - |
| YUV | 22.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 25 | 0 | 0.76 | 0.44 | 0.82 | 335.29 | 0.61 | 0.11 |
| Hex | 2D | B | 19 | 0 | 4C | 2C | 52 | 14F | 3D | B |
| Octal | 55 | 13 | 31 | 0 | 114 | 54 | 122 | 517 | 75 | 13 |
| Binary | 101101 | 1011 | 11001 | 0 | 1001100 | 101100 | 1010010 | 101001111 | 111101 | 1011 |
Color Harmonies of #2D0B19
Complementary color
Monochromatic Colors of #2D0B19
Black with #2D0B19
Text Example
Text Example
White with #2D0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0B19; }
p { color: rgb(45,11,25); }
H1.HeaderClassName
{
color: #2D0B19;
}
.AnyTagClassName
{
color: #2D0B19;
}
</style>
background-color css
<style>
a { background-color: #2D0B19; }
a { background-color: rgb(45,11,25); }
div.DivClassName
{
background-color: #2D0B19;
}
.BgClassName
{
background-color: #2D0B19;
}
</style>
border-color css
<style>
span { border-color: #2D0B19; }
span { border-color: rgb(45,11,25); }
td.TdClassName
{
border-color: #2D0B19;
}
.TagClassName
{
border-color: #2D0B19;
}
</style>