Shades of Rustic Red #15090F
Tints of Rustic Red #15090F
RGB
CMYK
RGB Variations
Color information
#15090F (or 0x15090F) is known color: Rustic Red. HEX triplet: 15, 09 and 0F. RGB value is (21,9,15). Sum of RGB (Red+Green+Blue) = 21+9+15=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #15090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15090F is #EAF6F0. Grayscale: #0D0D0D. Windows color (decimal): -15398641 or 985365. OLE color: 985365.
HSL color Cylindrical-coordinate representation of color #15090F: hue angle of 330º 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 #15090F is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 9 | 15 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.92 |
| HSL | 330º | 0.4% | 0.06% | - |
| HSV(B) | 330º | 0.57% | 0.08% | - |
| XYZ | 0.49 | 0.39 | 0.5 | - |
| YUV | 13.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 15 | 0 | 0.57 | 0.29 | 0.92 | 330 | 0.4 | 0.06 |
| Hex | 15 | 9 | F | 0 | 39 | 1D | 5C | 14A | 28 | 6 |
| Octal | 25 | 11 | 17 | 0 | 71 | 35 | 134 | 512 | 50 | 6 |
| Binary | 10101 | 1001 | 1111 | 0 | 111001 | 11101 | 1011100 | 101001010 | 101000 | 110 |
Color Harmonies of #15090F
Complementary color
Monochromatic Colors of #15090F
Black with #15090F
Text Example
Text Example
White with #15090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15090F; }
p { color: rgb(21,9,15); }
H1.HeaderClassName
{
color: #15090F;
}
.AnyTagClassName
{
color: #15090F;
}
</style>
background-color css
<style>
a { background-color: #15090F; }
a { background-color: rgb(21,9,15); }
div.DivClassName
{
background-color: #15090F;
}
.BgClassName
{
background-color: #15090F;
}
</style>
border-color css
<style>
span { border-color: #15090F; }
span { border-color: rgb(21,9,15); }
td.TdClassName
{
border-color: #15090F;
}
.TagClassName
{
border-color: #15090F;
}
</style>