Shades of Rustic Red #240305
Tints of Rustic Red #240305
RGB
CMYK
RGB Variations
Color information
#240305 (or 0x240305) is known color: Rustic Red. HEX triplet: 24, 03 and 05. RGB value is (36,3,5). Sum of RGB (Red+Green+Blue) = 36+3+5=44 (5% of max value = 765). Red value is 36 (14.45% from 255 or 81.82% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 36 - color contains mainly: red. Hex color #240305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240305 is #DBFCFA. Grayscale: #0D0D0D. Windows color (decimal): -14417147 or 328484. OLE color: 328484.
HSL color Cylindrical-coordinate representation of color #240305: hue angle of 356.36º 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 #240305 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 5 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.86 |
| HSL | 356.36º | 0.85% | 0.08% | - |
| HSV(B) | 356.36º | 0.92% | 0.14% | - |
| XYZ | 0.79 | 0.45 | 0.19 | - |
| YUV | 13.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 5 | 0 | 0.92 | 0.86 | 0.86 | 356.36 | 0.85 | 0.08 |
| Hex | 24 | 3 | 5 | 0 | 5C | 56 | 56 | 164 | 55 | 8 |
| Octal | 44 | 3 | 5 | 0 | 134 | 126 | 126 | 544 | 125 | 10 |
| Binary | 100100 | 11 | 101 | 0 | 1011100 | 1010110 | 1010110 | 101100100 | 1010101 | 1000 |
Color Harmonies of #240305
Complementary color
Monochromatic Colors of #240305
Black with #240305
Text Example
Text Example
White with #240305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240305; }
p { color: rgb(36,3,5); }
H1.HeaderClassName
{
color: #240305;
}
.AnyTagClassName
{
color: #240305;
}
</style>
background-color css
<style>
a { background-color: #240305; }
a { background-color: rgb(36,3,5); }
div.DivClassName
{
background-color: #240305;
}
.BgClassName
{
background-color: #240305;
}
</style>
border-color css
<style>
span { border-color: #240305; }
span { border-color: rgb(36,3,5); }
td.TdClassName
{
border-color: #240305;
}
.TagClassName
{
border-color: #240305;
}
</style>