Shades of Rustic Red #0B0102
Tints of Rustic Red #0B0102
RGB
CMYK
RGB Variations
Color information
#0B0102 (or 0x0B0102) is known color: Rustic Red. HEX triplet: 0B, 01 and 02. RGB value is (11,1,2). Sum of RGB (Red+Green+Blue) = 11+1+2=14 (1% of max value = 765). Red value is 11 (4.69% from 255 or 78.57% from 14); Green value is 1 (0.78% from 255 or 7.14% from 14); Blue value is 2 (1.17% from 255 or 14.29% from 14); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0102 is #F4FEFD. Grayscale: #040404. Windows color (decimal): -16056062 or 131339. OLE color: 131339.
HSL color Cylindrical-coordinate representation of color #0B0102: hue angle of 354º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0102 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 1 | 2 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.96 |
| HSL | 354º | 0.83% | 0.02% | - |
| HSV(B) | 354º | 0.91% | 0.04% | - |
| XYZ | 0.16 | 0.1 | 0.07 | - |
| YUV | 4.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 2 | 0 | 0.91 | 0.82 | 0.96 | 354 | 0.83 | 0.02 |
| Hex | B | 1 | 2 | 0 | 5B | 52 | 60 | 162 | 53 | 2 |
| Octal | 13 | 1 | 2 | 0 | 133 | 122 | 140 | 542 | 123 | 2 |
| Binary | 1011 | 1 | 10 | 0 | 1011011 | 1010010 | 1100000 | 101100010 | 1010011 | 10 |
Color Harmonies of #0B0102
Complementary color
Monochromatic Colors of #0B0102
Black with #0B0102
Text Example
Text Example
White with #0B0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0102; }
p { color: rgb(11,1,2); }
H1.HeaderClassName
{
color: #0B0102;
}
.AnyTagClassName
{
color: #0B0102;
}
</style>
background-color css
<style>
a { background-color: #0B0102; }
a { background-color: rgb(11,1,2); }
div.DivClassName
{
background-color: #0B0102;
}
.BgClassName
{
background-color: #0B0102;
}
</style>
border-color css
<style>
span { border-color: #0B0102; }
span { border-color: rgb(11,1,2); }
td.TdClassName
{
border-color: #0B0102;
}
.TagClassName
{
border-color: #0B0102;
}
</style>