Shades of Rustic Red #0D0709
Tints of Rustic Red #0D0709
RGB
CMYK
RGB Variations
Color information
#0D0709 (or 0x0D0709) is known color: Rustic Red. HEX triplet: 0D, 07 and 09. RGB value is (13,7,9). Sum of RGB (Red+Green+Blue) = 13+7+9=29 (3% of max value = 765). Red value is 13 (5.47% from 255 or 44.83% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0709 is #F2F8F6. Grayscale: #090909. Windows color (decimal): -15923447 or 591629. OLE color: 591629.
HSL color Cylindrical-coordinate representation of color #0D0709: hue angle of 340º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D0709 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 7 | 9 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.95 |
| HSL | 340º | 0.3% | 0.04% | - |
| HSV(B) | 340º | 0.46% | 0.05% | - |
| XYZ | 0.29 | 0.26 | 0.29 | - |
| YUV | 9.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 9 | 0 | 0.46 | 0.31 | 0.95 | 340 | 0.3 | 0.04 |
| Hex | D | 7 | 9 | 0 | 2E | 1F | 5F | 154 | 1E | 4 |
| Octal | 15 | 7 | 11 | 0 | 56 | 37 | 137 | 524 | 36 | 4 |
| Binary | 1101 | 111 | 1001 | 0 | 101110 | 11111 | 1011111 | 101010100 | 11110 | 100 |
Color Harmonies of #0D0709
Complementary color
Monochromatic Colors of #0D0709
Black with #0D0709
Text Example
Text Example
White with #0D0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0709; }
p { color: rgb(13,7,9); }
H1.HeaderClassName
{
color: #0D0709;
}
.AnyTagClassName
{
color: #0D0709;
}
</style>
background-color css
<style>
a { background-color: #0D0709; }
a { background-color: rgb(13,7,9); }
div.DivClassName
{
background-color: #0D0709;
}
.BgClassName
{
background-color: #0D0709;
}
</style>
border-color css
<style>
span { border-color: #0D0709; }
span { border-color: rgb(13,7,9); }
td.TdClassName
{
border-color: #0D0709;
}
.TagClassName
{
border-color: #0D0709;
}
</style>