Shades of Rustic Red #230A12
Tints of Rustic Red #230A12
RGB
CMYK
RGB Variations
Color information
#230A12 (or 0x230A12) is known color: Rustic Red. HEX triplet: 23, 0A and 12. RGB value is (35,10,18). Sum of RGB (Red+Green+Blue) = 35+10+18=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A12 is #DCF5ED. Grayscale: #121212. Windows color (decimal): -14480878 or 1182243. OLE color: 1182243.
HSL color Cylindrical-coordinate representation of color #230A12: hue angle of 340.8º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A12 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 10 | 18 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.86 |
| HSL | 340.8º | 0.56% | 0.09% | - |
| HSV(B) | 340.8º | 0.71% | 0.14% | - |
| XYZ | 0.91 | 0.62 | 0.64 | - |
| YUV | 18.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 18 | 0 | 0.71 | 0.49 | 0.86 | 340.8 | 0.56 | 0.09 |
| Hex | 23 | A | 12 | 0 | 47 | 31 | 56 | 155 | 38 | 9 |
| Octal | 43 | 12 | 22 | 0 | 107 | 61 | 126 | 525 | 70 | 11 |
| Binary | 100011 | 1010 | 10010 | 0 | 1000111 | 110001 | 1010110 | 101010101 | 111000 | 1001 |
Color Harmonies of #230A12
Complementary color
Monochromatic Colors of #230A12
Black with #230A12
Text Example
Text Example
White with #230A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A12; }
p { color: rgb(35,10,18); }
H1.HeaderClassName
{
color: #230A12;
}
.AnyTagClassName
{
color: #230A12;
}
</style>
background-color css
<style>
a { background-color: #230A12; }
a { background-color: rgb(35,10,18); }
div.DivClassName
{
background-color: #230A12;
}
.BgClassName
{
background-color: #230A12;
}
</style>
border-color css
<style>
span { border-color: #230A12; }
span { border-color: rgb(35,10,18); }
td.TdClassName
{
border-color: #230A12;
}
.TagClassName
{
border-color: #230A12;
}
</style>