Shades of Rustic Red #15000B
Tints of Rustic Red #15000B
RGB
CMYK
RGB Variations
Color information
#15000B (or 0x15000B) is known color: Rustic Red. HEX triplet: 15, 00 and 0B. RGB value is (21,0,11). Sum of RGB (Red+Green+Blue) = 21+0+11=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #15000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15000B is #EAFFF4. Grayscale: #070707. Windows color (decimal): -15400949 or 720917. OLE color: 720917.
HSL color Cylindrical-coordinate representation of color #15000B: hue angle of 328.57º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15000B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.48 | 0.92 |
| HSL | 328.57º | 1% | 0.04% | - |
| HSV(B) | 328.57º | 1% | 0.08% | - |
| XYZ | 0.37 | 0.18 | 0.33 | - |
| YUV | 7.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 11 | 0 | 1 | 0.48 | 0.92 | 328.57 | 1 | 0.04 |
| Hex | 15 | 0 | B | 0 | 64 | 30 | 5C | 149 | 64 | 4 |
| Octal | 25 | 0 | 13 | 0 | 144 | 60 | 134 | 511 | 144 | 4 |
| Binary | 10101 | 0 | 1011 | 0 | 1100100 | 110000 | 1011100 | 101001001 | 1100100 | 100 |
Color Harmonies of #15000B
Complementary color
Monochromatic Colors of #15000B
Black with #15000B
Text Example
Text Example
White with #15000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15000B; }
p { color: rgb(21,0,11); }
H1.HeaderClassName
{
color: #15000B;
}
.AnyTagClassName
{
color: #15000B;
}
</style>
background-color css
<style>
a { background-color: #15000B; }
a { background-color: rgb(21,0,11); }
div.DivClassName
{
background-color: #15000B;
}
.BgClassName
{
background-color: #15000B;
}
</style>
border-color css
<style>
span { border-color: #15000B; }
span { border-color: rgb(21,0,11); }
td.TdClassName
{
border-color: #15000B;
}
.TagClassName
{
border-color: #15000B;
}
</style>