Shades of Rustic Red #150B0D
Tints of Rustic Red #150B0D
RGB
CMYK
RGB Variations
Color information
#150B0D (or 0x150B0D) is known color: Rustic Red. HEX triplet: 15, 0B and 0D. RGB value is (21,11,13). Sum of RGB (Red+Green+Blue) = 21+11+13=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B0D is #EAF4F2. Grayscale: #0E0E0E. Windows color (decimal): -15398131 or 854805. OLE color: 854805.
HSL color Cylindrical-coordinate representation of color #150B0D: hue angle of 348º 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 #150B0D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 11 | 13 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.92 |
| HSL | 348º | 0.31% | 0.06% | - |
| HSV(B) | 348º | 0.48% | 0.08% | - |
| XYZ | 0.5 | 0.43 | 0.44 | - |
| YUV | 14.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 13 | 0 | 0.48 | 0.38 | 0.92 | 348 | 0.31 | 0.06 |
| Hex | 15 | B | D | 0 | 30 | 26 | 5C | 15C | 1F | 6 |
| Octal | 25 | 13 | 15 | 0 | 60 | 46 | 134 | 534 | 37 | 6 |
| Binary | 10101 | 1011 | 1101 | 0 | 110000 | 100110 | 1011100 | 101011100 | 11111 | 110 |
Color Harmonies of #150B0D
Complementary color
Monochromatic Colors of #150B0D
Black with #150B0D
Text Example
Text Example
White with #150B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B0D; }
p { color: rgb(21,11,13); }
H1.HeaderClassName
{
color: #150B0D;
}
.AnyTagClassName
{
color: #150B0D;
}
</style>
background-color css
<style>
a { background-color: #150B0D; }
a { background-color: rgb(21,11,13); }
div.DivClassName
{
background-color: #150B0D;
}
.BgClassName
{
background-color: #150B0D;
}
</style>
border-color css
<style>
span { border-color: #150B0D; }
span { border-color: rgb(21,11,13); }
td.TdClassName
{
border-color: #150B0D;
}
.TagClassName
{
border-color: #150B0D;
}
</style>