Shades of Rustic Red #150106
Tints of Rustic Red #150106
RGB
CMYK
RGB Variations
Color information
#150106 (or 0x150106) is known color: Rustic Red. HEX triplet: 15, 01 and 06. RGB value is (21,1,6). Sum of RGB (Red+Green+Blue) = 21+1+6=28 (3% of max value = 765). Red value is 21 (8.59% from 255 or 75% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 21 - color contains mainly: red. Hex color #150106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150106 is #EAFEF9. Grayscale: #070707. Windows color (decimal): -15400698 or 393493. OLE color: 393493.
HSL color Cylindrical-coordinate representation of color #150106: hue angle of 345º 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 #150106 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 6 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.92 |
| HSL | 345º | 0.91% | 0.04% | - |
| HSV(B) | 345º | 0.95% | 0.08% | - |
| XYZ | 0.35 | 0.19 | 0.19 | - |
| YUV | 7.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 6 | 0 | 0.95 | 0.71 | 0.92 | 345 | 0.91 | 0.04 |
| Hex | 15 | 1 | 6 | 0 | 5F | 47 | 5C | 159 | 5B | 4 |
| Octal | 25 | 1 | 6 | 0 | 137 | 107 | 134 | 531 | 133 | 4 |
| Binary | 10101 | 1 | 110 | 0 | 1011111 | 1000111 | 1011100 | 101011001 | 1011011 | 100 |
Color Harmonies of #150106
Complementary color
Monochromatic Colors of #150106
Black with #150106
Text Example
Text Example
White with #150106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150106; }
p { color: rgb(21,1,6); }
H1.HeaderClassName
{
color: #150106;
}
.AnyTagClassName
{
color: #150106;
}
</style>
background-color css
<style>
a { background-color: #150106; }
a { background-color: rgb(21,1,6); }
div.DivClassName
{
background-color: #150106;
}
.BgClassName
{
background-color: #150106;
}
</style>
border-color css
<style>
span { border-color: #150106; }
span { border-color: rgb(21,1,6); }
td.TdClassName
{
border-color: #150106;
}
.TagClassName
{
border-color: #150106;
}
</style>