Shades of Rustic Red #230C14
Tints of Rustic Red #230C14
RGB
CMYK
RGB Variations
Color information
#230C14 (or 0x230C14) is known color: Rustic Red. HEX triplet: 23, 0C and 14. RGB value is (35,12,20). Sum of RGB (Red+Green+Blue) = 35+12+20=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C14 is #DCF3EB. Grayscale: #131313. Windows color (decimal): -14480364 or 1313827. OLE color: 1313827.
HSL color Cylindrical-coordinate representation of color #230C14: hue angle of 339.13º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #230C14 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 12 | 20 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.86 |
| HSL | 339.13º | 0.49% | 0.09% | - |
| HSV(B) | 339.13º | 0.66% | 0.14% | - |
| XYZ | 0.95 | 0.67 | 0.74 | - |
| YUV | 19.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 20 | 0 | 0.66 | 0.43 | 0.86 | 339.13 | 0.49 | 0.09 |
| Hex | 23 | C | 14 | 0 | 42 | 2B | 56 | 153 | 31 | 9 |
| Octal | 43 | 14 | 24 | 0 | 102 | 53 | 126 | 523 | 61 | 11 |
| Binary | 100011 | 1100 | 10100 | 0 | 1000010 | 101011 | 1010110 | 101010011 | 110001 | 1001 |
Color Harmonies of #230C14
Complementary color
Monochromatic Colors of #230C14
Black with #230C14
Text Example
Text Example
White with #230C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C14; }
p { color: rgb(35,12,20); }
H1.HeaderClassName
{
color: #230C14;
}
.AnyTagClassName
{
color: #230C14;
}
</style>
background-color css
<style>
a { background-color: #230C14; }
a { background-color: rgb(35,12,20); }
div.DivClassName
{
background-color: #230C14;
}
.BgClassName
{
background-color: #230C14;
}
</style>
border-color css
<style>
span { border-color: #230C14; }
span { border-color: rgb(35,12,20); }
td.TdClassName
{
border-color: #230C14;
}
.TagClassName
{
border-color: #230C14;
}
</style>