Shades of Rustic Red #230A0F
Tints of Rustic Red #230A0F
RGB
CMYK
RGB Variations
Color information
#230A0F (or 0x230A0F) is known color: Rustic Red. HEX triplet: 23, 0A and 0F. RGB value is (35,10,15). Sum of RGB (Red+Green+Blue) = 35+10+15=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A0F is #DCF5F0. Grayscale: #121212. Windows color (decimal): -14480881 or 985635. OLE color: 985635.
HSL color Cylindrical-coordinate representation of color #230A0F: hue angle of 348º 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 #230A0F is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 10 | 15 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.86 |
| HSL | 348º | 0.56% | 0.09% | - |
| HSV(B) | 348º | 0.71% | 0.14% | - |
| XYZ | 0.89 | 0.61 | 0.52 | - |
| YUV | 18.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 15 | 0 | 0.71 | 0.57 | 0.86 | 348 | 0.56 | 0.09 |
| Hex | 23 | A | F | 0 | 47 | 39 | 56 | 15C | 38 | 9 |
| Octal | 43 | 12 | 17 | 0 | 107 | 71 | 126 | 534 | 70 | 11 |
| Binary | 100011 | 1010 | 1111 | 0 | 1000111 | 111001 | 1010110 | 101011100 | 111000 | 1001 |
Color Harmonies of #230A0F
Complementary color
Monochromatic Colors of #230A0F
Black with #230A0F
Text Example
Text Example
White with #230A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A0F; }
p { color: rgb(35,10,15); }
H1.HeaderClassName
{
color: #230A0F;
}
.AnyTagClassName
{
color: #230A0F;
}
</style>
background-color css
<style>
a { background-color: #230A0F; }
a { background-color: rgb(35,10,15); }
div.DivClassName
{
background-color: #230A0F;
}
.BgClassName
{
background-color: #230A0F;
}
</style>
border-color css
<style>
span { border-color: #230A0F; }
span { border-color: rgb(35,10,15); }
td.TdClassName
{
border-color: #230A0F;
}
.TagClassName
{
border-color: #230A0F;
}
</style>