Shades of Rustic Red #230E12
Tints of Rustic Red #230E12
RGB
CMYK
RGB Variations
Color information
#230E12 (or 0x230E12) is known color: Rustic Red. HEX triplet: 23, 0E and 12. RGB value is (35,14,18). Sum of RGB (Red+Green+Blue) = 35+14+18=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E12 is #DCF1ED. Grayscale: #141414. Windows color (decimal): -14479854 or 1183267. OLE color: 1183267.
HSL color Cylindrical-coordinate representation of color #230E12: hue angle of 348.57º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #230E12 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 14 | 18 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.86 |
| HSL | 348.57º | 0.43% | 0.1% | - |
| HSV(B) | 348.57º | 0.6% | 0.14% | - |
| XYZ | 0.96 | 0.72 | 0.66 | - |
| YUV | 20.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 18 | 0 | 0.60 | 0.49 | 0.86 | 348.57 | 0.43 | 0.1 |
| Hex | 23 | E | 12 | 0 | 3C | 31 | 56 | 15D | 2B | A |
| Octal | 43 | 16 | 22 | 0 | 74 | 61 | 126 | 535 | 53 | 12 |
| Binary | 100011 | 1110 | 10010 | 0 | 111100 | 110001 | 1010110 | 101011101 | 101011 | 1010 |
Color Harmonies of #230E12
Complementary color
Monochromatic Colors of #230E12
Black with #230E12
Text Example
Text Example
White with #230E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E12; }
p { color: rgb(35,14,18); }
H1.HeaderClassName
{
color: #230E12;
}
.AnyTagClassName
{
color: #230E12;
}
</style>
background-color css
<style>
a { background-color: #230E12; }
a { background-color: rgb(35,14,18); }
div.DivClassName
{
background-color: #230E12;
}
.BgClassName
{
background-color: #230E12;
}
</style>
border-color css
<style>
span { border-color: #230E12; }
span { border-color: rgb(35,14,18); }
td.TdClassName
{
border-color: #230E12;
}
.TagClassName
{
border-color: #230E12;
}
</style>