Shades of Rustic Red #231619
Tints of Rustic Red #231619
RGB
CMYK
RGB Variations
Color information
#231619 (or 0x231619) is known color: Rustic Red. HEX triplet: 23, 16 and 19. RGB value is (35,22,25). Sum of RGB (Red+Green+Blue) = 35+22+25=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #231619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231619 is #DCE9E6. Grayscale: #1A1A1A. Windows color (decimal): -14477799 or 1644067. OLE color: 1644067.
HSL color Cylindrical-coordinate representation of color #231619: hue angle of 346.15º 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 #231619 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 22 | 25 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.86 |
| HSL | 346.15º | 0.23% | 0.11% | - |
| HSV(B) | 346.15º | 0.37% | 0.14% | - |
| XYZ | 1.16 | 1 | 1.05 | - |
| YUV | 26.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 25 | 0 | 0.37 | 0.29 | 0.86 | 346.15 | 0.23 | 0.11 |
| Hex | 23 | 16 | 19 | 0 | 25 | 1D | 56 | 15A | 17 | B |
| Octal | 43 | 26 | 31 | 0 | 45 | 35 | 126 | 532 | 27 | 13 |
| Binary | 100011 | 10110 | 11001 | 0 | 100101 | 11101 | 1010110 | 101011010 | 10111 | 1011 |
Color Harmonies of #231619
Complementary color
Monochromatic Colors of #231619
Black with #231619
Text Example
Text Example
White with #231619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231619; }
p { color: rgb(35,22,25); }
H1.HeaderClassName
{
color: #231619;
}
.AnyTagClassName
{
color: #231619;
}
</style>
background-color css
<style>
a { background-color: #231619; }
a { background-color: rgb(35,22,25); }
div.DivClassName
{
background-color: #231619;
}
.BgClassName
{
background-color: #231619;
}
</style>
border-color css
<style>
span { border-color: #231619; }
span { border-color: rgb(35,22,25); }
td.TdClassName
{
border-color: #231619;
}
.TagClassName
{
border-color: #231619;
}
</style>