Shades of Rustic Red #230F11
Tints of Rustic Red #230F11
RGB
CMYK
RGB Variations
Color information
#230F11 (or 0x230F11) is known color: Rustic Red. HEX triplet: 23, 0F and 11. RGB value is (35,15,17). Sum of RGB (Red+Green+Blue) = 35+15+17=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F11 is #DCF0EE. Grayscale: #151515. Windows color (decimal): -14479599 or 1117987. OLE color: 1117987.
HSL color Cylindrical-coordinate representation of color #230F11: hue angle of 354º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F11 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 15 | 17 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.86 |
| HSL | 354º | 0.4% | 0.1% | - |
| HSV(B) | 354º | 0.57% | 0.14% | - |
| XYZ | 0.97 | 0.74 | 0.62 | - |
| YUV | 21.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 17 | 0 | 0.57 | 0.51 | 0.86 | 354 | 0.4 | 0.1 |
| Hex | 23 | F | 11 | 0 | 39 | 33 | 56 | 162 | 28 | A |
| Octal | 43 | 17 | 21 | 0 | 71 | 63 | 126 | 542 | 50 | 12 |
| Binary | 100011 | 1111 | 10001 | 0 | 111001 | 110011 | 1010110 | 101100010 | 101000 | 1010 |
Color Harmonies of #230F11
Complementary color
Monochromatic Colors of #230F11
Black with #230F11
Text Example
Text Example
White with #230F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F11; }
p { color: rgb(35,15,17); }
H1.HeaderClassName
{
color: #230F11;
}
.AnyTagClassName
{
color: #230F11;
}
</style>
background-color css
<style>
a { background-color: #230F11; }
a { background-color: rgb(35,15,17); }
div.DivClassName
{
background-color: #230F11;
}
.BgClassName
{
background-color: #230F11;
}
</style>
border-color css
<style>
span { border-color: #230F11; }
span { border-color: rgb(35,15,17); }
td.TdClassName
{
border-color: #230F11;
}
.TagClassName
{
border-color: #230F11;
}
</style>