Shades of Rustic Red #230D12
Tints of Rustic Red #230D12
RGB
CMYK
RGB Variations
Color information
#230D12 (or 0x230D12) is known color: Rustic Red. HEX triplet: 23, 0D and 12. RGB value is (35,13,18). Sum of RGB (Red+Green+Blue) = 35+13+18=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #230D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D12 is #DCF2ED. Grayscale: #141414. Windows color (decimal): -14480110 or 1183011. OLE color: 1183011.
HSL color Cylindrical-coordinate representation of color #230D12: hue angle of 346.36º 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 #230D12 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 13 | 18 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.86 |
| HSL | 346.36º | 0.46% | 0.09% | - |
| HSV(B) | 346.36º | 0.63% | 0.14% | - |
| XYZ | 0.95 | 0.69 | 0.66 | - |
| YUV | 20.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 18 | 0 | 0.63 | 0.49 | 0.86 | 346.36 | 0.46 | 0.09 |
| Hex | 23 | D | 12 | 0 | 3F | 31 | 56 | 15A | 2E | 9 |
| Octal | 43 | 15 | 22 | 0 | 77 | 61 | 126 | 532 | 56 | 11 |
| Binary | 100011 | 1101 | 10010 | 0 | 111111 | 110001 | 1010110 | 101011010 | 101110 | 1001 |
Color Harmonies of #230D12
Complementary color
Monochromatic Colors of #230D12
Black with #230D12
Text Example
Text Example
White with #230D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D12; }
p { color: rgb(35,13,18); }
H1.HeaderClassName
{
color: #230D12;
}
.AnyTagClassName
{
color: #230D12;
}
</style>
background-color css
<style>
a { background-color: #230D12; }
a { background-color: rgb(35,13,18); }
div.DivClassName
{
background-color: #230D12;
}
.BgClassName
{
background-color: #230D12;
}
</style>
border-color css
<style>
span { border-color: #230D12; }
span { border-color: rgb(35,13,18); }
td.TdClassName
{
border-color: #230D12;
}
.TagClassName
{
border-color: #230D12;
}
</style>