Shades of Rustic Red #15090D
Tints of Rustic Red #15090D
RGB
CMYK
RGB Variations
Color information
#15090D (or 0x15090D) is known color: Rustic Red. HEX triplet: 15, 09 and 0D. RGB value is (21,9,13). Sum of RGB (Red+Green+Blue) = 21+9+13=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #15090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15090D is #EAF6F2. Grayscale: #0D0D0D. Windows color (decimal): -15398643 or 854293. OLE color: 854293.
HSL color Cylindrical-coordinate representation of color #15090D: hue angle of 340º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15090D is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 9 | 13 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.92 |
| HSL | 340º | 0.4% | 0.06% | - |
| HSV(B) | 340º | 0.57% | 0.08% | - |
| XYZ | 0.48 | 0.38 | 0.43 | - |
| YUV | 13.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 13 | 0 | 0.57 | 0.38 | 0.92 | 340 | 0.4 | 0.06 |
| Hex | 15 | 9 | D | 0 | 39 | 26 | 5C | 154 | 28 | 6 |
| Octal | 25 | 11 | 15 | 0 | 71 | 46 | 134 | 524 | 50 | 6 |
| Binary | 10101 | 1001 | 1101 | 0 | 111001 | 100110 | 1011100 | 101010100 | 101000 | 110 |
Color Harmonies of #15090D
Complementary color
Monochromatic Colors of #15090D
Black with #15090D
Text Example
Text Example
White with #15090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15090D; }
p { color: rgb(21,9,13); }
H1.HeaderClassName
{
color: #15090D;
}
.AnyTagClassName
{
color: #15090D;
}
</style>
background-color css
<style>
a { background-color: #15090D; }
a { background-color: rgb(21,9,13); }
div.DivClassName
{
background-color: #15090D;
}
.BgClassName
{
background-color: #15090D;
}
</style>
border-color css
<style>
span { border-color: #15090D; }
span { border-color: rgb(21,9,13); }
td.TdClassName
{
border-color: #15090D;
}
.TagClassName
{
border-color: #15090D;
}
</style>