Shades of Rustic Red #150508
Tints of Rustic Red #150508
RGB
CMYK
RGB Variations
Color information
#150508 (or 0x150508) is known color: Rustic Red. HEX triplet: 15, 05 and 08. RGB value is (21,5,8). Sum of RGB (Red+Green+Blue) = 21+5+8=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150508 is #EAFAF7. Grayscale: #0A0A0A. Windows color (decimal): -15399672 or 525589. OLE color: 525589.
HSL color Cylindrical-coordinate representation of color #150508: hue angle of 348.75º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150508 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 5 | 8 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.92 |
| HSL | 348.75º | 0.62% | 0.05% | - |
| HSV(B) | 348.75º | 0.76% | 0.08% | - |
| XYZ | 0.41 | 0.29 | 0.26 | - |
| YUV | 10.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 8 | 0 | 0.76 | 0.62 | 0.92 | 348.75 | 0.62 | 0.05 |
| Hex | 15 | 5 | 8 | 0 | 4C | 3E | 5C | 15D | 3E | 5 |
| Octal | 25 | 5 | 10 | 0 | 114 | 76 | 134 | 535 | 76 | 5 |
| Binary | 10101 | 101 | 1000 | 0 | 1001100 | 111110 | 1011100 | 101011101 | 111110 | 101 |
Color Harmonies of #150508
Complementary color
Monochromatic Colors of #150508
Black with #150508
Text Example
Text Example
White with #150508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150508; }
p { color: rgb(21,5,8); }
H1.HeaderClassName
{
color: #150508;
}
.AnyTagClassName
{
color: #150508;
}
</style>
background-color css
<style>
a { background-color: #150508; }
a { background-color: rgb(21,5,8); }
div.DivClassName
{
background-color: #150508;
}
.BgClassName
{
background-color: #150508;
}
</style>
border-color css
<style>
span { border-color: #150508; }
span { border-color: rgb(21,5,8); }
td.TdClassName
{
border-color: #150508;
}
.TagClassName
{
border-color: #150508;
}
</style>