Shades of Rustic Red #15080E
Tints of Rustic Red #15080E
RGB
CMYK
RGB Variations
Color information
#15080E (or 0x15080E) is known color: Rustic Red. HEX triplet: 15, 08 and 0E. RGB value is (21,8,14). Sum of RGB (Red+Green+Blue) = 21+8+14=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #15080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080E is #EAF7F1. Grayscale: #0C0C0C. Windows color (decimal): -15398898 or 919573. OLE color: 919573.
HSL color Cylindrical-coordinate representation of color #15080E: hue angle of 332.31º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15080E is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 8 | 14 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.92 |
| HSL | 332.31º | 0.45% | 0.06% | - |
| HSV(B) | 332.31º | 0.62% | 0.08% | - |
| XYZ | 0.48 | 0.36 | 0.46 | - |
| YUV | 12.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 14 | 0 | 0.62 | 0.33 | 0.92 | 332.31 | 0.45 | 0.06 |
| Hex | 15 | 8 | E | 0 | 3E | 21 | 5C | 14C | 2D | 6 |
| Octal | 25 | 10 | 16 | 0 | 76 | 41 | 134 | 514 | 55 | 6 |
| Binary | 10101 | 1000 | 1110 | 0 | 111110 | 100001 | 1011100 | 101001100 | 101101 | 110 |
Color Harmonies of #15080E
Complementary color
Monochromatic Colors of #15080E
Black with #15080E
Text Example
Text Example
White with #15080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15080E; }
p { color: rgb(21,8,14); }
H1.HeaderClassName
{
color: #15080E;
}
.AnyTagClassName
{
color: #15080E;
}
</style>
background-color css
<style>
a { background-color: #15080E; }
a { background-color: rgb(21,8,14); }
div.DivClassName
{
background-color: #15080E;
}
.BgClassName
{
background-color: #15080E;
}
</style>
border-color css
<style>
span { border-color: #15080E; }
span { border-color: rgb(21,8,14); }
td.TdClassName
{
border-color: #15080E;
}
.TagClassName
{
border-color: #15080E;
}
</style>