Shades of Rustic Red #231718
Tints of Rustic Red #231718
RGB
CMYK
RGB Variations
Color information
#231718 (or 0x231718) is known color: Rustic Red. HEX triplet: 23, 17 and 18. RGB value is (35,23,24). Sum of RGB (Red+Green+Blue) = 35+23+24=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #231718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231718 is #DCE8E7. Grayscale: #1A1A1A. Windows color (decimal): -14477544 or 1578787. OLE color: 1578787.
HSL color Cylindrical-coordinate representation of color #231718: hue angle of 355º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #231718 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 23 | 24 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.86 |
| HSL | 355º | 0.21% | 0.11% | - |
| HSV(B) | 355º | 0.34% | 0.14% | - |
| XYZ | 1.16 | 1.04 | 1 | - |
| YUV | 26.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 24 | 0 | 0.34 | 0.31 | 0.86 | 355 | 0.21 | 0.11 |
| Hex | 23 | 17 | 18 | 0 | 22 | 1F | 56 | 163 | 15 | B |
| Octal | 43 | 27 | 30 | 0 | 42 | 37 | 126 | 543 | 25 | 13 |
| Binary | 100011 | 10111 | 11000 | 0 | 100010 | 11111 | 1010110 | 101100011 | 10101 | 1011 |
Color Harmonies of #231718
Complementary color
Monochromatic Colors of #231718
Black with #231718
Text Example
Text Example
White with #231718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231718; }
p { color: rgb(35,23,24); }
H1.HeaderClassName
{
color: #231718;
}
.AnyTagClassName
{
color: #231718;
}
</style>
background-color css
<style>
a { background-color: #231718; }
a { background-color: rgb(35,23,24); }
div.DivClassName
{
background-color: #231718;
}
.BgClassName
{
background-color: #231718;
}
</style>
border-color css
<style>
span { border-color: #231718; }
span { border-color: rgb(35,23,24); }
td.TdClassName
{
border-color: #231718;
}
.TagClassName
{
border-color: #231718;
}
</style>