Shades of Rustic Red #231316
Tints of Rustic Red #231316
RGB
CMYK
RGB Variations
Color information
#231316 (or 0x231316) is known color: Rustic Red. HEX triplet: 23, 13 and 16. RGB value is (35,19,22). Sum of RGB (Red+Green+Blue) = 35+19+22=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231316 is #DCECE9. Grayscale: #181818. Windows color (decimal): -14478570 or 1446691. OLE color: 1446691.
HSL color Cylindrical-coordinate representation of color #231316: hue angle of 348.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231316 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 19 | 22 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.86 |
| HSL | 348.75º | 0.3% | 0.11% | - |
| HSV(B) | 348.75º | 0.46% | 0.14% | - |
| XYZ | 1.07 | 0.88 | 0.87 | - |
| YUV | 24.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 22 | 0 | 0.46 | 0.37 | 0.86 | 348.75 | 0.3 | 0.11 |
| Hex | 23 | 13 | 16 | 0 | 2E | 25 | 56 | 15D | 1E | B |
| Octal | 43 | 23 | 26 | 0 | 56 | 45 | 126 | 535 | 36 | 13 |
| Binary | 100011 | 10011 | 10110 | 0 | 101110 | 100101 | 1010110 | 101011101 | 11110 | 1011 |
Color Harmonies of #231316
Complementary color
Monochromatic Colors of #231316
Black with #231316
Text Example
Text Example
White with #231316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231316; }
p { color: rgb(35,19,22); }
H1.HeaderClassName
{
color: #231316;
}
.AnyTagClassName
{
color: #231316;
}
</style>
background-color css
<style>
a { background-color: #231316; }
a { background-color: rgb(35,19,22); }
div.DivClassName
{
background-color: #231316;
}
.BgClassName
{
background-color: #231316;
}
</style>
border-color css
<style>
span { border-color: #231316; }
span { border-color: rgb(35,19,22); }
td.TdClassName
{
border-color: #231316;
}
.TagClassName
{
border-color: #231316;
}
</style>