Shades of Rustic Red #240913
Tints of Rustic Red #240913
RGB
CMYK
RGB Variations
Color information
#240913 (or 0x240913) is known color: Rustic Red. HEX triplet: 24, 09 and 13. RGB value is (36,9,19). Sum of RGB (Red+Green+Blue) = 36+9+19=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #240913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240913 is #DBF6EC. Grayscale: #121212. Windows color (decimal): -14415597 or 1247524. OLE color: 1247524.
HSL color Cylindrical-coordinate representation of color #240913: hue angle of 337.78º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #240913 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 9 | 19 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.86 |
| HSL | 337.78º | 0.6% | 0.09% | - |
| HSV(B) | 337.78º | 0.75% | 0.14% | - |
| XYZ | 0.94 | 0.62 | 0.69 | - |
| YUV | 18.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 19 | 0 | 0.75 | 0.47 | 0.86 | 337.78 | 0.6 | 0.09 |
| Hex | 24 | 9 | 13 | 0 | 4B | 2F | 56 | 152 | 3C | 9 |
| Octal | 44 | 11 | 23 | 0 | 113 | 57 | 126 | 522 | 74 | 11 |
| Binary | 100100 | 1001 | 10011 | 0 | 1001011 | 101111 | 1010110 | 101010010 | 111100 | 1001 |
Color Harmonies of #240913
Complementary color
Monochromatic Colors of #240913
Black with #240913
Text Example
Text Example
White with #240913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240913; }
p { color: rgb(36,9,19); }
H1.HeaderClassName
{
color: #240913;
}
.AnyTagClassName
{
color: #240913;
}
</style>
background-color css
<style>
a { background-color: #240913; }
a { background-color: rgb(36,9,19); }
div.DivClassName
{
background-color: #240913;
}
.BgClassName
{
background-color: #240913;
}
</style>
border-color css
<style>
span { border-color: #240913; }
span { border-color: rgb(36,9,19); }
td.TdClassName
{
border-color: #240913;
}
.TagClassName
{
border-color: #240913;
}
</style>