Shades of Rustic Red #230D11
Tints of Rustic Red #230D11
RGB
CMYK
RGB Variations
Color information
#230D11 (or 0x230D11) is known color: Rustic Red. HEX triplet: 23, 0D and 11. RGB value is (35,13,17). Sum of RGB (Red+Green+Blue) = 35+13+17=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D11 is #DCF2EE. Grayscale: #141414. Windows color (decimal): -14480111 or 1117475. OLE color: 1117475.
HSL color Cylindrical-coordinate representation of color #230D11: hue angle of 349.09º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #230D11 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 13 | 17 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.86 |
| HSL | 349.09º | 0.46% | 0.09% | - |
| HSV(B) | 349.09º | 0.63% | 0.14% | - |
| XYZ | 0.94 | 0.69 | 0.61 | - |
| YUV | 20.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 17 | 0 | 0.63 | 0.51 | 0.86 | 349.09 | 0.46 | 0.09 |
| Hex | 23 | D | 11 | 0 | 3F | 33 | 56 | 15D | 2E | 9 |
| Octal | 43 | 15 | 21 | 0 | 77 | 63 | 126 | 535 | 56 | 11 |
| Binary | 100011 | 1101 | 10001 | 0 | 111111 | 110011 | 1010110 | 101011101 | 101110 | 1001 |
Color Harmonies of #230D11
Complementary color
Monochromatic Colors of #230D11
Black with #230D11
Text Example
Text Example
White with #230D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D11; }
p { color: rgb(35,13,17); }
H1.HeaderClassName
{
color: #230D11;
}
.AnyTagClassName
{
color: #230D11;
}
</style>
background-color css
<style>
a { background-color: #230D11; }
a { background-color: rgb(35,13,17); }
div.DivClassName
{
background-color: #230D11;
}
.BgClassName
{
background-color: #230D11;
}
</style>
border-color css
<style>
span { border-color: #230D11; }
span { border-color: rgb(35,13,17); }
td.TdClassName
{
border-color: #230D11;
}
.TagClassName
{
border-color: #230D11;
}
</style>