Shades of Rustic Red #240508
Tints of Rustic Red #240508
RGB
CMYK
RGB Variations
Color information
#240508 (or 0x240508) is known color: Rustic Red. HEX triplet: 24, 05 and 08. RGB value is (36,5,8). Sum of RGB (Red+Green+Blue) = 36+5+8=49 (6% of max value = 765). Red value is 36 (14.45% from 255 or 73.47% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 36 - color contains mainly: red. Hex color #240508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240508 is #DBFAF7. Grayscale: #0E0E0E. Windows color (decimal): -14416632 or 525604. OLE color: 525604.
HSL color Cylindrical-coordinate representation of color #240508: hue angle of 354.19º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240508 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 5 | 8 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.86 |
| HSL | 354.19º | 0.76% | 0.08% | - |
| HSV(B) | 354.19º | 0.86% | 0.14% | - |
| XYZ | 0.83 | 0.5 | 0.28 | - |
| YUV | 14.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 8 | 0 | 0.86 | 0.78 | 0.86 | 354.19 | 0.76 | 0.08 |
| Hex | 24 | 5 | 8 | 0 | 56 | 4E | 56 | 162 | 4C | 8 |
| Octal | 44 | 5 | 10 | 0 | 126 | 116 | 126 | 542 | 114 | 10 |
| Binary | 100100 | 101 | 1000 | 0 | 1010110 | 1001110 | 1010110 | 101100010 | 1001100 | 1000 |
Color Harmonies of #240508
Complementary color
Monochromatic Colors of #240508
Black with #240508
Text Example
Text Example
White with #240508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240508; }
p { color: rgb(36,5,8); }
H1.HeaderClassName
{
color: #240508;
}
.AnyTagClassName
{
color: #240508;
}
</style>
background-color css
<style>
a { background-color: #240508; }
a { background-color: rgb(36,5,8); }
div.DivClassName
{
background-color: #240508;
}
.BgClassName
{
background-color: #240508;
}
</style>
border-color css
<style>
span { border-color: #240508; }
span { border-color: rgb(36,5,8); }
td.TdClassName
{
border-color: #240508;
}
.TagClassName
{
border-color: #240508;
}
</style>