Shades of Rustic Red #150205
Tints of Rustic Red #150205
RGB
CMYK
RGB Variations
Color information
#150205 (or 0x150205) is known color: Rustic Red. HEX triplet: 15, 02 and 05. RGB value is (21,2,5). Sum of RGB (Red+Green+Blue) = 21+2+5=28 (3% of max value = 765). Red value is 21 (8.59% from 255 or 75% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 21 - color contains mainly: red. Hex color #150205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150205 is #EAFDFA. Grayscale: #080808. Windows color (decimal): -15400443 or 328213. OLE color: 328213.
HSL color Cylindrical-coordinate representation of color #150205: hue angle of 350.53º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150205 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 2 | 5 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.92 |
| HSL | 350.53º | 0.83% | 0.05% | - |
| HSV(B) | 350.53º | 0.9% | 0.08% | - |
| XYZ | 0.36 | 0.21 | 0.17 | - |
| YUV | 8.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 5 | 0 | 0.90 | 0.76 | 0.92 | 350.53 | 0.83 | 0.05 |
| Hex | 15 | 2 | 5 | 0 | 5A | 4C | 5C | 15F | 53 | 5 |
| Octal | 25 | 2 | 5 | 0 | 132 | 114 | 134 | 537 | 123 | 5 |
| Binary | 10101 | 10 | 101 | 0 | 1011010 | 1001100 | 1011100 | 101011111 | 1010011 | 101 |
Color Harmonies of #150205
Complementary color
Monochromatic Colors of #150205
Black with #150205
Text Example
Text Example
White with #150205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150205; }
p { color: rgb(21,2,5); }
H1.HeaderClassName
{
color: #150205;
}
.AnyTagClassName
{
color: #150205;
}
</style>
background-color css
<style>
a { background-color: #150205; }
a { background-color: rgb(21,2,5); }
div.DivClassName
{
background-color: #150205;
}
.BgClassName
{
background-color: #150205;
}
</style>
border-color css
<style>
span { border-color: #150205; }
span { border-color: rgb(21,2,5); }
td.TdClassName
{
border-color: #150205;
}
.TagClassName
{
border-color: #150205;
}
</style>