Shades of Rustic Red #231617
Tints of Rustic Red #231617
RGB
CMYK
RGB Variations
Color information
#231617 (or 0x231617) is known color: Rustic Red. HEX triplet: 23, 16 and 17. RGB value is (35,22,23). Sum of RGB (Red+Green+Blue) = 35+22+23=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231617 is #DCE9E8. Grayscale: #1A1A1A. Windows color (decimal): -14477801 or 1512995. OLE color: 1512995.
HSL color Cylindrical-coordinate representation of color #231617: hue angle of 355.38º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #231617 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 22 | 23 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.86 |
| HSL | 355.38º | 0.23% | 0.11% | - |
| HSV(B) | 355.38º | 0.37% | 0.14% | - |
| XYZ | 1.13 | 0.99 | 0.94 | - |
| YUV | 26 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 23 | 0 | 0.37 | 0.34 | 0.86 | 355.38 | 0.23 | 0.11 |
| Hex | 23 | 16 | 17 | 0 | 25 | 22 | 56 | 163 | 17 | B |
| Octal | 43 | 26 | 27 | 0 | 45 | 42 | 126 | 543 | 27 | 13 |
| Binary | 100011 | 10110 | 10111 | 0 | 100101 | 100010 | 1010110 | 101100011 | 10111 | 1011 |
Color Harmonies of #231617
Complementary color
Monochromatic Colors of #231617
Black with #231617
Text Example
Text Example
White with #231617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231617; }
p { color: rgb(35,22,23); }
H1.HeaderClassName
{
color: #231617;
}
.AnyTagClassName
{
color: #231617;
}
</style>
background-color css
<style>
a { background-color: #231617; }
a { background-color: rgb(35,22,23); }
div.DivClassName
{
background-color: #231617;
}
.BgClassName
{
background-color: #231617;
}
</style>
border-color css
<style>
span { border-color: #231617; }
span { border-color: rgb(35,22,23); }
td.TdClassName
{
border-color: #231617;
}
.TagClassName
{
border-color: #231617;
}
</style>