Shades of Rustic Red #0D090B
Tints of Rustic Red #0D090B
RGB
CMYK
RGB Variations
Color information
#0D090B (or 0x0D090B) is known color: Rustic Red. HEX triplet: 0D, 09 and 0B. RGB value is (13,9,11). Sum of RGB (Red+Green+Blue) = 13+9+11=33 (4% of max value = 765). Red value is 13 (5.47% from 255 or 39.39% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 13 - color contains mainly: red. Hex color #0D090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D090B is #F2F6F4. Grayscale: #0A0A0A. Windows color (decimal): -15922933 or 723213. OLE color: 723213.
HSL color Cylindrical-coordinate representation of color #0D090B: hue angle of 330º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0D090B is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 9 | 11 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.95 |
| HSL | 330º | 0.18% | 0.04% | - |
| HSV(B) | 330º | 0.31% | 0.05% | - |
| XYZ | 0.32 | 0.31 | 0.36 | - |
| YUV | 10.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 11 | 0 | 0.31 | 0.15 | 0.95 | 330 | 0.18 | 0.04 |
| Hex | D | 9 | B | 0 | 1F | F | 5F | 14A | 12 | 4 |
| Octal | 15 | 11 | 13 | 0 | 37 | 17 | 137 | 512 | 22 | 4 |
| Binary | 1101 | 1001 | 1011 | 0 | 11111 | 1111 | 1011111 | 101001010 | 10010 | 100 |
Color Harmonies of #0D090B
Complementary color
Monochromatic Colors of #0D090B
Black with #0D090B
Text Example
Text Example
White with #0D090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D090B; }
p { color: rgb(13,9,11); }
H1.HeaderClassName
{
color: #0D090B;
}
.AnyTagClassName
{
color: #0D090B;
}
</style>
background-color css
<style>
a { background-color: #0D090B; }
a { background-color: rgb(13,9,11); }
div.DivClassName
{
background-color: #0D090B;
}
.BgClassName
{
background-color: #0D090B;
}
</style>
border-color css
<style>
span { border-color: #0D090B; }
span { border-color: rgb(13,9,11); }
td.TdClassName
{
border-color: #0D090B;
}
.TagClassName
{
border-color: #0D090B;
}
</style>