Shades of Rustic Red #15070B
Tints of Rustic Red #15070B
RGB
CMYK
RGB Variations
Color information
#15070B (or 0x15070B) is known color: Rustic Red. HEX triplet: 15, 07 and 0B. RGB value is (21,7,11). Sum of RGB (Red+Green+Blue) = 21+7+11=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #15070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15070B is #EAF8F4. Grayscale: #0B0B0B. Windows color (decimal): -15399157 or 722709. OLE color: 722709.
HSL color Cylindrical-coordinate representation of color #15070B: hue angle of 342.86º 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 #15070B is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 7 | 11 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.92 |
| HSL | 342.86º | 0.5% | 0.05% | - |
| HSV(B) | 342.86º | 0.67% | 0.08% | - |
| XYZ | 0.45 | 0.34 | 0.36 | - |
| YUV | 11.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 11 | 0 | 0.67 | 0.48 | 0.92 | 342.86 | 0.5 | 0.05 |
| Hex | 15 | 7 | B | 0 | 43 | 30 | 5C | 157 | 32 | 5 |
| Octal | 25 | 7 | 13 | 0 | 103 | 60 | 134 | 527 | 62 | 5 |
| Binary | 10101 | 111 | 1011 | 0 | 1000011 | 110000 | 1011100 | 101010111 | 110010 | 101 |
Color Harmonies of #15070B
Complementary color
Monochromatic Colors of #15070B
Black with #15070B
Text Example
Text Example
White with #15070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15070B; }
p { color: rgb(21,7,11); }
H1.HeaderClassName
{
color: #15070B;
}
.AnyTagClassName
{
color: #15070B;
}
</style>
background-color css
<style>
a { background-color: #15070B; }
a { background-color: rgb(21,7,11); }
div.DivClassName
{
background-color: #15070B;
}
.BgClassName
{
background-color: #15070B;
}
</style>
border-color css
<style>
span { border-color: #15070B; }
span { border-color: rgb(21,7,11); }
td.TdClassName
{
border-color: #15070B;
}
.TagClassName
{
border-color: #15070B;
}
</style>