Shades of Rustic Red #150D11
Tints of Rustic Red #150D11
RGB
CMYK
RGB Variations
Color information
#150D11 (or 0x150D11) is known color: Rustic Red. HEX triplet: 15, 0D and 11. RGB value is (21,13,17). Sum of RGB (Red+Green+Blue) = 21+13+17=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #150D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D11 is #EAF2EE. Grayscale: #0F0F0F. Windows color (decimal): -15397615 or 1117461. OLE color: 1117461.
HSL color Cylindrical-coordinate representation of color #150D11: hue angle of 330º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #150D11 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 17 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.92 |
| HSL | 330º | 0.24% | 0.07% | - |
| HSV(B) | 330º | 0.38% | 0.08% | - |
| XYZ | 0.55 | 0.49 | 0.6 | - |
| YUV | 15.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 17 | 0 | 0.38 | 0.19 | 0.92 | 330 | 0.24 | 0.07 |
| Hex | 15 | D | 11 | 0 | 26 | 13 | 5C | 14A | 18 | 7 |
| Octal | 25 | 15 | 21 | 0 | 46 | 23 | 134 | 512 | 30 | 7 |
| Binary | 10101 | 1101 | 10001 | 0 | 100110 | 10011 | 1011100 | 101001010 | 11000 | 111 |
Color Harmonies of #150D11
Complementary color
Monochromatic Colors of #150D11
Black with #150D11
Text Example
Text Example
White with #150D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D11; }
p { color: rgb(21,13,17); }
H1.HeaderClassName
{
color: #150D11;
}
.AnyTagClassName
{
color: #150D11;
}
</style>
background-color css
<style>
a { background-color: #150D11; }
a { background-color: rgb(21,13,17); }
div.DivClassName
{
background-color: #150D11;
}
.BgClassName
{
background-color: #150D11;
}
</style>
border-color css
<style>
span { border-color: #150D11; }
span { border-color: rgb(21,13,17); }
td.TdClassName
{
border-color: #150D11;
}
.TagClassName
{
border-color: #150D11;
}
</style>