Shades of Rustic Red #151012
Tints of Rustic Red #151012
RGB
CMYK
RGB Variations
Color information
#151012 (or 0x151012) is known color: Rustic Red. HEX triplet: 15, 10 and 12. RGB value is (21,16,18). Sum of RGB (Red+Green+Blue) = 21+16+18=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #151012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151012 is #EAEFED. Grayscale: #111111. Windows color (decimal): -15396846 or 1183765. OLE color: 1183765.
HSL color Cylindrical-coordinate representation of color #151012: hue angle of 336º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #151012 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
RGB | 21 | 16 | 18 | - |
CMYK | 0 | 0.24 | 0.14 | 0.92 |
HSL | 336º | 0.14% | 0.07% | - |
HSV(B) | 336º | 0.24% | 0.08% | - |
XYZ | 0.6 | 0.57 | 0.65 | - |
YUV | 17.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 21 | 16 | 18 | 0 | 0.24 | 0.14 | 0.92 | 336 | 0.14 | 0.07 |
Hex | 15 | 10 | 12 | 0 | 18 | E | 5C | 150 | E | 7 |
Octal | 25 | 20 | 22 | 0 | 30 | 16 | 134 | 520 | 16 | 7 |
Binary | 10101 | 10000 | 10010 | 0 | 11000 | 1110 | 1011100 | 101010000 | 1110 | 111 |
Color Harmonies of #151012
Complementary color
Monochromatic Colors of #151012
Black with #151012
Text Example
Text Example
White with #151012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151012; }
p { color: rgb(21,16,18); }
H1.HeaderClassName
{
color: #151012;
}
.AnyTagClassName
{
color: #151012;
}
</style>
background-color css
<style>
a { background-color: #151012; }
a { background-color: rgb(21,16,18); }
div.DivClassName
{
background-color: #151012;
}
.BgClassName
{
background-color: #151012;
}
</style>
border-color css
<style>
span { border-color: #151012; }
span { border-color: rgb(21,16,18); }
td.TdClassName
{
border-color: #151012;
}
.TagClassName
{
border-color: #151012;
}
</style>