Shades of Rustic Red #0B0506
Tints of Rustic Red #0B0506
RGB
CMYK
RGB Variations
Color information
#0B0506 (or 0x0B0506) is known color: Rustic Red. HEX triplet: 0B, 05 and 06. RGB value is (11,5,6). Sum of RGB (Red+Green+Blue) = 11+5+6=22 (2% of max value = 765). Red value is 11 (4.69% from 255 or 50% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0506 is #F4FAF9. Grayscale: #060606. Windows color (decimal): -16055034 or 394507. OLE color: 394507.
HSL color Cylindrical-coordinate representation of color #0B0506: hue angle of 350º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0B0506 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 5 | 6 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.96 |
| HSL | 350º | 0.38% | 0.03% | - |
| HSV(B) | 350º | 0.55% | 0.04% | - |
| XYZ | 0.23 | 0.19 | 0.2 | - |
| YUV | 6.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 6 | 0 | 0.55 | 0.45 | 0.96 | 350 | 0.38 | 0.03 |
| Hex | B | 5 | 6 | 0 | 37 | 2D | 60 | 15E | 26 | 3 |
| Octal | 13 | 5 | 6 | 0 | 67 | 55 | 140 | 536 | 46 | 3 |
| Binary | 1011 | 101 | 110 | 0 | 110111 | 101101 | 1100000 | 101011110 | 100110 | 11 |
Color Harmonies of #0B0506
Complementary color
Monochromatic Colors of #0B0506
Black with #0B0506
Text Example
Text Example
White with #0B0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0506; }
p { color: rgb(11,5,6); }
H1.HeaderClassName
{
color: #0B0506;
}
.AnyTagClassName
{
color: #0B0506;
}
</style>
background-color css
<style>
a { background-color: #0B0506; }
a { background-color: rgb(11,5,6); }
div.DivClassName
{
background-color: #0B0506;
}
.BgClassName
{
background-color: #0B0506;
}
</style>
border-color css
<style>
span { border-color: #0B0506; }
span { border-color: rgb(11,5,6); }
td.TdClassName
{
border-color: #0B0506;
}
.TagClassName
{
border-color: #0B0506;
}
</style>