Shades of Rustic Red #150005
Tints of Rustic Red #150005
RGB
CMYK
RGB Variations
Color information
#150005 (or 0x150005) is known color: Rustic Red. HEX triplet: 15, 00 and 05. RGB value is (21,0,5). Sum of RGB (Red+Green+Blue) = 21+0+5=26 (3% of max value = 765). Red value is 21 (8.59% from 255 or 80.77% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 21 - color contains mainly: red. Hex color #150005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150005 is #EAFFFA. Grayscale: #060606. Windows color (decimal): -15400955 or 327701. OLE color: 327701.
HSL color Cylindrical-coordinate representation of color #150005: hue angle of 345.71º 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 #150005 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.76 | 0.92 |
| HSL | 345.71º | 1% | 0.04% | - |
| HSV(B) | 345.71º | 1% | 0.08% | - |
| XYZ | 0.34 | 0.17 | 0.16 | - |
| YUV | 6.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 5 | 0 | 1 | 0.76 | 0.92 | 345.71 | 1 | 0.04 |
| Hex | 15 | 0 | 5 | 0 | 64 | 4C | 5C | 15A | 64 | 4 |
| Octal | 25 | 0 | 5 | 0 | 144 | 114 | 134 | 532 | 144 | 4 |
| Binary | 10101 | 0 | 101 | 0 | 1100100 | 1001100 | 1011100 | 101011010 | 1100100 | 100 |
Color Harmonies of #150005
Complementary color
Monochromatic Colors of #150005
Black with #150005
Text Example
Text Example
White with #150005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150005; }
p { color: rgb(21,0,5); }
H1.HeaderClassName
{
color: #150005;
}
.AnyTagClassName
{
color: #150005;
}
</style>
background-color css
<style>
a { background-color: #150005; }
a { background-color: rgb(21,0,5); }
div.DivClassName
{
background-color: #150005;
}
.BgClassName
{
background-color: #150005;
}
</style>
border-color css
<style>
span { border-color: #150005; }
span { border-color: rgb(21,0,5); }
td.TdClassName
{
border-color: #150005;
}
.TagClassName
{
border-color: #150005;
}
</style>