Shades of Rustic Red #240307
Tints of Rustic Red #240307
RGB
CMYK
RGB Variations
Color information
#240307 (or 0x240307) is known color: Rustic Red. HEX triplet: 24, 03 and 07. RGB value is (36,3,7). Sum of RGB (Red+Green+Blue) = 36+3+7=46 (6% of max value = 765). Red value is 36 (14.45% from 255 or 78.26% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 36 - color contains mainly: red. Hex color #240307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240307 is #DBFCF8. Grayscale: #0D0D0D. Windows color (decimal): -14417145 or 459556. OLE color: 459556.
HSL color Cylindrical-coordinate representation of color #240307: hue angle of 352.73º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240307 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 7 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.86 |
| HSL | 352.73º | 0.85% | 0.08% | - |
| HSV(B) | 352.73º | 0.92% | 0.14% | - |
| XYZ | 0.8 | 0.46 | 0.25 | - |
| YUV | 13.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 7 | 0 | 0.92 | 0.81 | 0.86 | 352.73 | 0.85 | 0.08 |
| Hex | 24 | 3 | 7 | 0 | 5C | 51 | 56 | 161 | 55 | 8 |
| Octal | 44 | 3 | 7 | 0 | 134 | 121 | 126 | 541 | 125 | 10 |
| Binary | 100100 | 11 | 111 | 0 | 1011100 | 1010001 | 1010110 | 101100001 | 1010101 | 1000 |
Color Harmonies of #240307
Complementary color
Monochromatic Colors of #240307
Black with #240307
Text Example
Text Example
White with #240307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240307; }
p { color: rgb(36,3,7); }
H1.HeaderClassName
{
color: #240307;
}
.AnyTagClassName
{
color: #240307;
}
</style>
background-color css
<style>
a { background-color: #240307; }
a { background-color: rgb(36,3,7); }
div.DivClassName
{
background-color: #240307;
}
.BgClassName
{
background-color: #240307;
}
</style>
border-color css
<style>
span { border-color: #240307; }
span { border-color: rgb(36,3,7); }
td.TdClassName
{
border-color: #240307;
}
.TagClassName
{
border-color: #240307;
}
</style>