Shades of Rustic Red #230F10
Tints of Rustic Red #230F10
RGB
CMYK
RGB Variations
Color information
#230F10 (or 0x230F10) is known color: Rustic Red. HEX triplet: 23, 0F and 10. RGB value is (35,15,16). Sum of RGB (Red+Green+Blue) = 35+15+16=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #230F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F10 is #DCF0EF. Grayscale: #151515. Windows color (decimal): -14479600 or 1052451. OLE color: 1052451.
HSL color Cylindrical-coordinate representation of color #230F10: hue angle of 357º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F10 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 15 | 16 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.86 |
| HSL | 357º | 0.4% | 0.1% | - |
| HSV(B) | 357º | 0.57% | 0.14% | - |
| XYZ | 0.96 | 0.74 | 0.58 | - |
| YUV | 21.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 16 | 0 | 0.57 | 0.54 | 0.86 | 357 | 0.4 | 0.1 |
| Hex | 23 | F | 10 | 0 | 39 | 36 | 56 | 165 | 28 | A |
| Octal | 43 | 17 | 20 | 0 | 71 | 66 | 126 | 545 | 50 | 12 |
| Binary | 100011 | 1111 | 10000 | 0 | 111001 | 110110 | 1010110 | 101100101 | 101000 | 1010 |
Color Harmonies of #230F10
Complementary color
Monochromatic Colors of #230F10
Black with #230F10
Text Example
Text Example
White with #230F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F10; }
p { color: rgb(35,15,16); }
H1.HeaderClassName
{
color: #230F10;
}
.AnyTagClassName
{
color: #230F10;
}
</style>
background-color css
<style>
a { background-color: #230F10; }
a { background-color: rgb(35,15,16); }
div.DivClassName
{
background-color: #230F10;
}
.BgClassName
{
background-color: #230F10;
}
</style>
border-color css
<style>
span { border-color: #230F10; }
span { border-color: rgb(35,15,16); }
td.TdClassName
{
border-color: #230F10;
}
.TagClassName
{
border-color: #230F10;
}
</style>