Shades of Rustic Red #0D0406
Tints of Rustic Red #0D0406
RGB
CMYK
RGB Variations
Color information
#0D0406 (or 0x0D0406) is known color: Rustic Red. HEX triplet: 0D, 04 and 06. RGB value is (13,4,6). Sum of RGB (Red+Green+Blue) = 13+4+6=23 (3% of max value = 765). Red value is 13 (5.47% from 255 or 56.52% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0406 is #F2FBF9. Grayscale: #060606. Windows color (decimal): -15924218 or 394253. OLE color: 394253.
HSL color Cylindrical-coordinate representation of color #0D0406: hue angle of 346.67º 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 #0D0406 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 4 | 6 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.95 |
| HSL | 346.67º | 0.53% | 0.03% | - |
| HSV(B) | 346.67º | 0.69% | 0.05% | - |
| XYZ | 0.24 | 0.19 | 0.2 | - |
| YUV | 6.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 6 | 0 | 0.69 | 0.54 | 0.95 | 346.67 | 0.53 | 0.03 |
| Hex | D | 4 | 6 | 0 | 45 | 36 | 5F | 15B | 35 | 3 |
| Octal | 15 | 4 | 6 | 0 | 105 | 66 | 137 | 533 | 65 | 3 |
| Binary | 1101 | 100 | 110 | 0 | 1000101 | 110110 | 1011111 | 101011011 | 110101 | 11 |
Color Harmonies of #0D0406
Complementary color
Monochromatic Colors of #0D0406
Black with #0D0406
Text Example
Text Example
White with #0D0406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0406; }
p { color: rgb(13,4,6); }
H1.HeaderClassName
{
color: #0D0406;
}
.AnyTagClassName
{
color: #0D0406;
}
</style>
background-color css
<style>
a { background-color: #0D0406; }
a { background-color: rgb(13,4,6); }
div.DivClassName
{
background-color: #0D0406;
}
.BgClassName
{
background-color: #0D0406;
}
</style>
border-color css
<style>
span { border-color: #0D0406; }
span { border-color: rgb(13,4,6); }
td.TdClassName
{
border-color: #0D0406;
}
.TagClassName
{
border-color: #0D0406;
}
</style>