Shades of Rustic Red #240A0D
Tints of Rustic Red #240A0D
RGB
CMYK
RGB Variations
Color information
#240A0D (or 0x240A0D) is known color: Rustic Red. HEX triplet: 24, 0A and 0D. RGB value is (36,10,13). Sum of RGB (Red+Green+Blue) = 36+10+13=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A0D is #DBF5F2. Grayscale: #121212. Windows color (decimal): -14415347 or 854564. OLE color: 854564.
HSL color Cylindrical-coordinate representation of color #240A0D: hue angle of 353.08º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A0D is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 10 | 13 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.86 |
| HSL | 353.08º | 0.57% | 0.09% | - |
| HSV(B) | 353.08º | 0.72% | 0.14% | - |
| XYZ | 0.91 | 0.62 | 0.45 | - |
| YUV | 18.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 13 | 0 | 0.72 | 0.64 | 0.86 | 353.08 | 0.57 | 0.09 |
| Hex | 24 | A | D | 0 | 48 | 40 | 56 | 161 | 39 | 9 |
| Octal | 44 | 12 | 15 | 0 | 110 | 100 | 126 | 541 | 71 | 11 |
| Binary | 100100 | 1010 | 1101 | 0 | 1001000 | 1000000 | 1010110 | 101100001 | 111001 | 1001 |
Color Harmonies of #240A0D
Complementary color
Monochromatic Colors of #240A0D
Black with #240A0D
Text Example
Text Example
White with #240A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A0D; }
p { color: rgb(36,10,13); }
H1.HeaderClassName
{
color: #240A0D;
}
.AnyTagClassName
{
color: #240A0D;
}
</style>
background-color css
<style>
a { background-color: #240A0D; }
a { background-color: rgb(36,10,13); }
div.DivClassName
{
background-color: #240A0D;
}
.BgClassName
{
background-color: #240A0D;
}
</style>
border-color css
<style>
span { border-color: #240A0D; }
span { border-color: rgb(36,10,13); }
td.TdClassName
{
border-color: #240A0D;
}
.TagClassName
{
border-color: #240A0D;
}
</style>