Shades of Rustic Red #23060D
Tints of Rustic Red #23060D
RGB
CMYK
RGB Variations
Color information
#23060D (or 0x23060D) is known color: Rustic Red. HEX triplet: 23, 06 and 0D. RGB value is (35,6,13). Sum of RGB (Red+Green+Blue) = 35+6+13=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #23060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23060D is #DCF9F2. Grayscale: #0F0F0F. Windows color (decimal): -14481907 or 853539. OLE color: 853539.
HSL color Cylindrical-coordinate representation of color #23060D: hue angle of 345.52º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23060D is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 6 | 13 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.86 |
| HSL | 345.52º | 0.71% | 0.08% | - |
| HSV(B) | 345.52º | 0.83% | 0.14% | - |
| XYZ | 0.83 | 0.52 | 0.44 | - |
| YUV | 15.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 13 | 0 | 0.83 | 0.63 | 0.86 | 345.52 | 0.71 | 0.08 |
| Hex | 23 | 6 | D | 0 | 53 | 3F | 56 | 15A | 47 | 8 |
| Octal | 43 | 6 | 15 | 0 | 123 | 77 | 126 | 532 | 107 | 10 |
| Binary | 100011 | 110 | 1101 | 0 | 1010011 | 111111 | 1010110 | 101011010 | 1000111 | 1000 |
Color Harmonies of #23060D
Complementary color
Monochromatic Colors of #23060D
Black with #23060D
Text Example
Text Example
White with #23060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23060D; }
p { color: rgb(35,6,13); }
H1.HeaderClassName
{
color: #23060D;
}
.AnyTagClassName
{
color: #23060D;
}
</style>
background-color css
<style>
a { background-color: #23060D; }
a { background-color: rgb(35,6,13); }
div.DivClassName
{
background-color: #23060D;
}
.BgClassName
{
background-color: #23060D;
}
</style>
border-color css
<style>
span { border-color: #23060D; }
span { border-color: rgb(35,6,13); }
td.TdClassName
{
border-color: #23060D;
}
.TagClassName
{
border-color: #23060D;
}
</style>