Shades of Rustic Red #0B0508
Tints of Rustic Red #0B0508
RGB
CMYK
RGB Variations
Color information
#0B0508 (or 0x0B0508) is known color: Rustic Red. HEX triplet: 0B, 05 and 08. RGB value is (11,5,8). Sum of RGB (Red+Green+Blue) = 11+5+8=24 (3% of max value = 765). Red value is 11 (4.69% from 255 or 45.83% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0508 is #F4FAF7. Grayscale: #070707. Windows color (decimal): -16055032 or 525579. OLE color: 525579.
HSL color Cylindrical-coordinate representation of color #0B0508: hue angle of 330º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0B0508 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.96.
Color convert
RGB | 11 | 5 | 8 | - |
CMYK | 0 | 0.55 | 0.27 | 0.96 |
HSL | 330º | 0.38% | 0.03% | - |
HSV(B) | 330º | 0.55% | 0.04% | - |
XYZ | 0.24 | 0.2 | 0.26 | - |
YUV | 7.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 5 | 8 | 0 | 0.55 | 0.27 | 0.96 | 330 | 0.38 | 0.03 |
Hex | B | 5 | 8 | 0 | 37 | 1B | 60 | 14A | 26 | 3 |
Octal | 13 | 5 | 10 | 0 | 67 | 33 | 140 | 512 | 46 | 3 |
Binary | 1011 | 101 | 1000 | 0 | 110111 | 11011 | 1100000 | 101001010 | 100110 | 11 |
Color Harmonies of #0B0508
Complementary color
Monochromatic Colors of #0B0508
Black with #0B0508
Text Example
Text Example
White with #0B0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0508; }
p { color: rgb(11,5,8); }
H1.HeaderClassName
{
color: #0B0508;
}
.AnyTagClassName
{
color: #0B0508;
}
</style>
background-color css
<style>
a { background-color: #0B0508; }
a { background-color: rgb(11,5,8); }
div.DivClassName
{
background-color: #0B0508;
}
.BgClassName
{
background-color: #0B0508;
}
</style>
border-color css
<style>
span { border-color: #0B0508; }
span { border-color: rgb(11,5,8); }
td.TdClassName
{
border-color: #0B0508;
}
.TagClassName
{
border-color: #0B0508;
}
</style>