Shades of Rustic Red #23070E
Tints of Rustic Red #23070E
RGB
CMYK
RGB Variations
Color information
#23070E (or 0x23070E) is known color: Rustic Red. HEX triplet: 23, 07 and 0E. RGB value is (35,7,14). Sum of RGB (Red+Green+Blue) = 35+7+14=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #23070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23070E is #DCF8F1. Grayscale: #101010. Windows color (decimal): -14481650 or 919331. OLE color: 919331.
HSL color Cylindrical-coordinate representation of color #23070E: hue angle of 345º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23070E is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 7 | 14 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.86 |
| HSL | 345º | 0.67% | 0.08% | - |
| HSV(B) | 345º | 0.8% | 0.14% | - |
| XYZ | 0.85 | 0.54 | 0.48 | - |
| YUV | 16.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 14 | 0 | 0.80 | 0.60 | 0.86 | 345 | 0.67 | 0.08 |
| Hex | 23 | 7 | E | 0 | 50 | 3C | 56 | 159 | 43 | 8 |
| Octal | 43 | 7 | 16 | 0 | 120 | 74 | 126 | 531 | 103 | 10 |
| Binary | 100011 | 111 | 1110 | 0 | 1010000 | 111100 | 1010110 | 101011001 | 1000011 | 1000 |
Color Harmonies of #23070E
Complementary color
Monochromatic Colors of #23070E
Black with #23070E
Text Example
Text Example
White with #23070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23070E; }
p { color: rgb(35,7,14); }
H1.HeaderClassName
{
color: #23070E;
}
.AnyTagClassName
{
color: #23070E;
}
</style>
background-color css
<style>
a { background-color: #23070E; }
a { background-color: rgb(35,7,14); }
div.DivClassName
{
background-color: #23070E;
}
.BgClassName
{
background-color: #23070E;
}
</style>
border-color css
<style>
span { border-color: #23070E; }
span { border-color: rgb(35,7,14); }
td.TdClassName
{
border-color: #23070E;
}
.TagClassName
{
border-color: #23070E;
}
</style>