Shades of Rustic Red #230206
Tints of Rustic Red #230206
RGB
CMYK
RGB Variations
Color information
#230206 (or 0x230206) is known color: Rustic Red. HEX triplet: 23, 02 and 06. RGB value is (35,2,6). Sum of RGB (Red+Green+Blue) = 35+2+6=43 (5% of max value = 765). Red value is 35 (14.06% from 255 or 81.40% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 35 - color contains mainly: red. Hex color #230206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230206 is #DCFDF9. Grayscale: #0C0C0C. Windows color (decimal): -14482938 or 393763. OLE color: 393763.
HSL color Cylindrical-coordinate representation of color #230206: hue angle of 352.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 #230206 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 6 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.86 |
| HSL | 352.73º | 0.89% | 0.07% | - |
| HSV(B) | 352.73º | 0.94% | 0.14% | - |
| XYZ | 0.75 | 0.41 | 0.21 | - |
| YUV | 12.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 6 | 0 | 0.94 | 0.83 | 0.86 | 352.73 | 0.89 | 0.07 |
| Hex | 23 | 2 | 6 | 0 | 5E | 53 | 56 | 161 | 59 | 7 |
| Octal | 43 | 2 | 6 | 0 | 136 | 123 | 126 | 541 | 131 | 7 |
| Binary | 100011 | 10 | 110 | 0 | 1011110 | 1010011 | 1010110 | 101100001 | 1011001 | 111 |
Color Harmonies of #230206
Complementary color
Monochromatic Colors of #230206
Black with #230206
Text Example
Text Example
White with #230206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230206; }
p { color: rgb(35,2,6); }
H1.HeaderClassName
{
color: #230206;
}
.AnyTagClassName
{
color: #230206;
}
</style>
background-color css
<style>
a { background-color: #230206; }
a { background-color: rgb(35,2,6); }
div.DivClassName
{
background-color: #230206;
}
.BgClassName
{
background-color: #230206;
}
</style>
border-color css
<style>
span { border-color: #230206; }
span { border-color: rgb(35,2,6); }
td.TdClassName
{
border-color: #230206;
}
.TagClassName
{
border-color: #230206;
}
</style>