Shades of Rustic Red #240A13
Tints of Rustic Red #240A13
RGB
CMYK
RGB Variations
Color information
#240A13 (or 0x240A13) is known color: Rustic Red. HEX triplet: 24, 0A and 13. RGB value is (36,10,19). Sum of RGB (Red+Green+Blue) = 36+10+19=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #240A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A13 is #DBF5EC. Grayscale: #121212. Windows color (decimal): -14415341 or 1247780. OLE color: 1247780.
HSL color Cylindrical-coordinate representation of color #240A13: hue angle of 339.23º 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 #240A13 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 10 | 19 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.86 |
| HSL | 339.23º | 0.57% | 0.09% | - |
| HSV(B) | 339.23º | 0.72% | 0.14% | - |
| XYZ | 0.95 | 0.64 | 0.69 | - |
| YUV | 18.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 19 | 0 | 0.72 | 0.47 | 0.86 | 339.23 | 0.57 | 0.09 |
| Hex | 24 | A | 13 | 0 | 48 | 2F | 56 | 153 | 39 | 9 |
| Octal | 44 | 12 | 23 | 0 | 110 | 57 | 126 | 523 | 71 | 11 |
| Binary | 100100 | 1010 | 10011 | 0 | 1001000 | 101111 | 1010110 | 101010011 | 111001 | 1001 |
Color Harmonies of #240A13
Complementary color
Monochromatic Colors of #240A13
Black with #240A13
Text Example
Text Example
White with #240A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A13; }
p { color: rgb(36,10,19); }
H1.HeaderClassName
{
color: #240A13;
}
.AnyTagClassName
{
color: #240A13;
}
</style>
background-color css
<style>
a { background-color: #240A13; }
a { background-color: rgb(36,10,19); }
div.DivClassName
{
background-color: #240A13;
}
.BgClassName
{
background-color: #240A13;
}
</style>
border-color css
<style>
span { border-color: #240A13; }
span { border-color: rgb(36,10,19); }
td.TdClassName
{
border-color: #240A13;
}
.TagClassName
{
border-color: #240A13;
}
</style>