Shades of Rustic Red #150B0E
Tints of Rustic Red #150B0E
RGB
CMYK
RGB Variations
Color information
#150B0E (or 0x150B0E) is known color: Rustic Red. HEX triplet: 15, 0B and 0E. RGB value is (21,11,14). Sum of RGB (Red+Green+Blue) = 21+11+14=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B0E is #EAF4F1. Grayscale: #0E0E0E. Windows color (decimal): -15398130 or 920341. OLE color: 920341.
HSL color Cylindrical-coordinate representation of color #150B0E: hue angle of 342º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #150B0E is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 14 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.92 |
| HSL | 342º | 0.31% | 0.06% | - |
| HSV(B) | 342º | 0.48% | 0.08% | - |
| XYZ | 0.51 | 0.43 | 0.47 | - |
| YUV | 14.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 14 | 0 | 0.48 | 0.33 | 0.92 | 342 | 0.31 | 0.06 |
| Hex | 15 | B | E | 0 | 30 | 21 | 5C | 156 | 1F | 6 |
| Octal | 25 | 13 | 16 | 0 | 60 | 41 | 134 | 526 | 37 | 6 |
| Binary | 10101 | 1011 | 1110 | 0 | 110000 | 100001 | 1011100 | 101010110 | 11111 | 110 |
Color Harmonies of #150B0E
Complementary color
Monochromatic Colors of #150B0E
Black with #150B0E
Text Example
Text Example
White with #150B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B0E; }
p { color: rgb(21,11,14); }
H1.HeaderClassName
{
color: #150B0E;
}
.AnyTagClassName
{
color: #150B0E;
}
</style>
background-color css
<style>
a { background-color: #150B0E; }
a { background-color: rgb(21,11,14); }
div.DivClassName
{
background-color: #150B0E;
}
.BgClassName
{
background-color: #150B0E;
}
</style>
border-color css
<style>
span { border-color: #150B0E; }
span { border-color: rgb(21,11,14); }
td.TdClassName
{
border-color: #150B0E;
}
.TagClassName
{
border-color: #150B0E;
}
</style>