Shades of Rustic Red #241015
Tints of Rustic Red #241015
RGB
CMYK
RGB Variations
Color information
#241015 (or 0x241015) is known color: Rustic Red. HEX triplet: 24, 10 and 15. RGB value is (36,16,21). Sum of RGB (Red+Green+Blue) = 36+16+21=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #241015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241015 is #DBEFEA. Grayscale: #161616. Windows color (decimal): -14413803 or 1380388. OLE color: 1380388.
HSL color Cylindrical-coordinate representation of color #241015: hue angle of 345º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241015 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 16 | 21 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.86 |
| HSL | 345º | 0.38% | 0.1% | - |
| HSV(B) | 345º | 0.56% | 0.14% | - |
| XYZ | 1.05 | 0.8 | 0.81 | - |
| YUV | 22.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 21 | 0 | 0.56 | 0.42 | 0.86 | 345 | 0.38 | 0.1 |
| Hex | 24 | 10 | 15 | 0 | 38 | 2A | 56 | 159 | 26 | A |
| Octal | 44 | 20 | 25 | 0 | 70 | 52 | 126 | 531 | 46 | 12 |
| Binary | 100100 | 10000 | 10101 | 0 | 111000 | 101010 | 1010110 | 101011001 | 100110 | 1010 |
Color Harmonies of #241015
Complementary color
Monochromatic Colors of #241015
Black with #241015
Text Example
Text Example
White with #241015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241015; }
p { color: rgb(36,16,21); }
H1.HeaderClassName
{
color: #241015;
}
.AnyTagClassName
{
color: #241015;
}
</style>
background-color css
<style>
a { background-color: #241015; }
a { background-color: rgb(36,16,21); }
div.DivClassName
{
background-color: #241015;
}
.BgClassName
{
background-color: #241015;
}
</style>
border-color css
<style>
span { border-color: #241015; }
span { border-color: rgb(36,16,21); }
td.TdClassName
{
border-color: #241015;
}
.TagClassName
{
border-color: #241015;
}
</style>