Shades of Rustic Red #150009
Tints of Rustic Red #150009
RGB
CMYK
RGB Variations
Color information
#150009 (or 0x150009) is known color: Rustic Red. HEX triplet: 15, 00 and 09. RGB value is (21,0,9). Sum of RGB (Red+Green+Blue) = 21+0+9=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150009 is #EAFFF6. Grayscale: #070707. Windows color (decimal): -15400951 or 589845. OLE color: 589845.
HSL color Cylindrical-coordinate representation of color #150009: hue angle of 334.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150009 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.57 | 0.92 |
| HSL | 334.29º | 1% | 0.04% | - |
| HSV(B) | 334.29º | 1% | 0.08% | - |
| XYZ | 0.36 | 0.18 | 0.27 | - |
| YUV | 7.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 9 | 0 | 1 | 0.57 | 0.92 | 334.29 | 1 | 0.04 |
| Hex | 15 | 0 | 9 | 0 | 64 | 39 | 5C | 14E | 64 | 4 |
| Octal | 25 | 0 | 11 | 0 | 144 | 71 | 134 | 516 | 144 | 4 |
| Binary | 10101 | 0 | 1001 | 0 | 1100100 | 111001 | 1011100 | 101001110 | 1100100 | 100 |
Color Harmonies of #150009
Complementary color
Monochromatic Colors of #150009
Black with #150009
Text Example
Text Example
White with #150009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150009; }
p { color: rgb(21,0,9); }
H1.HeaderClassName
{
color: #150009;
}
.AnyTagClassName
{
color: #150009;
}
</style>
background-color css
<style>
a { background-color: #150009; }
a { background-color: rgb(21,0,9); }
div.DivClassName
{
background-color: #150009;
}
.BgClassName
{
background-color: #150009;
}
</style>
border-color css
<style>
span { border-color: #150009; }
span { border-color: rgb(21,0,9); }
td.TdClassName
{
border-color: #150009;
}
.TagClassName
{
border-color: #150009;
}
</style>