Shades of Rustic Red #15050D
Tints of Rustic Red #15050D
RGB
CMYK
RGB Variations
Color information
#15050D (or 0x15050D) is known color: Rustic Red. HEX triplet: 15, 05 and 0D. RGB value is (21,5,13). Sum of RGB (Red+Green+Blue) = 21+5+13=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #15050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15050D is #EAFAF2. Grayscale: #0A0A0A. Windows color (decimal): -15399667 or 853269. OLE color: 853269.
HSL color Cylindrical-coordinate representation of color #15050D: hue angle of 330º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15050D is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 5 | 13 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.92 |
| HSL | 330º | 0.62% | 0.05% | - |
| HSV(B) | 330º | 0.76% | 0.08% | - |
| XYZ | 0.44 | 0.3 | 0.42 | - |
| YUV | 10.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 13 | 0 | 0.76 | 0.38 | 0.92 | 330 | 0.62 | 0.05 |
| Hex | 15 | 5 | D | 0 | 4C | 26 | 5C | 14A | 3E | 5 |
| Octal | 25 | 5 | 15 | 0 | 114 | 46 | 134 | 512 | 76 | 5 |
| Binary | 10101 | 101 | 1101 | 0 | 1001100 | 100110 | 1011100 | 101001010 | 111110 | 101 |
Color Harmonies of #15050D
Complementary color
Monochromatic Colors of #15050D
Black with #15050D
Text Example
Text Example
White with #15050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15050D; }
p { color: rgb(21,5,13); }
H1.HeaderClassName
{
color: #15050D;
}
.AnyTagClassName
{
color: #15050D;
}
</style>
background-color css
<style>
a { background-color: #15050D; }
a { background-color: rgb(21,5,13); }
div.DivClassName
{
background-color: #15050D;
}
.BgClassName
{
background-color: #15050D;
}
</style>
border-color css
<style>
span { border-color: #15050D; }
span { border-color: rgb(21,5,13); }
td.TdClassName
{
border-color: #15050D;
}
.TagClassName
{
border-color: #15050D;
}
</style>