Shades of Rustic Red #0B0709
Tints of Rustic Red #0B0709
RGB
CMYK
RGB Variations
Color information
#0B0709 (or 0x0B0709) is known color: Rustic Red. HEX triplet: 0B, 07 and 09. RGB value is (11,7,9). Sum of RGB (Red+Green+Blue) = 11+7+9=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0709 is #F4F8F6. Grayscale: #080808. Windows color (decimal): -16054519 or 591627. OLE color: 591627.
HSL color Cylindrical-coordinate representation of color #0B0709: hue angle of 330º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0B0709 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
RGB | 11 | 7 | 9 | - |
CMYK | 0 | 0.36 | 0.18 | 0.96 |
HSL | 330º | 0.22% | 0.04% | - |
HSV(B) | 330º | 0.36% | 0.04% | - |
XYZ | 0.26 | 0.24 | 0.29 | - |
YUV | 8.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 7 | 9 | 0 | 0.36 | 0.18 | 0.96 | 330 | 0.22 | 0.04 |
Hex | B | 7 | 9 | 0 | 24 | 12 | 60 | 14A | 16 | 4 |
Octal | 13 | 7 | 11 | 0 | 44 | 22 | 140 | 512 | 26 | 4 |
Binary | 1011 | 111 | 1001 | 0 | 100100 | 10010 | 1100000 | 101001010 | 10110 | 100 |
Color Harmonies of #0B0709
Complementary color
Monochromatic Colors of #0B0709
Black with #0B0709
Text Example
Text Example
White with #0B0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0709; }
p { color: rgb(11,7,9); }
H1.HeaderClassName
{
color: #0B0709;
}
.AnyTagClassName
{
color: #0B0709;
}
</style>
background-color css
<style>
a { background-color: #0B0709; }
a { background-color: rgb(11,7,9); }
div.DivClassName
{
background-color: #0B0709;
}
.BgClassName
{
background-color: #0B0709;
}
</style>
border-color css
<style>
span { border-color: #0B0709; }
span { border-color: rgb(11,7,9); }
td.TdClassName
{
border-color: #0B0709;
}
.TagClassName
{
border-color: #0B0709;
}
</style>