Shades of Rustic Red #231015
Tints of Rustic Red #231015
RGB
CMYK
RGB Variations
Color information
#231015 (or 0x231015) is known color: Rustic Red. HEX triplet: 23, 10 and 15. RGB value is (35,16,21). Sum of RGB (Red+Green+Blue) = 35+16+21=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #231015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231015 is #DCEFEA. Grayscale: #161616. Windows color (decimal): -14479339 or 1380387. OLE color: 1380387.
HSL color Cylindrical-coordinate representation of color #231015: hue angle of 344.21º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231015 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 21 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.86 |
| HSL | 344.21º | 0.37% | 0.1% | - |
| HSV(B) | 344.21º | 0.54% | 0.14% | - |
| XYZ | 1.01 | 0.78 | 0.81 | - |
| YUV | 22.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 21 | 0 | 0.54 | 0.40 | 0.86 | 344.21 | 0.37 | 0.1 |
| Hex | 23 | 10 | 15 | 0 | 36 | 28 | 56 | 158 | 25 | A |
| Octal | 43 | 20 | 25 | 0 | 66 | 50 | 126 | 530 | 45 | 12 |
| Binary | 100011 | 10000 | 10101 | 0 | 110110 | 101000 | 1010110 | 101011000 | 100101 | 1010 |
Color Harmonies of #231015
Complementary color
Monochromatic Colors of #231015
Black with #231015
Text Example
Text Example
White with #231015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231015; }
p { color: rgb(35,16,21); }
H1.HeaderClassName
{
color: #231015;
}
.AnyTagClassName
{
color: #231015;
}
</style>
background-color css
<style>
a { background-color: #231015; }
a { background-color: rgb(35,16,21); }
div.DivClassName
{
background-color: #231015;
}
.BgClassName
{
background-color: #231015;
}
</style>
border-color css
<style>
span { border-color: #231015; }
span { border-color: rgb(35,16,21); }
td.TdClassName
{
border-color: #231015;
}
.TagClassName
{
border-color: #231015;
}
</style>