Shades of Rustic Red #240513
Tints of Rustic Red #240513
RGB
CMYK
RGB Variations
Color information
#240513 (or 0x240513) is known color: Rustic Red. HEX triplet: 24, 05 and 13. RGB value is (36,5,19). Sum of RGB (Red+Green+Blue) = 36+5+19=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240513 is #DBFAEC. Grayscale: #0F0F0F. Windows color (decimal): -14416621 or 1246500. OLE color: 1246500.
HSL color Cylindrical-coordinate representation of color #240513: hue angle of 332.9º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240513 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 5 | 19 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.86 |
| HSL | 332.9º | 0.76% | 0.08% | - |
| HSV(B) | 332.9º | 0.86% | 0.14% | - |
| XYZ | 0.9 | 0.53 | 0.67 | - |
| YUV | 15.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 19 | 0 | 0.86 | 0.47 | 0.86 | 332.9 | 0.76 | 0.08 |
| Hex | 24 | 5 | 13 | 0 | 56 | 2F | 56 | 14D | 4C | 8 |
| Octal | 44 | 5 | 23 | 0 | 126 | 57 | 126 | 515 | 114 | 10 |
| Binary | 100100 | 101 | 10011 | 0 | 1010110 | 101111 | 1010110 | 101001101 | 1001100 | 1000 |
Color Harmonies of #240513
Complementary color
Monochromatic Colors of #240513
Black with #240513
Text Example
Text Example
White with #240513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240513; }
p { color: rgb(36,5,19); }
H1.HeaderClassName
{
color: #240513;
}
.AnyTagClassName
{
color: #240513;
}
</style>
background-color css
<style>
a { background-color: #240513; }
a { background-color: rgb(36,5,19); }
div.DivClassName
{
background-color: #240513;
}
.BgClassName
{
background-color: #240513;
}
</style>
border-color css
<style>
span { border-color: #240513; }
span { border-color: rgb(36,5,19); }
td.TdClassName
{
border-color: #240513;
}
.TagClassName
{
border-color: #240513;
}
</style>