Shades of Rustic Red #0B0809
Tints of Rustic Red #0B0809
RGB
CMYK
RGB Variations
Color information
#0B0809 (or 0x0B0809) is known color: Rustic Red. HEX triplet: 0B, 08 and 09. RGB value is (11,8,9). Sum of RGB (Red+Green+Blue) = 11+8+9=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0809 is #F4F7F6. Grayscale: #090909. Windows color (decimal): -16054263 or 591883. OLE color: 591883.
HSL color Cylindrical-coordinate representation of color #0B0809: hue angle of 340º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #0B0809 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
RGB | 11 | 8 | 9 | - |
CMYK | 0 | 0.27 | 0.18 | 0.96 |
HSL | 340º | 0.16% | 0.04% | - |
HSV(B) | 340º | 0.27% | 0.04% | - |
XYZ | 0.27 | 0.26 | 0.3 | - |
YUV | 9.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 8 | 9 | 0 | 0.27 | 0.18 | 0.96 | 340 | 0.16 | 0.04 |
Hex | B | 8 | 9 | 0 | 1B | 12 | 60 | 154 | 10 | 4 |
Octal | 13 | 10 | 11 | 0 | 33 | 22 | 140 | 524 | 20 | 4 |
Binary | 1011 | 1000 | 1001 | 0 | 11011 | 10010 | 1100000 | 101010100 | 10000 | 100 |
Color Harmonies of #0B0809
Complementary color
Monochromatic Colors of #0B0809
Black with #0B0809
Text Example
Text Example
White with #0B0809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0809; }
p { color: rgb(11,8,9); }
H1.HeaderClassName
{
color: #0B0809;
}
.AnyTagClassName
{
color: #0B0809;
}
</style>
background-color css
<style>
a { background-color: #0B0809; }
a { background-color: rgb(11,8,9); }
div.DivClassName
{
background-color: #0B0809;
}
.BgClassName
{
background-color: #0B0809;
}
</style>
border-color css
<style>
span { border-color: #0B0809; }
span { border-color: rgb(11,8,9); }
td.TdClassName
{
border-color: #0B0809;
}
.TagClassName
{
border-color: #0B0809;
}
</style>