Shades of Rustic Red #240413
Tints of Rustic Red #240413
RGB
CMYK
RGB Variations
Color information
#240413 (or 0x240413) is known color: Rustic Red. HEX triplet: 24, 04 and 13. RGB value is (36,4,19). Sum of RGB (Red+Green+Blue) = 36+4+19=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240413 is #DBFBEC. Grayscale: #0F0F0F. Windows color (decimal): -14416877 or 1246244. OLE color: 1246244.
HSL color Cylindrical-coordinate representation of color #240413: hue angle of 331.88º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240413 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 19 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.86 |
| HSL | 331.88º | 0.8% | 0.08% | - |
| HSV(B) | 331.88º | 0.89% | 0.14% | - |
| XYZ | 0.89 | 0.51 | 0.67 | - |
| YUV | 15.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 19 | 0 | 0.89 | 0.47 | 0.86 | 331.88 | 0.8 | 0.08 |
| Hex | 24 | 4 | 13 | 0 | 59 | 2F | 56 | 14C | 50 | 8 |
| Octal | 44 | 4 | 23 | 0 | 131 | 57 | 126 | 514 | 120 | 10 |
| Binary | 100100 | 100 | 10011 | 0 | 1011001 | 101111 | 1010110 | 101001100 | 1010000 | 1000 |
Color Harmonies of #240413
Complementary color
Monochromatic Colors of #240413
Black with #240413
Text Example
Text Example
White with #240413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240413; }
p { color: rgb(36,4,19); }
H1.HeaderClassName
{
color: #240413;
}
.AnyTagClassName
{
color: #240413;
}
</style>
background-color css
<style>
a { background-color: #240413; }
a { background-color: rgb(36,4,19); }
div.DivClassName
{
background-color: #240413;
}
.BgClassName
{
background-color: #240413;
}
</style>
border-color css
<style>
span { border-color: #240413; }
span { border-color: rgb(36,4,19); }
td.TdClassName
{
border-color: #240413;
}
.TagClassName
{
border-color: #240413;
}
</style>