Shades of Rustic Red #150109
Tints of Rustic Red #150109
RGB
CMYK
RGB Variations
Color information
#150109 (or 0x150109) is known color: Rustic Red. HEX triplet: 15, 01 and 09. RGB value is (21,1,9). Sum of RGB (Red+Green+Blue) = 21+1+9=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150109 is #EAFEF6. Grayscale: #070707. Windows color (decimal): -15400695 or 590101. OLE color: 590101.
HSL color Cylindrical-coordinate representation of color #150109: hue angle of 336º 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 #150109 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 9 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.92 |
| HSL | 336º | 0.91% | 0.04% | - |
| HSV(B) | 336º | 0.95% | 0.08% | - |
| XYZ | 0.37 | 0.2 | 0.28 | - |
| YUV | 7.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 9 | 0 | 0.95 | 0.57 | 0.92 | 336 | 0.91 | 0.04 |
| Hex | 15 | 1 | 9 | 0 | 5F | 39 | 5C | 150 | 5B | 4 |
| Octal | 25 | 1 | 11 | 0 | 137 | 71 | 134 | 520 | 133 | 4 |
| Binary | 10101 | 1 | 1001 | 0 | 1011111 | 111001 | 1011100 | 101010000 | 1011011 | 100 |
Color Harmonies of #150109
Complementary color
Monochromatic Colors of #150109
Black with #150109
Text Example
Text Example
White with #150109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150109; }
p { color: rgb(21,1,9); }
H1.HeaderClassName
{
color: #150109;
}
.AnyTagClassName
{
color: #150109;
}
</style>
background-color css
<style>
a { background-color: #150109; }
a { background-color: rgb(21,1,9); }
div.DivClassName
{
background-color: #150109;
}
.BgClassName
{
background-color: #150109;
}
</style>
border-color css
<style>
span { border-color: #150109; }
span { border-color: rgb(21,1,9); }
td.TdClassName
{
border-color: #150109;
}
.TagClassName
{
border-color: #150109;
}
</style>