Shades of Rustic Red #0D0407
Tints of Rustic Red #0D0407
RGB
CMYK
RGB Variations
Color information
#0D0407 (or 0x0D0407) is known color: Rustic Red. HEX triplet: 0D, 04 and 07. RGB value is (13,4,7). Sum of RGB (Red+Green+Blue) = 13+4+7=24 (3% of max value = 765). Red value is 13 (5.47% from 255 or 54.17% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0407 is #F2FBF8. Grayscale: #070707. Windows color (decimal): -15924217 or 459789. OLE color: 459789.
HSL color Cylindrical-coordinate representation of color #0D0407: hue angle of 340º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D0407 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 4 | 7 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.95 |
| HSL | 340º | 0.53% | 0.03% | - |
| HSV(B) | 340º | 0.69% | 0.05% | - |
| XYZ | 0.25 | 0.19 | 0.22 | - |
| YUV | 7.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 7 | 0 | 0.69 | 0.46 | 0.95 | 340 | 0.53 | 0.03 |
| Hex | D | 4 | 7 | 0 | 45 | 2E | 5F | 154 | 35 | 3 |
| Octal | 15 | 4 | 7 | 0 | 105 | 56 | 137 | 524 | 65 | 3 |
| Binary | 1101 | 100 | 111 | 0 | 1000101 | 101110 | 1011111 | 101010100 | 110101 | 11 |
Color Harmonies of #0D0407
Complementary color
Monochromatic Colors of #0D0407
Black with #0D0407
Text Example
Text Example
White with #0D0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0407; }
p { color: rgb(13,4,7); }
H1.HeaderClassName
{
color: #0D0407;
}
.AnyTagClassName
{
color: #0D0407;
}
</style>
background-color css
<style>
a { background-color: #0D0407; }
a { background-color: rgb(13,4,7); }
div.DivClassName
{
background-color: #0D0407;
}
.BgClassName
{
background-color: #0D0407;
}
</style>
border-color css
<style>
span { border-color: #0D0407; }
span { border-color: rgb(13,4,7); }
td.TdClassName
{
border-color: #0D0407;
}
.TagClassName
{
border-color: #0D0407;
}
</style>