Shades of Rustic Red #231113
Tints of Rustic Red #231113
RGB
CMYK
RGB Variations
Color information
#231113 (or 0x231113) is known color: Rustic Red. HEX triplet: 23, 11 and 13. RGB value is (35,17,19). Sum of RGB (Red+Green+Blue) = 35+17+19=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231113 is #DCEEEC. Grayscale: #161616. Windows color (decimal): -14479085 or 1249571. OLE color: 1249571.
HSL color Cylindrical-coordinate representation of color #231113: hue angle of 353.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231113 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 17 | 19 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.86 |
| HSL | 353.33º | 0.35% | 0.1% | - |
| HSV(B) | 353.33º | 0.51% | 0.14% | - |
| XYZ | 1.01 | 0.81 | 0.72 | - |
| YUV | 22.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 19 | 0 | 0.51 | 0.46 | 0.86 | 353.33 | 0.35 | 0.1 |
| Hex | 23 | 11 | 13 | 0 | 33 | 2E | 56 | 161 | 23 | A |
| Octal | 43 | 21 | 23 | 0 | 63 | 56 | 126 | 541 | 43 | 12 |
| Binary | 100011 | 10001 | 10011 | 0 | 110011 | 101110 | 1010110 | 101100001 | 100011 | 1010 |
Color Harmonies of #231113
Complementary color
Monochromatic Colors of #231113
Black with #231113
Text Example
Text Example
White with #231113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231113; }
p { color: rgb(35,17,19); }
H1.HeaderClassName
{
color: #231113;
}
.AnyTagClassName
{
color: #231113;
}
</style>
background-color css
<style>
a { background-color: #231113; }
a { background-color: rgb(35,17,19); }
div.DivClassName
{
background-color: #231113;
}
.BgClassName
{
background-color: #231113;
}
</style>
border-color css
<style>
span { border-color: #231113; }
span { border-color: rgb(35,17,19); }
td.TdClassName
{
border-color: #231113;
}
.TagClassName
{
border-color: #231113;
}
</style>