Shades of Rustic Red #231516
Tints of Rustic Red #231516
RGB
CMYK
RGB Variations
Color information
#231516 (or 0x231516) is known color: Rustic Red. HEX triplet: 23, 15 and 16. RGB value is (35,21,22). Sum of RGB (Red+Green+Blue) = 35+21+22=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231516 is #DCEAE9. Grayscale: #191919. Windows color (decimal): -14478058 or 1447203. OLE color: 1447203.
HSL color Cylindrical-coordinate representation of color #231516: hue angle of 355.71º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231516 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 21 | 22 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.86 |
| HSL | 355.71º | 0.25% | 0.11% | - |
| HSV(B) | 355.71º | 0.4% | 0.14% | - |
| XYZ | 1.11 | 0.95 | 0.88 | - |
| YUV | 25.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 22 | 0 | 0.40 | 0.37 | 0.86 | 355.71 | 0.25 | 0.11 |
| Hex | 23 | 15 | 16 | 0 | 28 | 25 | 56 | 164 | 19 | B |
| Octal | 43 | 25 | 26 | 0 | 50 | 45 | 126 | 544 | 31 | 13 |
| Binary | 100011 | 10101 | 10110 | 0 | 101000 | 100101 | 1010110 | 101100100 | 11001 | 1011 |
Color Harmonies of #231516
Complementary color
Monochromatic Colors of #231516
Black with #231516
Text Example
Text Example
White with #231516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231516; }
p { color: rgb(35,21,22); }
H1.HeaderClassName
{
color: #231516;
}
.AnyTagClassName
{
color: #231516;
}
</style>
background-color css
<style>
a { background-color: #231516; }
a { background-color: rgb(35,21,22); }
div.DivClassName
{
background-color: #231516;
}
.BgClassName
{
background-color: #231516;
}
</style>
border-color css
<style>
span { border-color: #231516; }
span { border-color: rgb(35,21,22); }
td.TdClassName
{
border-color: #231516;
}
.TagClassName
{
border-color: #231516;
}
</style>