Shades of Rustic Red #24050C
Tints of Rustic Red #24050C
RGB
CMYK
RGB Variations
Color information
#24050C (or 0x24050C) is known color: Rustic Red. HEX triplet: 24, 05 and 0C. RGB value is (36,5,12). Sum of RGB (Red+Green+Blue) = 36+5+12=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #24050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24050C is #DBFAF3. Grayscale: #0F0F0F. Windows color (decimal): -14416628 or 787748. OLE color: 787748.
HSL color Cylindrical-coordinate representation of color #24050C: hue angle of 346.45º 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 #24050C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 5 | 12 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.86 |
| HSL | 346.45º | 0.76% | 0.08% | - |
| HSV(B) | 346.45º | 0.86% | 0.14% | - |
| XYZ | 0.85 | 0.51 | 0.4 | - |
| YUV | 15.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 12 | 0 | 0.86 | 0.67 | 0.86 | 346.45 | 0.76 | 0.08 |
| Hex | 24 | 5 | C | 0 | 56 | 43 | 56 | 15A | 4C | 8 |
| Octal | 44 | 5 | 14 | 0 | 126 | 103 | 126 | 532 | 114 | 10 |
| Binary | 100100 | 101 | 1100 | 0 | 1010110 | 1000011 | 1010110 | 101011010 | 1001100 | 1000 |
Color Harmonies of #24050C
Complementary color
Monochromatic Colors of #24050C
Black with #24050C
Text Example
Text Example
White with #24050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24050C; }
p { color: rgb(36,5,12); }
H1.HeaderClassName
{
color: #24050C;
}
.AnyTagClassName
{
color: #24050C;
}
</style>
background-color css
<style>
a { background-color: #24050C; }
a { background-color: rgb(36,5,12); }
div.DivClassName
{
background-color: #24050C;
}
.BgClassName
{
background-color: #24050C;
}
</style>
border-color css
<style>
span { border-color: #24050C; }
span { border-color: rgb(36,5,12); }
td.TdClassName
{
border-color: #24050C;
}
.TagClassName
{
border-color: #24050C;
}
</style>