Shades of Rustic Red #0B0005
Tints of Rustic Red #0B0005
RGB
CMYK
RGB Variations
Color information
#0B0005 (or 0x0B0005) is known color: Rustic Red. HEX triplet: 0B, 00 and 05. RGB value is (11,0,5). Sum of RGB (Red+Green+Blue) = 11+0+5=16 (2% of max value = 765). Red value is 11 (4.69% from 255 or 68.75% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 5 (2.34% from 255 or 31.25% from 16); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0005 is #F4FFFA. Grayscale: #030303. Windows color (decimal): -16056315 or 327691. OLE color: 327691.
HSL color Cylindrical-coordinate representation of color #0B0005: hue angle of 332.73º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0005 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.55 | 0.96 |
| HSL | 332.73º | 1% | 0.02% | - |
| HSV(B) | 332.73º | 1% | 0.04% | - |
| XYZ | 0.17 | 0.08 | 0.15 | - |
| YUV | 3.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 5 | 0 | 1 | 0.55 | 0.96 | 332.73 | 1 | 0.02 |
| Hex | B | 0 | 5 | 0 | 64 | 37 | 60 | 14D | 64 | 2 |
| Octal | 13 | 0 | 5 | 0 | 144 | 67 | 140 | 515 | 144 | 2 |
| Binary | 1011 | 0 | 101 | 0 | 1100100 | 110111 | 1100000 | 101001101 | 1100100 | 10 |
Color Harmonies of #0B0005
Complementary color
Monochromatic Colors of #0B0005
Black with #0B0005
Text Example
Text Example
White with #0B0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0005; }
p { color: rgb(11,0,5); }
H1.HeaderClassName
{
color: #0B0005;
}
.AnyTagClassName
{
color: #0B0005;
}
</style>
background-color css
<style>
a { background-color: #0B0005; }
a { background-color: rgb(11,0,5); }
div.DivClassName
{
background-color: #0B0005;
}
.BgClassName
{
background-color: #0B0005;
}
</style>
border-color css
<style>
span { border-color: #0B0005; }
span { border-color: rgb(11,0,5); }
td.TdClassName
{
border-color: #0B0005;
}
.TagClassName
{
border-color: #0B0005;
}
</style>