Shades of Rustic Red #23070C
Tints of Rustic Red #23070C
RGB
CMYK
RGB Variations
Color information
#23070C (or 0x23070C) is known color: Rustic Red. HEX triplet: 23, 07 and 0C. RGB value is (35,7,12). Sum of RGB (Red+Green+Blue) = 35+7+12=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #23070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23070C is #DCF8F3. Grayscale: #0F0F0F. Windows color (decimal): -14481652 or 788259. OLE color: 788259.
HSL color Cylindrical-coordinate representation of color #23070C: hue angle of 349.29º 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 #23070C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 7 | 12 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.86 |
| HSL | 349.29º | 0.67% | 0.08% | - |
| HSV(B) | 349.29º | 0.8% | 0.14% | - |
| XYZ | 0.84 | 0.54 | 0.41 | - |
| YUV | 15.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 12 | 0 | 0.80 | 0.66 | 0.86 | 349.29 | 0.67 | 0.08 |
| Hex | 23 | 7 | C | 0 | 50 | 42 | 56 | 15D | 43 | 8 |
| Octal | 43 | 7 | 14 | 0 | 120 | 102 | 126 | 535 | 103 | 10 |
| Binary | 100011 | 111 | 1100 | 0 | 1010000 | 1000010 | 1010110 | 101011101 | 1000011 | 1000 |
Color Harmonies of #23070C
Complementary color
Monochromatic Colors of #23070C
Black with #23070C
Text Example
Text Example
White with #23070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23070C; }
p { color: rgb(35,7,12); }
H1.HeaderClassName
{
color: #23070C;
}
.AnyTagClassName
{
color: #23070C;
}
</style>
background-color css
<style>
a { background-color: #23070C; }
a { background-color: rgb(35,7,12); }
div.DivClassName
{
background-color: #23070C;
}
.BgClassName
{
background-color: #23070C;
}
</style>
border-color css
<style>
span { border-color: #23070C; }
span { border-color: rgb(35,7,12); }
td.TdClassName
{
border-color: #23070C;
}
.TagClassName
{
border-color: #23070C;
}
</style>