Shades of Rustic Red #150C0E
Tints of Rustic Red #150C0E
RGB
CMYK
RGB Variations
Color information
#150C0E (or 0x150C0E) is known color: Rustic Red. HEX triplet: 15, 0C and 0E. RGB value is (21,12,14). Sum of RGB (Red+Green+Blue) = 21+12+14=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C0E is #EAF3F1. Grayscale: #0E0E0E. Windows color (decimal): -15397874 or 920597. OLE color: 920597.
HSL color Cylindrical-coordinate representation of color #150C0E: hue angle of 346.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #150C0E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 12 | 14 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.92 |
| HSL | 346.67º | 0.27% | 0.06% | - |
| HSV(B) | 346.67º | 0.43% | 0.08% | - |
| XYZ | 0.52 | 0.45 | 0.48 | - |
| YUV | 14.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 14 | 0 | 0.43 | 0.33 | 0.92 | 346.67 | 0.27 | 0.06 |
| Hex | 15 | C | E | 0 | 2B | 21 | 5C | 15B | 1B | 6 |
| Octal | 25 | 14 | 16 | 0 | 53 | 41 | 134 | 533 | 33 | 6 |
| Binary | 10101 | 1100 | 1110 | 0 | 101011 | 100001 | 1011100 | 101011011 | 11011 | 110 |
Color Harmonies of #150C0E
Complementary color
Monochromatic Colors of #150C0E
Black with #150C0E
Text Example
Text Example
White with #150C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C0E; }
p { color: rgb(21,12,14); }
H1.HeaderClassName
{
color: #150C0E;
}
.AnyTagClassName
{
color: #150C0E;
}
</style>
background-color css
<style>
a { background-color: #150C0E; }
a { background-color: rgb(21,12,14); }
div.DivClassName
{
background-color: #150C0E;
}
.BgClassName
{
background-color: #150C0E;
}
</style>
border-color css
<style>
span { border-color: #150C0E; }
span { border-color: rgb(21,12,14); }
td.TdClassName
{
border-color: #150C0E;
}
.TagClassName
{
border-color: #150C0E;
}
</style>