Shades of Rustic Red #150E11
Tints of Rustic Red #150E11
RGB
CMYK
RGB Variations
Color information
#150E11 (or 0x150E11) is known color: Rustic Red. HEX triplet: 15, 0E and 11. RGB value is (21,14,17). Sum of RGB (Red+Green+Blue) = 21+14+17=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E11 is #EAF1EE. Grayscale: #101010. Windows color (decimal): -15397359 or 1117717. OLE color: 1117717.
HSL color Cylindrical-coordinate representation of color #150E11: hue angle of 334.29º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #150E11 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 14 | 17 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.92 |
| HSL | 334.29º | 0.2% | 0.07% | - |
| HSV(B) | 334.29º | 0.33% | 0.08% | - |
| XYZ | 0.57 | 0.51 | 0.6 | - |
| YUV | 16.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 17 | 0 | 0.33 | 0.19 | 0.92 | 334.29 | 0.2 | 0.07 |
| Hex | 15 | E | 11 | 0 | 21 | 13 | 5C | 14E | 14 | 7 |
| Octal | 25 | 16 | 21 | 0 | 41 | 23 | 134 | 516 | 24 | 7 |
| Binary | 10101 | 1110 | 10001 | 0 | 100001 | 10011 | 1011100 | 101001110 | 10100 | 111 |
Color Harmonies of #150E11
Complementary color
Monochromatic Colors of #150E11
Black with #150E11
Text Example
Text Example
White with #150E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E11; }
p { color: rgb(21,14,17); }
H1.HeaderClassName
{
color: #150E11;
}
.AnyTagClassName
{
color: #150E11;
}
</style>
background-color css
<style>
a { background-color: #150E11; }
a { background-color: rgb(21,14,17); }
div.DivClassName
{
background-color: #150E11;
}
.BgClassName
{
background-color: #150E11;
}
</style>
border-color css
<style>
span { border-color: #150E11; }
span { border-color: rgb(21,14,17); }
td.TdClassName
{
border-color: #150E11;
}
.TagClassName
{
border-color: #150E11;
}
</style>