Shades of Rustic Red #23080D
Tints of Rustic Red #23080D
RGB
CMYK
RGB Variations
Color information
#23080D (or 0x23080D) is known color: Rustic Red. HEX triplet: 23, 08 and 0D. RGB value is (35,8,13). Sum of RGB (Red+Green+Blue) = 35+8+13=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #23080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23080D is #DCF7F2. Grayscale: #101010. Windows color (decimal): -14481395 or 854051. OLE color: 854051.
HSL color Cylindrical-coordinate representation of color #23080D: hue angle of 348.89º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23080D is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 8 | 13 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.86 |
| HSL | 348.89º | 0.63% | 0.08% | - |
| HSV(B) | 348.89º | 0.77% | 0.14% | - |
| XYZ | 0.85 | 0.56 | 0.44 | - |
| YUV | 16.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 13 | 0 | 0.77 | 0.63 | 0.86 | 348.89 | 0.63 | 0.08 |
| Hex | 23 | 8 | D | 0 | 4D | 3F | 56 | 15D | 3F | 8 |
| Octal | 43 | 10 | 15 | 0 | 115 | 77 | 126 | 535 | 77 | 10 |
| Binary | 100011 | 1000 | 1101 | 0 | 1001101 | 111111 | 1010110 | 101011101 | 111111 | 1000 |
Color Harmonies of #23080D
Complementary color
Monochromatic Colors of #23080D
Black with #23080D
Text Example
Text Example
White with #23080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23080D; }
p { color: rgb(35,8,13); }
H1.HeaderClassName
{
color: #23080D;
}
.AnyTagClassName
{
color: #23080D;
}
</style>
background-color css
<style>
a { background-color: #23080D; }
a { background-color: rgb(35,8,13); }
div.DivClassName
{
background-color: #23080D;
}
.BgClassName
{
background-color: #23080D;
}
</style>
border-color css
<style>
span { border-color: #23080D; }
span { border-color: rgb(35,8,13); }
td.TdClassName
{
border-color: #23080D;
}
.TagClassName
{
border-color: #23080D;
}
</style>