Shades of Rustic Red #150104
Tints of Rustic Red #150104
RGB
CMYK
RGB Variations
Color information
#150104 (or 0x150104) is known color: Rustic Red. HEX triplet: 15, 01 and 04. RGB value is (21,1,4). Sum of RGB (Red+Green+Blue) = 21+1+4=26 (3% of max value = 765). Red value is 21 (8.59% from 255 or 80.77% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 21 - color contains mainly: red. Hex color #150104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150104 is #EAFEFB. Grayscale: #070707. Windows color (decimal): -15400700 or 262421. OLE color: 262421.
HSL color Cylindrical-coordinate representation of color #150104: hue angle of 351º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150104 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 4 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.92 |
| HSL | 351º | 0.91% | 0.04% | - |
| HSV(B) | 351º | 0.95% | 0.08% | - |
| XYZ | 0.34 | 0.19 | 0.13 | - |
| YUV | 7.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 4 | 0 | 0.95 | 0.81 | 0.92 | 351 | 0.91 | 0.04 |
| Hex | 15 | 1 | 4 | 0 | 5F | 51 | 5C | 15F | 5B | 4 |
| Octal | 25 | 1 | 4 | 0 | 137 | 121 | 134 | 537 | 133 | 4 |
| Binary | 10101 | 1 | 100 | 0 | 1011111 | 1010001 | 1011100 | 101011111 | 1011011 | 100 |
Color Harmonies of #150104
Complementary color
Monochromatic Colors of #150104
Black with #150104
Text Example
Text Example
White with #150104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150104; }
p { color: rgb(21,1,4); }
H1.HeaderClassName
{
color: #150104;
}
.AnyTagClassName
{
color: #150104;
}
</style>
background-color css
<style>
a { background-color: #150104; }
a { background-color: rgb(21,1,4); }
div.DivClassName
{
background-color: #150104;
}
.BgClassName
{
background-color: #150104;
}
</style>
border-color css
<style>
span { border-color: #150104; }
span { border-color: rgb(21,1,4); }
td.TdClassName
{
border-color: #150104;
}
.TagClassName
{
border-color: #150104;
}
</style>