Shades of Rustic Red #150B0F
Tints of Rustic Red #150B0F
RGB
CMYK
RGB Variations
Color information
#150B0F (or 0x150B0F) is known color: Rustic Red. HEX triplet: 15, 0B and 0F. RGB value is (21,11,15). Sum of RGB (Red+Green+Blue) = 21+11+15=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B0F is #EAF4F0. Grayscale: #0E0E0E. Windows color (decimal): -15398129 or 985877. OLE color: 985877.
HSL color Cylindrical-coordinate representation of color #150B0F: hue angle of 336º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #150B0F is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 15 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.92 |
| HSL | 336º | 0.31% | 0.06% | - |
| HSV(B) | 336º | 0.48% | 0.08% | - |
| XYZ | 0.52 | 0.43 | 0.51 | - |
| YUV | 14.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 15 | 0 | 0.48 | 0.29 | 0.92 | 336 | 0.31 | 0.06 |
| Hex | 15 | B | F | 0 | 30 | 1D | 5C | 150 | 1F | 6 |
| Octal | 25 | 13 | 17 | 0 | 60 | 35 | 134 | 520 | 37 | 6 |
| Binary | 10101 | 1011 | 1111 | 0 | 110000 | 11101 | 1011100 | 101010000 | 11111 | 110 |
Color Harmonies of #150B0F
Complementary color
Monochromatic Colors of #150B0F
Black with #150B0F
Text Example
Text Example
White with #150B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B0F; }
p { color: rgb(21,11,15); }
H1.HeaderClassName
{
color: #150B0F;
}
.AnyTagClassName
{
color: #150B0F;
}
</style>
background-color css
<style>
a { background-color: #150B0F; }
a { background-color: rgb(21,11,15); }
div.DivClassName
{
background-color: #150B0F;
}
.BgClassName
{
background-color: #150B0F;
}
</style>
border-color css
<style>
span { border-color: #150B0F; }
span { border-color: rgb(21,11,15); }
td.TdClassName
{
border-color: #150B0F;
}
.TagClassName
{
border-color: #150B0F;
}
</style>