Shades of Rustic Red #2D070B
Tints of Rustic Red #2D070B
RGB
CMYK
RGB Variations
Color information
#2D070B (or 0x2D070B) is known color: Rustic Red. HEX triplet: 2D, 07 and 0B. RGB value is (45,7,11). Sum of RGB (Red+Green+Blue) = 45+7+11=63 (8% of max value = 765). Red value is 45 (17.97% from 255 or 71.43% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 45 - color contains mainly: red. Hex color #2D070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D070B is #D2F8F4. Grayscale: #121212. Windows color (decimal): -13826293 or 722733. OLE color: 722733.
HSL color Cylindrical-coordinate representation of color #2D070B: hue angle of 353.68º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D070B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 7 | 11 | - |
CMYK | 0 | 0.84 | 0.76 | 0.82 |
HSL | 353.68º | 0.73% | 0.1% | - |
HSV(B) | 353.68º | 0.84% | 0.18% | - |
XYZ | 1.22 | 0.73 | 0.39 | - |
YUV | 18.82 | 123.59 | 146.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 7 | 11 | 0 | 0.84 | 0.76 | 0.82 | 353.68 | 0.73 | 0.1 |
Hex | 2D | 7 | B | 0 | 54 | 4C | 52 | 162 | 49 | A |
Octal | 55 | 7 | 13 | 0 | 124 | 114 | 122 | 542 | 111 | 12 |
Binary | 101101 | 111 | 1011 | 0 | 1010100 | 1001100 | 1010010 | 101100010 | 1001001 | 1010 |
Color Harmonies of #2D070B
Complementary color
Monochromatic Colors of #2D070B
Black with #2D070B
Text Example
Text Example
White with #2D070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D070B; }
p { color: rgb(45,7,11); }
H1.HeaderClassName
{
color: #2D070B;
}
.AnyTagClassName
{
color: #2D070B;
}
</style>
background-color css
<style>
a { background-color: #2D070B; }
a { background-color: rgb(45,7,11); }
div.DivClassName
{
background-color: #2D070B;
}
.BgClassName
{
background-color: #2D070B;
}
</style>
border-color css
<style>
span { border-color: #2D070B; }
span { border-color: rgb(45,7,11); }
td.TdClassName
{
border-color: #2D070B;
}
.TagClassName
{
border-color: #2D070B;
}
</style>