Shades of Rustic Red #23070A
Tints of Rustic Red #23070A
RGB
CMYK
RGB Variations
Color information
#23070A (or 0x23070A) is known color: Rustic Red. HEX triplet: 23, 07 and 0A. RGB value is (35,7,10). Sum of RGB (Red+Green+Blue) = 35+7+10=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #23070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23070A is #DCF8F5. Grayscale: #0F0F0F. Windows color (decimal): -14481654 or 657187. OLE color: 657187.
HSL color Cylindrical-coordinate representation of color #23070A: hue angle of 353.57º 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 #23070A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 7 | 10 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.86 |
| HSL | 353.57º | 0.67% | 0.08% | - |
| HSV(B) | 353.57º | 0.8% | 0.14% | - |
| XYZ | 0.82 | 0.53 | 0.35 | - |
| YUV | 15.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 10 | 0 | 0.80 | 0.71 | 0.86 | 353.57 | 0.67 | 0.08 |
| Hex | 23 | 7 | A | 0 | 50 | 47 | 56 | 162 | 43 | 8 |
| Octal | 43 | 7 | 12 | 0 | 120 | 107 | 126 | 542 | 103 | 10 |
| Binary | 100011 | 111 | 1010 | 0 | 1010000 | 1000111 | 1010110 | 101100010 | 1000011 | 1000 |
Color Harmonies of #23070A
Complementary color
Monochromatic Colors of #23070A
Black with #23070A
Text Example
Text Example
White with #23070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23070A; }
p { color: rgb(35,7,10); }
H1.HeaderClassName
{
color: #23070A;
}
.AnyTagClassName
{
color: #23070A;
}
</style>
background-color css
<style>
a { background-color: #23070A; }
a { background-color: rgb(35,7,10); }
div.DivClassName
{
background-color: #23070A;
}
.BgClassName
{
background-color: #23070A;
}
</style>
border-color css
<style>
span { border-color: #23070A; }
span { border-color: rgb(35,7,10); }
td.TdClassName
{
border-color: #23070A;
}
.TagClassName
{
border-color: #23070A;
}
</style>