Shades of Rustic Red #0D0508
Tints of Rustic Red #0D0508
RGB
CMYK
RGB Variations
Color information
#0D0508 (or 0x0D0508) is known color: Rustic Red. HEX triplet: 0D, 05 and 08. RGB value is (13,5,8). Sum of RGB (Red+Green+Blue) = 13+5+8=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0508 is #F2FAF7. Grayscale: #070707. Windows color (decimal): -15923960 or 525581. OLE color: 525581.
HSL color Cylindrical-coordinate representation of color #0D0508: hue angle of 337.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D0508 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 5 | 8 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.95 |
| HSL | 337.5º | 0.44% | 0.04% | - |
| HSV(B) | 337.5º | 0.62% | 0.05% | - |
| XYZ | 0.26 | 0.21 | 0.26 | - |
| YUV | 7.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 8 | 0 | 0.62 | 0.38 | 0.95 | 337.5 | 0.44 | 0.04 |
| Hex | D | 5 | 8 | 0 | 3E | 26 | 5F | 152 | 2C | 4 |
| Octal | 15 | 5 | 10 | 0 | 76 | 46 | 137 | 522 | 54 | 4 |
| Binary | 1101 | 101 | 1000 | 0 | 111110 | 100110 | 1011111 | 101010010 | 101100 | 100 |
Color Harmonies of #0D0508
Complementary color
Monochromatic Colors of #0D0508
Black with #0D0508
Text Example
Text Example
White with #0D0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0508; }
p { color: rgb(13,5,8); }
H1.HeaderClassName
{
color: #0D0508;
}
.AnyTagClassName
{
color: #0D0508;
}
</style>
background-color css
<style>
a { background-color: #0D0508; }
a { background-color: rgb(13,5,8); }
div.DivClassName
{
background-color: #0D0508;
}
.BgClassName
{
background-color: #0D0508;
}
</style>
border-color css
<style>
span { border-color: #0D0508; }
span { border-color: rgb(13,5,8); }
td.TdClassName
{
border-color: #0D0508;
}
.TagClassName
{
border-color: #0D0508;
}
</style>