Shades of Rustic Red #23040B
Tints of Rustic Red #23040B
RGB
CMYK
RGB Variations
Color information
#23040B (or 0x23040B) is known color: Rustic Red. HEX triplet: 23, 04 and 0B. RGB value is (35,4,11). Sum of RGB (Red+Green+Blue) = 35+4+11=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #23040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23040B is #DCFBF4. Grayscale: #0E0E0E. Windows color (decimal): -14482421 or 721955. OLE color: 721955.
HSL color Cylindrical-coordinate representation of color #23040B: hue angle of 346.45º 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 #23040B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 4 | 11 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.86 |
| HSL | 346.45º | 0.79% | 0.08% | - |
| HSV(B) | 346.45º | 0.89% | 0.14% | - |
| XYZ | 0.8 | 0.47 | 0.36 | - |
| YUV | 14.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 11 | 0 | 0.89 | 0.69 | 0.86 | 346.45 | 0.79 | 0.08 |
| Hex | 23 | 4 | B | 0 | 59 | 45 | 56 | 15A | 4F | 8 |
| Octal | 43 | 4 | 13 | 0 | 131 | 105 | 126 | 532 | 117 | 10 |
| Binary | 100011 | 100 | 1011 | 0 | 1011001 | 1000101 | 1010110 | 101011010 | 1001111 | 1000 |
Color Harmonies of #23040B
Complementary color
Monochromatic Colors of #23040B
Black with #23040B
Text Example
Text Example
White with #23040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23040B; }
p { color: rgb(35,4,11); }
H1.HeaderClassName
{
color: #23040B;
}
.AnyTagClassName
{
color: #23040B;
}
</style>
background-color css
<style>
a { background-color: #23040B; }
a { background-color: rgb(35,4,11); }
div.DivClassName
{
background-color: #23040B;
}
.BgClassName
{
background-color: #23040B;
}
</style>
border-color css
<style>
span { border-color: #23040B; }
span { border-color: rgb(35,4,11); }
td.TdClassName
{
border-color: #23040B;
}
.TagClassName
{
border-color: #23040B;
}
</style>