Shades of Rustic Red #0B0205
Tints of Rustic Red #0B0205
RGB
CMYK
RGB Variations
Color information
#0B0205 (or 0x0B0205) is known color: Rustic Red. HEX triplet: 0B, 02 and 05. RGB value is (11,2,5). Sum of RGB (Red+Green+Blue) = 11+2+5=18 (2% of max value = 765). Red value is 11 (4.69% from 255 or 61.11% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0205 is #F4FDFA. Grayscale: #050505. Windows color (decimal): -16055803 or 328203. OLE color: 328203.
HSL color Cylindrical-coordinate representation of color #0B0205: hue angle of 340º 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 #0B0205 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 2 | 5 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.96 |
| HSL | 340º | 0.69% | 0.03% | - |
| HSV(B) | 340º | 0.82% | 0.04% | - |
| XYZ | 0.19 | 0.13 | 0.16 | - |
| YUV | 5.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 5 | 0 | 0.82 | 0.55 | 0.96 | 340 | 0.69 | 0.03 |
| Hex | B | 2 | 5 | 0 | 52 | 37 | 60 | 154 | 45 | 3 |
| Octal | 13 | 2 | 5 | 0 | 122 | 67 | 140 | 524 | 105 | 3 |
| Binary | 1011 | 10 | 101 | 0 | 1010010 | 110111 | 1100000 | 101010100 | 1000101 | 11 |
Color Harmonies of #0B0205
Complementary color
Monochromatic Colors of #0B0205
Black with #0B0205
Text Example
Text Example
White with #0B0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0205; }
p { color: rgb(11,2,5); }
H1.HeaderClassName
{
color: #0B0205;
}
.AnyTagClassName
{
color: #0B0205;
}
</style>
background-color css
<style>
a { background-color: #0B0205; }
a { background-color: rgb(11,2,5); }
div.DivClassName
{
background-color: #0B0205;
}
.BgClassName
{
background-color: #0B0205;
}
</style>
border-color css
<style>
span { border-color: #0B0205; }
span { border-color: rgb(11,2,5); }
td.TdClassName
{
border-color: #0B0205;
}
.TagClassName
{
border-color: #0B0205;
}
</style>