Shades of Rustic Red #15010C
Tints of Rustic Red #15010C
RGB
CMYK
RGB Variations
Color information
#15010C (or 0x15010C) is known color: Rustic Red. HEX triplet: 15, 01 and 0C. RGB value is (21,1,12). Sum of RGB (Red+Green+Blue) = 21+1+12=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #15010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010C is #EAFEF3. Grayscale: #080808. Windows color (decimal): -15400692 or 786709. OLE color: 786709.
HSL color Cylindrical-coordinate representation of color #15010C: hue angle of 327º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15010C is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 1 | 12 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.92 |
| HSL | 327º | 0.91% | 0.04% | - |
| HSV(B) | 327º | 0.95% | 0.08% | - |
| XYZ | 0.39 | 0.21 | 0.37 | - |
| YUV | 8.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 12 | 0 | 0.95 | 0.43 | 0.92 | 327 | 0.91 | 0.04 |
| Hex | 15 | 1 | C | 0 | 5F | 2B | 5C | 147 | 5B | 4 |
| Octal | 25 | 1 | 14 | 0 | 137 | 53 | 134 | 507 | 133 | 4 |
| Binary | 10101 | 1 | 1100 | 0 | 1011111 | 101011 | 1011100 | 101000111 | 1011011 | 100 |
Color Harmonies of #15010C
Complementary color
Monochromatic Colors of #15010C
Black with #15010C
Text Example
Text Example
White with #15010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15010C; }
p { color: rgb(21,1,12); }
H1.HeaderClassName
{
color: #15010C;
}
.AnyTagClassName
{
color: #15010C;
}
</style>
background-color css
<style>
a { background-color: #15010C; }
a { background-color: rgb(21,1,12); }
div.DivClassName
{
background-color: #15010C;
}
.BgClassName
{
background-color: #15010C;
}
</style>
border-color css
<style>
span { border-color: #15010C; }
span { border-color: rgb(21,1,12); }
td.TdClassName
{
border-color: #15010C;
}
.TagClassName
{
border-color: #15010C;
}
</style>