Shades of Rustic Red #150E0F
Tints of Rustic Red #150E0F
RGB
CMYK
RGB Variations
Color information
#150E0F (or 0x150E0F) is known color: Rustic Red. HEX triplet: 15, 0E and 0F. RGB value is (21,14,15). Sum of RGB (Red+Green+Blue) = 21+14+15=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #150E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E0F is #EAF1F0. Grayscale: #101010. Windows color (decimal): -15397361 or 986645. OLE color: 986645.
HSL color Cylindrical-coordinate representation of color #150E0F: hue angle of 351.43º 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 #150E0F is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 14 | 15 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.92 |
| HSL | 351.43º | 0.2% | 0.07% | - |
| HSV(B) | 351.43º | 0.33% | 0.08% | - |
| XYZ | 0.55 | 0.51 | 0.52 | - |
| YUV | 16.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 15 | 0 | 0.33 | 0.29 | 0.92 | 351.43 | 0.2 | 0.07 |
| Hex | 15 | E | F | 0 | 21 | 1D | 5C | 15F | 14 | 7 |
| Octal | 25 | 16 | 17 | 0 | 41 | 35 | 134 | 537 | 24 | 7 |
| Binary | 10101 | 1110 | 1111 | 0 | 100001 | 11101 | 1011100 | 101011111 | 10100 | 111 |
Color Harmonies of #150E0F
Complementary color
Monochromatic Colors of #150E0F
Black with #150E0F
Text Example
Text Example
White with #150E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E0F; }
p { color: rgb(21,14,15); }
H1.HeaderClassName
{
color: #150E0F;
}
.AnyTagClassName
{
color: #150E0F;
}
</style>
background-color css
<style>
a { background-color: #150E0F; }
a { background-color: rgb(21,14,15); }
div.DivClassName
{
background-color: #150E0F;
}
.BgClassName
{
background-color: #150E0F;
}
</style>
border-color css
<style>
span { border-color: #150E0F; }
span { border-color: rgb(21,14,15); }
td.TdClassName
{
border-color: #150E0F;
}
.TagClassName
{
border-color: #150E0F;
}
</style>