Shades of Rustic Red #240F10
Tints of Rustic Red #240F10
RGB
CMYK
RGB Variations
Color information
#240F10 (or 0x240F10) is known color: Rustic Red. HEX triplet: 24, 0F and 10. RGB value is (36,15,16). Sum of RGB (Red+Green+Blue) = 36+15+16=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #240F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F10 is #DBF0EF. Grayscale: #151515. Windows color (decimal): -14414064 or 1052452. OLE color: 1052452.
HSL color Cylindrical-coordinate representation of color #240F10: hue angle of 357.14º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #240F10 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 15 | 16 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.86 |
| HSL | 357.14º | 0.41% | 0.1% | - |
| HSV(B) | 357.14º | 0.58% | 0.14% | - |
| XYZ | 0.99 | 0.75 | 0.58 | - |
| YUV | 21.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 16 | 0 | 0.58 | 0.56 | 0.86 | 357.14 | 0.41 | 0.1 |
| Hex | 24 | F | 10 | 0 | 3A | 38 | 56 | 165 | 29 | A |
| Octal | 44 | 17 | 20 | 0 | 72 | 70 | 126 | 545 | 51 | 12 |
| Binary | 100100 | 1111 | 10000 | 0 | 111010 | 111000 | 1010110 | 101100101 | 101001 | 1010 |
Color Harmonies of #240F10
Complementary color
Monochromatic Colors of #240F10
Black with #240F10
Text Example
Text Example
White with #240F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F10; }
p { color: rgb(36,15,16); }
H1.HeaderClassName
{
color: #240F10;
}
.AnyTagClassName
{
color: #240F10;
}
</style>
background-color css
<style>
a { background-color: #240F10; }
a { background-color: rgb(36,15,16); }
div.DivClassName
{
background-color: #240F10;
}
.BgClassName
{
background-color: #240F10;
}
</style>
border-color css
<style>
span { border-color: #240F10; }
span { border-color: rgb(36,15,16); }
td.TdClassName
{
border-color: #240F10;
}
.TagClassName
{
border-color: #240F10;
}
</style>