Shades of Rustic Red #15070E
Tints of Rustic Red #15070E
RGB
CMYK
RGB Variations
Color information
#15070E (or 0x15070E) is known color: Rustic Red. HEX triplet: 15, 07 and 0E. RGB value is (21,7,14). Sum of RGB (Red+Green+Blue) = 21+7+14=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #15070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070E is #EAF8F1. Grayscale: #0B0B0B. Windows color (decimal): -15399154 or 919317. OLE color: 919317.
HSL color Cylindrical-coordinate representation of color #15070E: hue angle of 330º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15070E is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 7 | 14 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.92 |
| HSL | 330º | 0.5% | 0.05% | - |
| HSV(B) | 330º | 0.67% | 0.08% | - |
| XYZ | 0.46 | 0.34 | 0.46 | - |
| YUV | 11.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 14 | 0 | 0.67 | 0.33 | 0.92 | 330 | 0.5 | 0.05 |
| Hex | 15 | 7 | E | 0 | 43 | 21 | 5C | 14A | 32 | 5 |
| Octal | 25 | 7 | 16 | 0 | 103 | 41 | 134 | 512 | 62 | 5 |
| Binary | 10101 | 111 | 1110 | 0 | 1000011 | 100001 | 1011100 | 101001010 | 110010 | 101 |
Color Harmonies of #15070E
Complementary color
Monochromatic Colors of #15070E
Black with #15070E
Text Example
Text Example
White with #15070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15070E; }
p { color: rgb(21,7,14); }
H1.HeaderClassName
{
color: #15070E;
}
.AnyTagClassName
{
color: #15070E;
}
</style>
background-color css
<style>
a { background-color: #15070E; }
a { background-color: rgb(21,7,14); }
div.DivClassName
{
background-color: #15070E;
}
.BgClassName
{
background-color: #15070E;
}
</style>
border-color css
<style>
span { border-color: #15070E; }
span { border-color: rgb(21,7,14); }
td.TdClassName
{
border-color: #15070E;
}
.TagClassName
{
border-color: #15070E;
}
</style>