Shades of Rustic Red #23040E
Tints of Rustic Red #23040E
RGB
CMYK
RGB Variations
Color information
#23040E (or 0x23040E) is known color: Rustic Red. HEX triplet: 23, 04 and 0E. RGB value is (35,4,14). Sum of RGB (Red+Green+Blue) = 35+4+14=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #23040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23040E is #DCFBF1. Grayscale: #0E0E0E. Windows color (decimal): -14482418 or 918563. OLE color: 918563.
HSL color Cylindrical-coordinate representation of color #23040E: hue angle of 340.65º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23040E is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 4 | 14 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.86 |
| HSL | 340.65º | 0.79% | 0.08% | - |
| HSV(B) | 340.65º | 0.89% | 0.14% | - |
| XYZ | 0.82 | 0.48 | 0.46 | - |
| YUV | 14.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 14 | 0 | 0.89 | 0.60 | 0.86 | 340.65 | 0.79 | 0.08 |
| Hex | 23 | 4 | E | 0 | 59 | 3C | 56 | 155 | 4F | 8 |
| Octal | 43 | 4 | 16 | 0 | 131 | 74 | 126 | 525 | 117 | 10 |
| Binary | 100011 | 100 | 1110 | 0 | 1011001 | 111100 | 1010110 | 101010101 | 1001111 | 1000 |
Color Harmonies of #23040E
Complementary color
Monochromatic Colors of #23040E
Black with #23040E
Text Example
Text Example
White with #23040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23040E; }
p { color: rgb(35,4,14); }
H1.HeaderClassName
{
color: #23040E;
}
.AnyTagClassName
{
color: #23040E;
}
</style>
background-color css
<style>
a { background-color: #23040E; }
a { background-color: rgb(35,4,14); }
div.DivClassName
{
background-color: #23040E;
}
.BgClassName
{
background-color: #23040E;
}
</style>
border-color css
<style>
span { border-color: #23040E; }
span { border-color: rgb(35,4,14); }
td.TdClassName
{
border-color: #23040E;
}
.TagClassName
{
border-color: #23040E;
}
</style>