Shades of Rustic Red #230811
Tints of Rustic Red #230811
RGB
CMYK
RGB Variations
Color information
#230811 (or 0x230811) is known color: Rustic Red. HEX triplet: 23, 08 and 11. RGB value is (35,8,17). Sum of RGB (Red+Green+Blue) = 35+8+17=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230811 is #DCF7EE. Grayscale: #111111. Windows color (decimal): -14481391 or 1116195. OLE color: 1116195.
HSL color Cylindrical-coordinate representation of color #230811: hue angle of 340º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230811 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 8 | 17 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.86 |
| HSL | 340º | 0.63% | 0.08% | - |
| HSV(B) | 340º | 0.77% | 0.14% | - |
| XYZ | 0.88 | 0.57 | 0.59 | - |
| YUV | 17.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 17 | 0 | 0.77 | 0.51 | 0.86 | 340 | 0.63 | 0.08 |
| Hex | 23 | 8 | 11 | 0 | 4D | 33 | 56 | 154 | 3F | 8 |
| Octal | 43 | 10 | 21 | 0 | 115 | 63 | 126 | 524 | 77 | 10 |
| Binary | 100011 | 1000 | 10001 | 0 | 1001101 | 110011 | 1010110 | 101010100 | 111111 | 1000 |
Color Harmonies of #230811
Complementary color
Monochromatic Colors of #230811
Black with #230811
Text Example
Text Example
White with #230811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230811; }
p { color: rgb(35,8,17); }
H1.HeaderClassName
{
color: #230811;
}
.AnyTagClassName
{
color: #230811;
}
</style>
background-color css
<style>
a { background-color: #230811; }
a { background-color: rgb(35,8,17); }
div.DivClassName
{
background-color: #230811;
}
.BgClassName
{
background-color: #230811;
}
</style>
border-color css
<style>
span { border-color: #230811; }
span { border-color: rgb(35,8,17); }
td.TdClassName
{
border-color: #230811;
}
.TagClassName
{
border-color: #230811;
}
</style>