Shades of Rustic Red #24010D
Tints of Rustic Red #24010D
RGB
CMYK
RGB Variations
Color information
#24010D (or 0x24010D) is known color: Rustic Red. HEX triplet: 24, 01 and 0D. RGB value is (36,1,13). Sum of RGB (Red+Green+Blue) = 36+1+13=50 (6% of max value = 765). Red value is 36 (14.45% from 255 or 72% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 36 - color contains mainly: red. Hex color #24010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24010D is #DBFEF2. Grayscale: #0C0C0C. Windows color (decimal): -14417651 or 852260. OLE color: 852260.
HSL color Cylindrical-coordinate representation of color #24010D: hue angle of 339.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24010D is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 1 | 13 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.86 |
| HSL | 339.43º | 0.95% | 0.07% | - |
| HSV(B) | 339.43º | 0.97% | 0.14% | - |
| XYZ | 0.81 | 0.43 | 0.42 | - |
| YUV | 12.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 13 | 0 | 0.97 | 0.64 | 0.86 | 339.43 | 0.95 | 0.07 |
| Hex | 24 | 1 | D | 0 | 61 | 40 | 56 | 153 | 5F | 7 |
| Octal | 44 | 1 | 15 | 0 | 141 | 100 | 126 | 523 | 137 | 7 |
| Binary | 100100 | 1 | 1101 | 0 | 1100001 | 1000000 | 1010110 | 101010011 | 1011111 | 111 |
Color Harmonies of #24010D
Complementary color
Monochromatic Colors of #24010D
Black with #24010D
Text Example
Text Example
White with #24010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24010D; }
p { color: rgb(36,1,13); }
H1.HeaderClassName
{
color: #24010D;
}
.AnyTagClassName
{
color: #24010D;
}
</style>
background-color css
<style>
a { background-color: #24010D; }
a { background-color: rgb(36,1,13); }
div.DivClassName
{
background-color: #24010D;
}
.BgClassName
{
background-color: #24010D;
}
</style>
border-color css
<style>
span { border-color: #24010D; }
span { border-color: rgb(36,1,13); }
td.TdClassName
{
border-color: #24010D;
}
.TagClassName
{
border-color: #24010D;
}
</style>