Shades of Rustic Red #0B0507
Tints of Rustic Red #0B0507
RGB
CMYK
RGB Variations
Color information
#0B0507 (or 0x0B0507) is known color: Rustic Red. HEX triplet: 0B, 05 and 07. RGB value is (11,5,7). Sum of RGB (Red+Green+Blue) = 11+5+7=23 (3% of max value = 765). Red value is 11 (4.69% from 255 or 47.83% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 7 (3.12% from 255 or 30.43% from 23); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0507 is #F4FAF8. Grayscale: #070707. Windows color (decimal): -16055033 or 460043. OLE color: 460043.
HSL color Cylindrical-coordinate representation of color #0B0507: hue angle of 340º 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 #0B0507 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 5 | 7 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.96 |
| HSL | 340º | 0.38% | 0.03% | - |
| HSV(B) | 340º | 0.55% | 0.04% | - |
| XYZ | 0.23 | 0.2 | 0.23 | - |
| YUV | 7.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 7 | 0 | 0.55 | 0.36 | 0.96 | 340 | 0.38 | 0.03 |
| Hex | B | 5 | 7 | 0 | 37 | 24 | 60 | 154 | 26 | 3 |
| Octal | 13 | 5 | 7 | 0 | 67 | 44 | 140 | 524 | 46 | 3 |
| Binary | 1011 | 101 | 111 | 0 | 110111 | 100100 | 1100000 | 101010100 | 100110 | 11 |
Color Harmonies of #0B0507
Complementary color
Monochromatic Colors of #0B0507
Black with #0B0507
Text Example
Text Example
White with #0B0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0507; }
p { color: rgb(11,5,7); }
H1.HeaderClassName
{
color: #0B0507;
}
.AnyTagClassName
{
color: #0B0507;
}
</style>
background-color css
<style>
a { background-color: #0B0507; }
a { background-color: rgb(11,5,7); }
div.DivClassName
{
background-color: #0B0507;
}
.BgClassName
{
background-color: #0B0507;
}
</style>
border-color css
<style>
span { border-color: #0B0507; }
span { border-color: rgb(11,5,7); }
td.TdClassName
{
border-color: #0B0507;
}
.TagClassName
{
border-color: #0B0507;
}
</style>