Shades of Rustic Red #240708
Tints of Rustic Red #240708
RGB
CMYK
RGB Variations
Color information
#240708 (or 0x240708) is known color: Rustic Red. HEX triplet: 24, 07 and 08. RGB value is (36,7,8). Sum of RGB (Red+Green+Blue) = 36+7+8=51 (6% of max value = 765). Red value is 36 (14.45% from 255 or 70.59% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 36 - color contains mainly: red. Hex color #240708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240708 is #DBF8F7. Grayscale: #0F0F0F. Windows color (decimal): -14416120 or 526116. OLE color: 526116.
HSL color Cylindrical-coordinate representation of color #240708: hue angle of 357.93º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #240708 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 7 | 8 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.86 |
| HSL | 357.93º | 0.67% | 0.08% | - |
| HSV(B) | 357.93º | 0.81% | 0.14% | - |
| XYZ | 0.85 | 0.54 | 0.29 | - |
| YUV | 15.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 8 | 0 | 0.81 | 0.78 | 0.86 | 357.93 | 0.67 | 0.08 |
| Hex | 24 | 7 | 8 | 0 | 51 | 4E | 56 | 166 | 43 | 8 |
| Octal | 44 | 7 | 10 | 0 | 121 | 116 | 126 | 546 | 103 | 10 |
| Binary | 100100 | 111 | 1000 | 0 | 1010001 | 1001110 | 1010110 | 101100110 | 1000011 | 1000 |
Color Harmonies of #240708
Complementary color
Monochromatic Colors of #240708
Black with #240708
Text Example
Text Example
White with #240708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240708; }
p { color: rgb(36,7,8); }
H1.HeaderClassName
{
color: #240708;
}
.AnyTagClassName
{
color: #240708;
}
</style>
background-color css
<style>
a { background-color: #240708; }
a { background-color: rgb(36,7,8); }
div.DivClassName
{
background-color: #240708;
}
.BgClassName
{
background-color: #240708;
}
</style>
border-color css
<style>
span { border-color: #240708; }
span { border-color: rgb(36,7,8); }
td.TdClassName
{
border-color: #240708;
}
.TagClassName
{
border-color: #240708;
}
</style>