Shades of Rustic Red #230E0F
Tints of Rustic Red #230E0F
RGB
CMYK
RGB Variations
Color information
#230E0F (or 0x230E0F) is known color: Rustic Red. HEX triplet: 23, 0E and 0F. RGB value is (35,14,15). Sum of RGB (Red+Green+Blue) = 35+14+15=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E0F is #DCF1F0. Grayscale: #141414. Windows color (decimal): -14479857 or 986659. OLE color: 986659.
HSL color Cylindrical-coordinate representation of color #230E0F: hue angle of 357.14º 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 #230E0F is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 14 | 15 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.86 |
| HSL | 357.14º | 0.43% | 0.1% | - |
| HSV(B) | 357.14º | 0.6% | 0.14% | - |
| XYZ | 0.94 | 0.71 | 0.54 | - |
| YUV | 20.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 15 | 0 | 0.60 | 0.57 | 0.86 | 357.14 | 0.43 | 0.1 |
| Hex | 23 | E | F | 0 | 3C | 39 | 56 | 165 | 2B | A |
| Octal | 43 | 16 | 17 | 0 | 74 | 71 | 126 | 545 | 53 | 12 |
| Binary | 100011 | 1110 | 1111 | 0 | 111100 | 111001 | 1010110 | 101100101 | 101011 | 1010 |
Color Harmonies of #230E0F
Complementary color
Monochromatic Colors of #230E0F
Black with #230E0F
Text Example
Text Example
White with #230E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E0F; }
p { color: rgb(35,14,15); }
H1.HeaderClassName
{
color: #230E0F;
}
.AnyTagClassName
{
color: #230E0F;
}
</style>
background-color css
<style>
a { background-color: #230E0F; }
a { background-color: rgb(35,14,15); }
div.DivClassName
{
background-color: #230E0F;
}
.BgClassName
{
background-color: #230E0F;
}
</style>
border-color css
<style>
span { border-color: #230E0F; }
span { border-color: rgb(35,14,15); }
td.TdClassName
{
border-color: #230E0F;
}
.TagClassName
{
border-color: #230E0F;
}
</style>