Shades of Rustic Red #150408
Tints of Rustic Red #150408
RGB
CMYK
RGB Variations
Color information
#150408 (or 0x150408) is known color: Rustic Red. HEX triplet: 15, 04 and 08. RGB value is (21,4,8). Sum of RGB (Red+Green+Blue) = 21+4+8=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150408 is #EAFBF7. Grayscale: #090909. Windows color (decimal): -15399928 or 525333. OLE color: 525333.
HSL color Cylindrical-coordinate representation of color #150408: hue angle of 345.88º 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 #150408 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 4 | 8 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.92 |
| HSL | 345.88º | 0.68% | 0.05% | - |
| HSV(B) | 345.88º | 0.81% | 0.08% | - |
| XYZ | 0.4 | 0.26 | 0.26 | - |
| YUV | 9.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 8 | 0 | 0.81 | 0.62 | 0.92 | 345.88 | 0.68 | 0.05 |
| Hex | 15 | 4 | 8 | 0 | 51 | 3E | 5C | 15A | 44 | 5 |
| Octal | 25 | 4 | 10 | 0 | 121 | 76 | 134 | 532 | 104 | 5 |
| Binary | 10101 | 100 | 1000 | 0 | 1010001 | 111110 | 1011100 | 101011010 | 1000100 | 101 |
Color Harmonies of #150408
Complementary color
Monochromatic Colors of #150408
Black with #150408
Text Example
Text Example
White with #150408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150408; }
p { color: rgb(21,4,8); }
H1.HeaderClassName
{
color: #150408;
}
.AnyTagClassName
{
color: #150408;
}
</style>
background-color css
<style>
a { background-color: #150408; }
a { background-color: rgb(21,4,8); }
div.DivClassName
{
background-color: #150408;
}
.BgClassName
{
background-color: #150408;
}
</style>
border-color css
<style>
span { border-color: #150408; }
span { border-color: rgb(21,4,8); }
td.TdClassName
{
border-color: #150408;
}
.TagClassName
{
border-color: #150408;
}
</style>