Shades of Rustic Red #150B0C
Tints of Rustic Red #150B0C
RGB
CMYK
RGB Variations
Color information
#150B0C (or 0x150B0C) is known color: Rustic Red. HEX triplet: 15, 0B and 0C. RGB value is (21,11,12). Sum of RGB (Red+Green+Blue) = 21+11+12=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B0C is #EAF4F3. Grayscale: #0E0E0E. Windows color (decimal): -15398132 or 789269. OLE color: 789269.
HSL color Cylindrical-coordinate representation of color #150B0C: hue angle of 354º 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 #150B0C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 12 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.92 |
| HSL | 354º | 0.31% | 0.06% | - |
| HSV(B) | 354º | 0.48% | 0.08% | - |
| XYZ | 0.5 | 0.43 | 0.4 | - |
| YUV | 14.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 12 | 0 | 0.48 | 0.43 | 0.92 | 354 | 0.31 | 0.06 |
| Hex | 15 | B | C | 0 | 30 | 2B | 5C | 162 | 1F | 6 |
| Octal | 25 | 13 | 14 | 0 | 60 | 53 | 134 | 542 | 37 | 6 |
| Binary | 10101 | 1011 | 1100 | 0 | 110000 | 101011 | 1011100 | 101100010 | 11111 | 110 |
Color Harmonies of #150B0C
Complementary color
Monochromatic Colors of #150B0C
Black with #150B0C
Text Example
Text Example
White with #150B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B0C; }
p { color: rgb(21,11,12); }
H1.HeaderClassName
{
color: #150B0C;
}
.AnyTagClassName
{
color: #150B0C;
}
</style>
background-color css
<style>
a { background-color: #150B0C; }
a { background-color: rgb(21,11,12); }
div.DivClassName
{
background-color: #150B0C;
}
.BgClassName
{
background-color: #150B0C;
}
</style>
border-color css
<style>
span { border-color: #150B0C; }
span { border-color: rgb(21,11,12); }
td.TdClassName
{
border-color: #150B0C;
}
.TagClassName
{
border-color: #150B0C;
}
</style>