Shades of Rustic Red #2D0F11
Tints of Rustic Red #2D0F11
RGB
CMYK
RGB Variations
Color information
#2D0F11 (or 0x2D0F11) is known color: Rustic Red. HEX triplet: 2D, 0F and 11. RGB value is (45,15,17). Sum of RGB (Red+Green+Blue) = 45+15+17=77 (10% of max value = 765). Red value is 45 (17.97% from 255 or 58.44% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0F11 is #D2F0EE. Grayscale: #181818. Windows color (decimal): -13824239 or 1117997. OLE color: 1117997.
HSL color Cylindrical-coordinate representation of color #2D0F11: hue angle of 356º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D0F11 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 15 | 17 | - |
CMYK | 0 | 0.67 | 0.62 | 0.82 |
HSL | 356º | 0.5% | 0.12% | - |
HSV(B) | 356º | 0.67% | 0.18% | - |
XYZ | 1.35 | 0.94 | 0.64 | - |
YUV | 24.2 | 123.94 | 142.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 15 | 17 | 0 | 0.67 | 0.62 | 0.82 | 356 | 0.5 | 0.12 |
Hex | 2D | F | 11 | 0 | 43 | 3E | 52 | 164 | 32 | C |
Octal | 55 | 17 | 21 | 0 | 103 | 76 | 122 | 544 | 62 | 14 |
Binary | 101101 | 1111 | 10001 | 0 | 1000011 | 111110 | 1010010 | 101100100 | 110010 | 1100 |
Color Harmonies of #2D0F11
Complementary color
Monochromatic Colors of #2D0F11
Black with #2D0F11
Text Example
Text Example
White with #2D0F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0F11; }
p { color: rgb(45,15,17); }
H1.HeaderClassName
{
color: #2D0F11;
}
.AnyTagClassName
{
color: #2D0F11;
}
</style>
background-color css
<style>
a { background-color: #2D0F11; }
a { background-color: rgb(45,15,17); }
div.DivClassName
{
background-color: #2D0F11;
}
.BgClassName
{
background-color: #2D0F11;
}
</style>
border-color css
<style>
span { border-color: #2D0F11; }
span { border-color: rgb(45,15,17); }
td.TdClassName
{
border-color: #2D0F11;
}
.TagClassName
{
border-color: #2D0F11;
}
</style>