Shades of Rustic Red #24050D
Tints of Rustic Red #24050D
RGB
CMYK
RGB Variations
Color information
#24050D (or 0x24050D) is known color: Rustic Red. HEX triplet: 24, 05 and 0D. RGB value is (36,5,13). Sum of RGB (Red+Green+Blue) = 36+5+13=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #24050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24050D is #DBFAF2. Grayscale: #0F0F0F. Windows color (decimal): -14416627 or 853284. OLE color: 853284.
HSL color Cylindrical-coordinate representation of color #24050D: hue angle of 344.52º 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 #24050D is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 5 | 13 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.86 |
| HSL | 344.52º | 0.76% | 0.08% | - |
| HSV(B) | 344.52º | 0.86% | 0.14% | - |
| XYZ | 0.85 | 0.51 | 0.43 | - |
| YUV | 15.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 13 | 0 | 0.86 | 0.64 | 0.86 | 344.52 | 0.76 | 0.08 |
| Hex | 24 | 5 | D | 0 | 56 | 40 | 56 | 159 | 4C | 8 |
| Octal | 44 | 5 | 15 | 0 | 126 | 100 | 126 | 531 | 114 | 10 |
| Binary | 100100 | 101 | 1101 | 0 | 1010110 | 1000000 | 1010110 | 101011001 | 1001100 | 1000 |
Color Harmonies of #24050D
Complementary color
Monochromatic Colors of #24050D
Black with #24050D
Text Example
Text Example
White with #24050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24050D; }
p { color: rgb(36,5,13); }
H1.HeaderClassName
{
color: #24050D;
}
.AnyTagClassName
{
color: #24050D;
}
</style>
background-color css
<style>
a { background-color: #24050D; }
a { background-color: rgb(36,5,13); }
div.DivClassName
{
background-color: #24050D;
}
.BgClassName
{
background-color: #24050D;
}
</style>
border-color css
<style>
span { border-color: #24050D; }
span { border-color: rgb(36,5,13); }
td.TdClassName
{
border-color: #24050D;
}
.TagClassName
{
border-color: #24050D;
}
</style>