Shades of Rustic Red #151011
Tints of Rustic Red #151011
RGB
CMYK
RGB Variations
Color information
#151011 (or 0x151011) is known color: Rustic Red. HEX triplet: 15, 10 and 11. RGB value is (21,16,17). Sum of RGB (Red+Green+Blue) = 21+16+17=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #151011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151011 is #EAEFEE. Grayscale: #111111. Windows color (decimal): -15396847 or 1118229. OLE color: 1118229.
HSL color Cylindrical-coordinate representation of color #151011: hue angle of 348º 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 #151011 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
RGB | 21 | 16 | 17 | - |
CMYK | 0 | 0.24 | 0.19 | 0.92 |
HSL | 348º | 0.14% | 0.07% | - |
HSV(B) | 348º | 0.24% | 0.08% | - |
XYZ | 0.6 | 0.57 | 0.61 | - |
YUV | 17.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 21 | 16 | 17 | 0 | 0.24 | 0.19 | 0.92 | 348 | 0.14 | 0.07 |
Hex | 15 | 10 | 11 | 0 | 18 | 13 | 5C | 15C | E | 7 |
Octal | 25 | 20 | 21 | 0 | 30 | 23 | 134 | 534 | 16 | 7 |
Binary | 10101 | 10000 | 10001 | 0 | 11000 | 10011 | 1011100 | 101011100 | 1110 | 111 |
Color Harmonies of #151011
Complementary color
Monochromatic Colors of #151011
Black with #151011
Text Example
Text Example
White with #151011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151011; }
p { color: rgb(21,16,17); }
H1.HeaderClassName
{
color: #151011;
}
.AnyTagClassName
{
color: #151011;
}
</style>
background-color css
<style>
a { background-color: #151011; }
a { background-color: rgb(21,16,17); }
div.DivClassName
{
background-color: #151011;
}
.BgClassName
{
background-color: #151011;
}
</style>
border-color css
<style>
span { border-color: #151011; }
span { border-color: rgb(21,16,17); }
td.TdClassName
{
border-color: #151011;
}
.TagClassName
{
border-color: #151011;
}
</style>