Shades of Rustic Red #150A0B
Tints of Rustic Red #150A0B
RGB
CMYK
RGB Variations
Color information
#150A0B (or 0x150A0B) is known color: Rustic Red. HEX triplet: 15, 0A and 0B. RGB value is (21,10,11). Sum of RGB (Red+Green+Blue) = 21+10+11=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A0B is #EAF5F4. Grayscale: #0D0D0D. Windows color (decimal): -15398389 or 723477. OLE color: 723477.
HSL color Cylindrical-coordinate representation of color #150A0B: hue angle of 354.55º 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 #150A0B is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 11 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.92 |
| HSL | 354.55º | 0.35% | 0.06% | - |
| HSV(B) | 354.55º | 0.52% | 0.08% | - |
| XYZ | 0.48 | 0.4 | 0.37 | - |
| YUV | 13.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 11 | 0 | 0.52 | 0.48 | 0.92 | 354.55 | 0.35 | 0.06 |
| Hex | 15 | A | B | 0 | 34 | 30 | 5C | 163 | 23 | 6 |
| Octal | 25 | 12 | 13 | 0 | 64 | 60 | 134 | 543 | 43 | 6 |
| Binary | 10101 | 1010 | 1011 | 0 | 110100 | 110000 | 1011100 | 101100011 | 100011 | 110 |
Color Harmonies of #150A0B
Complementary color
Monochromatic Colors of #150A0B
Black with #150A0B
Text Example
Text Example
White with #150A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A0B; }
p { color: rgb(21,10,11); }
H1.HeaderClassName
{
color: #150A0B;
}
.AnyTagClassName
{
color: #150A0B;
}
</style>
background-color css
<style>
a { background-color: #150A0B; }
a { background-color: rgb(21,10,11); }
div.DivClassName
{
background-color: #150A0B;
}
.BgClassName
{
background-color: #150A0B;
}
</style>
border-color css
<style>
span { border-color: #150A0B; }
span { border-color: rgb(21,10,11); }
td.TdClassName
{
border-color: #150A0B;
}
.TagClassName
{
border-color: #150A0B;
}
</style>