Shades of Rustic Red #230211
Tints of Rustic Red #230211
RGB
CMYK
RGB Variations
Color information
#230211 (or 0x230211) is known color: Rustic Red. HEX triplet: 23, 02 and 11. RGB value is (35,2,17). Sum of RGB (Red+Green+Blue) = 35+2+17=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #230211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230211 is #DCFDEE. Grayscale: #0D0D0D. Windows color (decimal): -14482927 or 1114659. OLE color: 1114659.
HSL color Cylindrical-coordinate representation of color #230211: hue angle of 332.73º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230211 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 17 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.86 |
| HSL | 332.73º | 0.89% | 0.07% | - |
| HSV(B) | 332.73º | 0.94% | 0.14% | - |
| XYZ | 0.82 | 0.44 | 0.57 | - |
| YUV | 13.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 17 | 0 | 0.94 | 0.51 | 0.86 | 332.73 | 0.89 | 0.07 |
| Hex | 23 | 2 | 11 | 0 | 5E | 33 | 56 | 14D | 59 | 7 |
| Octal | 43 | 2 | 21 | 0 | 136 | 63 | 126 | 515 | 131 | 7 |
| Binary | 100011 | 10 | 10001 | 0 | 1011110 | 110011 | 1010110 | 101001101 | 1011001 | 111 |
Color Harmonies of #230211
Complementary color
Monochromatic Colors of #230211
Black with #230211
Text Example
Text Example
White with #230211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230211; }
p { color: rgb(35,2,17); }
H1.HeaderClassName
{
color: #230211;
}
.AnyTagClassName
{
color: #230211;
}
</style>
background-color css
<style>
a { background-color: #230211; }
a { background-color: rgb(35,2,17); }
div.DivClassName
{
background-color: #230211;
}
.BgClassName
{
background-color: #230211;
}
</style>
border-color css
<style>
span { border-color: #230211; }
span { border-color: rgb(35,2,17); }
td.TdClassName
{
border-color: #230211;
}
.TagClassName
{
border-color: #230211;
}
</style>