Shades of Rustic Red #0D070A
Tints of Rustic Red #0D070A
RGB
CMYK
RGB Variations
Color information
#0D070A (or 0x0D070A) is known color: Rustic Red. HEX triplet: 0D, 07 and 0A. RGB value is (13,7,10). Sum of RGB (Red+Green+Blue) = 13+7+10=30 (3% of max value = 765). Red value is 13 (5.47% from 255 or 43.33% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 13 - color contains mainly: red. Hex color #0D070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D070A is #F2F8F5. Grayscale: #090909. Windows color (decimal): -15923446 or 657165. OLE color: 657165.
HSL color Cylindrical-coordinate representation of color #0D070A: hue angle of 330º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D070A is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 7 | 10 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.95 |
| HSL | 330º | 0.3% | 0.04% | - |
| HSV(B) | 330º | 0.46% | 0.05% | - |
| XYZ | 0.3 | 0.26 | 0.32 | - |
| YUV | 9.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 10 | 0 | 0.46 | 0.23 | 0.95 | 330 | 0.3 | 0.04 |
| Hex | D | 7 | A | 0 | 2E | 17 | 5F | 14A | 1E | 4 |
| Octal | 15 | 7 | 12 | 0 | 56 | 27 | 137 | 512 | 36 | 4 |
| Binary | 1101 | 111 | 1010 | 0 | 101110 | 10111 | 1011111 | 101001010 | 11110 | 100 |
Color Harmonies of #0D070A
Complementary color
Monochromatic Colors of #0D070A
Black with #0D070A
Text Example
Text Example
White with #0D070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D070A; }
p { color: rgb(13,7,10); }
H1.HeaderClassName
{
color: #0D070A;
}
.AnyTagClassName
{
color: #0D070A;
}
</style>
background-color css
<style>
a { background-color: #0D070A; }
a { background-color: rgb(13,7,10); }
div.DivClassName
{
background-color: #0D070A;
}
.BgClassName
{
background-color: #0D070A;
}
</style>
border-color css
<style>
span { border-color: #0D070A; }
span { border-color: rgb(13,7,10); }
td.TdClassName
{
border-color: #0D070A;
}
.TagClassName
{
border-color: #0D070A;
}
</style>