Shades of Rustic Red #240312
Tints of Rustic Red #240312
RGB
CMYK
RGB Variations
Color information
#240312 (or 0x240312) is known color: Rustic Red. HEX triplet: 24, 03 and 12. RGB value is (36,3,18). Sum of RGB (Red+Green+Blue) = 36+3+18=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240312 is #DBFCED. Grayscale: #0E0E0E. Windows color (decimal): -14417134 or 1180452. OLE color: 1180452.
HSL color Cylindrical-coordinate representation of color #240312: hue angle of 332.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 #240312 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 18 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.86 |
| HSL | 332.73º | 0.85% | 0.08% | - |
| HSV(B) | 332.73º | 0.92% | 0.14% | - |
| XYZ | 0.87 | 0.48 | 0.62 | - |
| YUV | 14.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 18 | 0 | 0.92 | 0.5 | 0.86 | 332.73 | 0.85 | 0.08 |
| Hex | 24 | 3 | 12 | 0 | 5C | 32 | 56 | 14D | 55 | 8 |
| Octal | 44 | 3 | 22 | 0 | 134 | 62 | 126 | 515 | 125 | 10 |
| Binary | 100100 | 11 | 10010 | 0 | 1011100 | 110010 | 1010110 | 101001101 | 1010101 | 1000 |
Color Harmonies of #240312
Complementary color
Monochromatic Colors of #240312
Black with #240312
Text Example
Text Example
White with #240312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240312; }
p { color: rgb(36,3,18); }
H1.HeaderClassName
{
color: #240312;
}
.AnyTagClassName
{
color: #240312;
}
</style>
background-color css
<style>
a { background-color: #240312; }
a { background-color: rgb(36,3,18); }
div.DivClassName
{
background-color: #240312;
}
.BgClassName
{
background-color: #240312;
}
</style>
border-color css
<style>
span { border-color: #240312; }
span { border-color: rgb(36,3,18); }
td.TdClassName
{
border-color: #240312;
}
.TagClassName
{
border-color: #240312;
}
</style>