Shades of Rustic Red #231517
Tints of Rustic Red #231517
RGB
CMYK
RGB Variations
Color information
#231517 (or 0x231517) is known color: Rustic Red. HEX triplet: 23, 15 and 17. RGB value is (35,21,23). Sum of RGB (Red+Green+Blue) = 35+21+23=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231517 is #DCEAE8. Grayscale: #191919. Windows color (decimal): -14478057 or 1512739. OLE color: 1512739.
HSL color Cylindrical-coordinate representation of color #231517: hue angle of 351.43º 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 #231517 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 21 | 23 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.86 |
| HSL | 351.43º | 0.25% | 0.11% | - |
| HSV(B) | 351.43º | 0.4% | 0.14% | - |
| XYZ | 1.12 | 0.96 | 0.94 | - |
| YUV | 25.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 23 | 0 | 0.40 | 0.34 | 0.86 | 351.43 | 0.25 | 0.11 |
| Hex | 23 | 15 | 17 | 0 | 28 | 22 | 56 | 15F | 19 | B |
| Octal | 43 | 25 | 27 | 0 | 50 | 42 | 126 | 537 | 31 | 13 |
| Binary | 100011 | 10101 | 10111 | 0 | 101000 | 100010 | 1010110 | 101011111 | 11001 | 1011 |
Color Harmonies of #231517
Complementary color
Monochromatic Colors of #231517
Black with #231517
Text Example
Text Example
White with #231517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231517; }
p { color: rgb(35,21,23); }
H1.HeaderClassName
{
color: #231517;
}
.AnyTagClassName
{
color: #231517;
}
</style>
background-color css
<style>
a { background-color: #231517; }
a { background-color: rgb(35,21,23); }
div.DivClassName
{
background-color: #231517;
}
.BgClassName
{
background-color: #231517;
}
</style>
border-color css
<style>
span { border-color: #231517; }
span { border-color: rgb(35,21,23); }
td.TdClassName
{
border-color: #231517;
}
.TagClassName
{
border-color: #231517;
}
</style>