Shades of Rustic Red #150406
Tints of Rustic Red #150406
RGB
CMYK
RGB Variations
Color information
#150406 (or 0x150406) is known color: Rustic Red. HEX triplet: 15, 04 and 06. RGB value is (21,4,6). Sum of RGB (Red+Green+Blue) = 21+4+6=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150406 is #EAFBF9. Grayscale: #090909. Windows color (decimal): -15399930 or 394261. OLE color: 394261.
HSL color Cylindrical-coordinate representation of color #150406: hue angle of 352.94º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150406 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 4 | 6 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.92 |
| HSL | 352.94º | 0.68% | 0.05% | - |
| HSV(B) | 352.94º | 0.81% | 0.08% | - |
| XYZ | 0.39 | 0.26 | 0.2 | - |
| YUV | 9.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 6 | 0 | 0.81 | 0.71 | 0.92 | 352.94 | 0.68 | 0.05 |
| Hex | 15 | 4 | 6 | 0 | 51 | 47 | 5C | 161 | 44 | 5 |
| Octal | 25 | 4 | 6 | 0 | 121 | 107 | 134 | 541 | 104 | 5 |
| Binary | 10101 | 100 | 110 | 0 | 1010001 | 1000111 | 1011100 | 101100001 | 1000100 | 101 |
Color Harmonies of #150406
Complementary color
Monochromatic Colors of #150406
Black with #150406
Text Example
Text Example
White with #150406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150406; }
p { color: rgb(21,4,6); }
H1.HeaderClassName
{
color: #150406;
}
.AnyTagClassName
{
color: #150406;
}
</style>
background-color css
<style>
a { background-color: #150406; }
a { background-color: rgb(21,4,6); }
div.DivClassName
{
background-color: #150406;
}
.BgClassName
{
background-color: #150406;
}
</style>
border-color css
<style>
span { border-color: #150406; }
span { border-color: rgb(21,4,6); }
td.TdClassName
{
border-color: #150406;
}
.TagClassName
{
border-color: #150406;
}
</style>