Shades of Rustic Red #15060E
Tints of Rustic Red #15060E
RGB
CMYK
RGB Variations
Color information
#15060E (or 0x15060E) is known color: Rustic Red. HEX triplet: 15, 06 and 0E. RGB value is (21,6,14). Sum of RGB (Red+Green+Blue) = 21+6+14=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #15060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15060E is #EAF9F1. Grayscale: #0B0B0B. Windows color (decimal): -15399410 or 919061. OLE color: 919061.
HSL color Cylindrical-coordinate representation of color #15060E: hue angle of 328º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15060E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 6 | 14 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.92 |
| HSL | 328º | 0.56% | 0.05% | - |
| HSV(B) | 328º | 0.71% | 0.08% | - |
| XYZ | 0.45 | 0.32 | 0.45 | - |
| YUV | 11.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 14 | 0 | 0.71 | 0.33 | 0.92 | 328 | 0.56 | 0.05 |
| Hex | 15 | 6 | E | 0 | 47 | 21 | 5C | 148 | 38 | 5 |
| Octal | 25 | 6 | 16 | 0 | 107 | 41 | 134 | 510 | 70 | 5 |
| Binary | 10101 | 110 | 1110 | 0 | 1000111 | 100001 | 1011100 | 101001000 | 111000 | 101 |
Color Harmonies of #15060E
Complementary color
Monochromatic Colors of #15060E
Black with #15060E
Text Example
Text Example
White with #15060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15060E; }
p { color: rgb(21,6,14); }
H1.HeaderClassName
{
color: #15060E;
}
.AnyTagClassName
{
color: #15060E;
}
</style>
background-color css
<style>
a { background-color: #15060E; }
a { background-color: rgb(21,6,14); }
div.DivClassName
{
background-color: #15060E;
}
.BgClassName
{
background-color: #15060E;
}
</style>
border-color css
<style>
span { border-color: #15060E; }
span { border-color: rgb(21,6,14); }
td.TdClassName
{
border-color: #15060E;
}
.TagClassName
{
border-color: #15060E;
}
</style>