Shades of Rustic Red #231112
Tints of Rustic Red #231112
RGB
CMYK
RGB Variations
Color information
#231112 (or 0x231112) is known color: Rustic Red. HEX triplet: 23, 11 and 12. RGB value is (35,17,18). Sum of RGB (Red+Green+Blue) = 35+17+18=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231112 is #DCEEED. Grayscale: #161616. Windows color (decimal): -14479086 or 1184035. OLE color: 1184035.
HSL color Cylindrical-coordinate representation of color #231112: hue angle of 356.67º 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 #231112 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 17 | 18 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.86 |
| HSL | 356.67º | 0.35% | 0.1% | - |
| HSV(B) | 356.67º | 0.51% | 0.14% | - |
| XYZ | 1 | 0.8 | 0.67 | - |
| YUV | 22.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 18 | 0 | 0.51 | 0.49 | 0.86 | 356.67 | 0.35 | 0.1 |
| Hex | 23 | 11 | 12 | 0 | 33 | 31 | 56 | 165 | 23 | A |
| Octal | 43 | 21 | 22 | 0 | 63 | 61 | 126 | 545 | 43 | 12 |
| Binary | 100011 | 10001 | 10010 | 0 | 110011 | 110001 | 1010110 | 101100101 | 100011 | 1010 |
Color Harmonies of #231112
Complementary color
Monochromatic Colors of #231112
Black with #231112
Text Example
Text Example
White with #231112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231112; }
p { color: rgb(35,17,18); }
H1.HeaderClassName
{
color: #231112;
}
.AnyTagClassName
{
color: #231112;
}
</style>
background-color css
<style>
a { background-color: #231112; }
a { background-color: rgb(35,17,18); }
div.DivClassName
{
background-color: #231112;
}
.BgClassName
{
background-color: #231112;
}
</style>
border-color css
<style>
span { border-color: #231112; }
span { border-color: rgb(35,17,18); }
td.TdClassName
{
border-color: #231112;
}
.TagClassName
{
border-color: #231112;
}
</style>