Shades of Rustic Red #23050E
Tints of Rustic Red #23050E
RGB
CMYK
RGB Variations
Color information
#23050E (or 0x23050E) is known color: Rustic Red. HEX triplet: 23, 05 and 0E. RGB value is (35,5,14). Sum of RGB (Red+Green+Blue) = 35+5+14=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #23050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23050E is #DCFAF1. Grayscale: #0E0E0E. Windows color (decimal): -14482162 or 918819. OLE color: 918819.
HSL color Cylindrical-coordinate representation of color #23050E: hue angle of 342º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23050E is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 14 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.86 |
| HSL | 342º | 0.75% | 0.08% | - |
| HSV(B) | 342º | 0.86% | 0.14% | - |
| XYZ | 0.83 | 0.5 | 0.47 | - |
| YUV | 15 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 14 | 0 | 0.86 | 0.60 | 0.86 | 342 | 0.75 | 0.08 |
| Hex | 23 | 5 | E | 0 | 56 | 3C | 56 | 156 | 4B | 8 |
| Octal | 43 | 5 | 16 | 0 | 126 | 74 | 126 | 526 | 113 | 10 |
| Binary | 100011 | 101 | 1110 | 0 | 1010110 | 111100 | 1010110 | 101010110 | 1001011 | 1000 |
Color Harmonies of #23050E
Complementary color
Monochromatic Colors of #23050E
Black with #23050E
Text Example
Text Example
White with #23050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23050E; }
p { color: rgb(35,5,14); }
H1.HeaderClassName
{
color: #23050E;
}
.AnyTagClassName
{
color: #23050E;
}
</style>
background-color css
<style>
a { background-color: #23050E; }
a { background-color: rgb(35,5,14); }
div.DivClassName
{
background-color: #23050E;
}
.BgClassName
{
background-color: #23050E;
}
</style>
border-color css
<style>
span { border-color: #23050E; }
span { border-color: rgb(35,5,14); }
td.TdClassName
{
border-color: #23050E;
}
.TagClassName
{
border-color: #23050E;
}
</style>