Shades of Rustic Red #230C10
Tints of Rustic Red #230C10
RGB
CMYK
RGB Variations
Color information
#230C10 (or 0x230C10) is known color: Rustic Red. HEX triplet: 23, 0C and 10. RGB value is (35,12,16). Sum of RGB (Red+Green+Blue) = 35+12+16=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C10 is #DCF3EF. Grayscale: #131313. Windows color (decimal): -14480368 or 1051683. OLE color: 1051683.
HSL color Cylindrical-coordinate representation of color #230C10: hue angle of 349.57º 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 #230C10 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 12 | 16 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.86 |
| HSL | 349.57º | 0.49% | 0.09% | - |
| HSV(B) | 349.57º | 0.66% | 0.14% | - |
| XYZ | 0.92 | 0.66 | 0.57 | - |
| YUV | 19.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 16 | 0 | 0.66 | 0.54 | 0.86 | 349.57 | 0.49 | 0.09 |
| Hex | 23 | C | 10 | 0 | 42 | 36 | 56 | 15E | 31 | 9 |
| Octal | 43 | 14 | 20 | 0 | 102 | 66 | 126 | 536 | 61 | 11 |
| Binary | 100011 | 1100 | 10000 | 0 | 1000010 | 110110 | 1010110 | 101011110 | 110001 | 1001 |
Color Harmonies of #230C10
Complementary color
Monochromatic Colors of #230C10
Black with #230C10
Text Example
Text Example
White with #230C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C10; }
p { color: rgb(35,12,16); }
H1.HeaderClassName
{
color: #230C10;
}
.AnyTagClassName
{
color: #230C10;
}
</style>
background-color css
<style>
a { background-color: #230C10; }
a { background-color: rgb(35,12,16); }
div.DivClassName
{
background-color: #230C10;
}
.BgClassName
{
background-color: #230C10;
}
</style>
border-color css
<style>
span { border-color: #230C10; }
span { border-color: rgb(35,12,16); }
td.TdClassName
{
border-color: #230C10;
}
.TagClassName
{
border-color: #230C10;
}
</style>