Shades of Rustic Red #0D0405
Tints of Rustic Red #0D0405
RGB
CMYK
RGB Variations
Color information
#0D0405 (or 0x0D0405) is known color: Rustic Red. HEX triplet: 0D, 04 and 05. RGB value is (13,4,5). Sum of RGB (Red+Green+Blue) = 13+4+5=22 (2% of max value = 765). Red value is 13 (5.47% from 255 or 59.09% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0405 is #F2FBFA. Grayscale: #060606. Windows color (decimal): -15924219 or 328717. OLE color: 328717.
HSL color Cylindrical-coordinate representation of color #0D0405: hue angle of 353.33º 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 #0D0405 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 4 | 5 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.95 |
| HSL | 353.33º | 0.53% | 0.03% | - |
| HSV(B) | 353.33º | 0.69% | 0.05% | - |
| XYZ | 0.24 | 0.18 | 0.17 | - |
| YUV | 6.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 5 | 0 | 0.69 | 0.62 | 0.95 | 353.33 | 0.53 | 0.03 |
| Hex | D | 4 | 5 | 0 | 45 | 3E | 5F | 161 | 35 | 3 |
| Octal | 15 | 4 | 5 | 0 | 105 | 76 | 137 | 541 | 65 | 3 |
| Binary | 1101 | 100 | 101 | 0 | 1000101 | 111110 | 1011111 | 101100001 | 110101 | 11 |
Color Harmonies of #0D0405
Complementary color
Monochromatic Colors of #0D0405
Black with #0D0405
Text Example
Text Example
White with #0D0405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0405; }
p { color: rgb(13,4,5); }
H1.HeaderClassName
{
color: #0D0405;
}
.AnyTagClassName
{
color: #0D0405;
}
</style>
background-color css
<style>
a { background-color: #0D0405; }
a { background-color: rgb(13,4,5); }
div.DivClassName
{
background-color: #0D0405;
}
.BgClassName
{
background-color: #0D0405;
}
</style>
border-color css
<style>
span { border-color: #0D0405; }
span { border-color: rgb(13,4,5); }
td.TdClassName
{
border-color: #0D0405;
}
.TagClassName
{
border-color: #0D0405;
}
</style>