Shades of Rustic Red #150F12
Tints of Rustic Red #150F12
RGB
CMYK
RGB Variations
Color information
#150F12 (or 0x150F12) is known color: Rustic Red. HEX triplet: 15, 0F and 12. RGB value is (21,15,18). Sum of RGB (Red+Green+Blue) = 21+15+18=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #150F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F12 is #EAF0ED. Grayscale: #111111. Windows color (decimal): -15397102 or 1183509. OLE color: 1183509.
HSL color Cylindrical-coordinate representation of color #150F12: hue angle of 330º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #150F12 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 18 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.92 |
| HSL | 330º | 0.17% | 0.07% | - |
| HSV(B) | 330º | 0.29% | 0.08% | - |
| XYZ | 0.59 | 0.54 | 0.65 | - |
| YUV | 17.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 18 | 0 | 0.29 | 0.14 | 0.92 | 330 | 0.17 | 0.07 |
| Hex | 15 | F | 12 | 0 | 1D | E | 5C | 14A | 11 | 7 |
| Octal | 25 | 17 | 22 | 0 | 35 | 16 | 134 | 512 | 21 | 7 |
| Binary | 10101 | 1111 | 10010 | 0 | 11101 | 1110 | 1011100 | 101001010 | 10001 | 111 |
Color Harmonies of #150F12
Complementary color
Monochromatic Colors of #150F12
Black with #150F12
Text Example
Text Example
White with #150F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F12; }
p { color: rgb(21,15,18); }
H1.HeaderClassName
{
color: #150F12;
}
.AnyTagClassName
{
color: #150F12;
}
</style>
background-color css
<style>
a { background-color: #150F12; }
a { background-color: rgb(21,15,18); }
div.DivClassName
{
background-color: #150F12;
}
.BgClassName
{
background-color: #150F12;
}
</style>
border-color css
<style>
span { border-color: #150F12; }
span { border-color: rgb(21,15,18); }
td.TdClassName
{
border-color: #150F12;
}
.TagClassName
{
border-color: #150F12;
}
</style>