Shades of Rustic Red #0B0207
Tints of Rustic Red #0B0207
RGB
CMYK
RGB Variations
Color information
#0B0207 (or 0x0B0207) is known color: Rustic Red. HEX triplet: 0B, 02 and 07. RGB value is (11,2,7). Sum of RGB (Red+Green+Blue) = 11+2+7=20 (2% of max value = 765). Red value is 11 (4.69% from 255 or 55% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 7 (3.12% from 255 or 35% from 20); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0207 is #F4FDF8. Grayscale: #050505. Windows color (decimal): -16055801 or 459275. OLE color: 459275.
HSL color Cylindrical-coordinate representation of color #0B0207: hue angle of 326.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0207 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 2 | 7 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.96 |
| HSL | 326.67º | 0.69% | 0.03% | - |
| HSV(B) | 326.67º | 0.82% | 0.04% | - |
| XYZ | 0.2 | 0.13 | 0.22 | - |
| YUV | 5.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 7 | 0 | 0.82 | 0.36 | 0.96 | 326.67 | 0.69 | 0.03 |
| Hex | B | 2 | 7 | 0 | 52 | 24 | 60 | 147 | 45 | 3 |
| Octal | 13 | 2 | 7 | 0 | 122 | 44 | 140 | 507 | 105 | 3 |
| Binary | 1011 | 10 | 111 | 0 | 1010010 | 100100 | 1100000 | 101000111 | 1000101 | 11 |
Color Harmonies of #0B0207
Complementary color
Monochromatic Colors of #0B0207
Black with #0B0207
Text Example
Text Example
White with #0B0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0207; }
p { color: rgb(11,2,7); }
H1.HeaderClassName
{
color: #0B0207;
}
.AnyTagClassName
{
color: #0B0207;
}
</style>
background-color css
<style>
a { background-color: #0B0207; }
a { background-color: rgb(11,2,7); }
div.DivClassName
{
background-color: #0B0207;
}
.BgClassName
{
background-color: #0B0207;
}
</style>
border-color css
<style>
span { border-color: #0B0207; }
span { border-color: rgb(11,2,7); }
td.TdClassName
{
border-color: #0B0207;
}
.TagClassName
{
border-color: #0B0207;
}
</style>