Shades of Rustic Red #150A0F
Tints of Rustic Red #150A0F
RGB
CMYK
RGB Variations
Color information
#150A0F (or 0x150A0F) is known color: Rustic Red. HEX triplet: 15, 0A and 0F. RGB value is (21,10,15). Sum of RGB (Red+Green+Blue) = 21+10+15=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A0F is #EAF5F0. Grayscale: #0D0D0D. Windows color (decimal): -15398385 or 985621. OLE color: 985621.
HSL color Cylindrical-coordinate representation of color #150A0F: hue angle of 332.73º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150A0F is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 15 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.92 |
| HSL | 332.73º | 0.35% | 0.06% | - |
| HSV(B) | 332.73º | 0.52% | 0.08% | - |
| XYZ | 0.5 | 0.41 | 0.5 | - |
| YUV | 13.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 15 | 0 | 0.52 | 0.29 | 0.92 | 332.73 | 0.35 | 0.06 |
| Hex | 15 | A | F | 0 | 34 | 1D | 5C | 14D | 23 | 6 |
| Octal | 25 | 12 | 17 | 0 | 64 | 35 | 134 | 515 | 43 | 6 |
| Binary | 10101 | 1010 | 1111 | 0 | 110100 | 11101 | 1011100 | 101001101 | 100011 | 110 |
Color Harmonies of #150A0F
Complementary color
Monochromatic Colors of #150A0F
Black with #150A0F
Text Example
Text Example
White with #150A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A0F; }
p { color: rgb(21,10,15); }
H1.HeaderClassName
{
color: #150A0F;
}
.AnyTagClassName
{
color: #150A0F;
}
</style>
background-color css
<style>
a { background-color: #150A0F; }
a { background-color: rgb(21,10,15); }
div.DivClassName
{
background-color: #150A0F;
}
.BgClassName
{
background-color: #150A0F;
}
</style>
border-color css
<style>
span { border-color: #150A0F; }
span { border-color: rgb(21,10,15); }
td.TdClassName
{
border-color: #150A0F;
}
.TagClassName
{
border-color: #150A0F;
}
</style>