Shades of Rustic Red #150D0F
Tints of Rustic Red #150D0F
RGB
CMYK
RGB Variations
Color information
#150D0F (or 0x150D0F) is known color: Rustic Red. HEX triplet: 15, 0D and 0F. RGB value is (21,13,15). Sum of RGB (Red+Green+Blue) = 21+13+15=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D0F is #EAF2F0. Grayscale: #0F0F0F. Windows color (decimal): -15397617 or 986389. OLE color: 986389.
HSL color Cylindrical-coordinate representation of color #150D0F: hue angle of 345º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #150D0F is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 15 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.92 |
| HSL | 345º | 0.24% | 0.07% | - |
| HSV(B) | 345º | 0.38% | 0.08% | - |
| XYZ | 0.54 | 0.48 | 0.52 | - |
| YUV | 15.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 15 | 0 | 0.38 | 0.29 | 0.92 | 345 | 0.24 | 0.07 |
| Hex | 15 | D | F | 0 | 26 | 1D | 5C | 159 | 18 | 7 |
| Octal | 25 | 15 | 17 | 0 | 46 | 35 | 134 | 531 | 30 | 7 |
| Binary | 10101 | 1101 | 1111 | 0 | 100110 | 11101 | 1011100 | 101011001 | 11000 | 111 |
Color Harmonies of #150D0F
Complementary color
Monochromatic Colors of #150D0F
Black with #150D0F
Text Example
Text Example
White with #150D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D0F; }
p { color: rgb(21,13,15); }
H1.HeaderClassName
{
color: #150D0F;
}
.AnyTagClassName
{
color: #150D0F;
}
</style>
background-color css
<style>
a { background-color: #150D0F; }
a { background-color: rgb(21,13,15); }
div.DivClassName
{
background-color: #150D0F;
}
.BgClassName
{
background-color: #150D0F;
}
</style>
border-color css
<style>
span { border-color: #150D0F; }
span { border-color: rgb(21,13,15); }
td.TdClassName
{
border-color: #150D0F;
}
.TagClassName
{
border-color: #150D0F;
}
</style>