Shades of Rustic Red #0D0207
Tints of Rustic Red #0D0207
RGB
CMYK
RGB Variations
Color information
#0D0207 (or 0x0D0207) is known color: Rustic Red. HEX triplet: 0D, 02 and 07. RGB value is (13,2,7). Sum of RGB (Red+Green+Blue) = 13+2+7=22 (2% of max value = 765). Red value is 13 (5.47% from 255 or 59.09% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 7 (3.12% from 255 or 31.82% from 22); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0207 is #F2FDF8. Grayscale: #050505. Windows color (decimal): -15924729 or 459277. OLE color: 459277.
HSL color Cylindrical-coordinate representation of color #0D0207: hue angle of 332.73º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0207 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 2 | 7 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.95 |
| HSL | 332.73º | 0.73% | 0.03% | - |
| HSV(B) | 332.73º | 0.85% | 0.05% | - |
| XYZ | 0.23 | 0.14 | 0.22 | - |
| YUV | 5.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 7 | 0 | 0.85 | 0.46 | 0.95 | 332.73 | 0.73 | 0.03 |
| Hex | D | 2 | 7 | 0 | 55 | 2E | 5F | 14D | 49 | 3 |
| Octal | 15 | 2 | 7 | 0 | 125 | 56 | 137 | 515 | 111 | 3 |
| Binary | 1101 | 10 | 111 | 0 | 1010101 | 101110 | 1011111 | 101001101 | 1001001 | 11 |
Color Harmonies of #0D0207
Complementary color
Monochromatic Colors of #0D0207
Black with #0D0207
Text Example
Text Example
White with #0D0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0207; }
p { color: rgb(13,2,7); }
H1.HeaderClassName
{
color: #0D0207;
}
.AnyTagClassName
{
color: #0D0207;
}
</style>
background-color css
<style>
a { background-color: #0D0207; }
a { background-color: rgb(13,2,7); }
div.DivClassName
{
background-color: #0D0207;
}
.BgClassName
{
background-color: #0D0207;
}
</style>
border-color css
<style>
span { border-color: #0D0207; }
span { border-color: rgb(13,2,7); }
td.TdClassName
{
border-color: #0D0207;
}
.TagClassName
{
border-color: #0D0207;
}
</style>