Shades of Rustic Red #24070A
Tints of Rustic Red #24070A
RGB
CMYK
RGB Variations
Color information
#24070A (or 0x24070A) is known color: Rustic Red. HEX triplet: 24, 07 and 0A. RGB value is (36,7,10). Sum of RGB (Red+Green+Blue) = 36+7+10=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #24070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24070A is #DBF8F5. Grayscale: #101010. Windows color (decimal): -14416118 or 657188. OLE color: 657188.
HSL color Cylindrical-coordinate representation of color #24070A: hue angle of 353.79º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24070A is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 7 | 10 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.86 |
| HSL | 353.79º | 0.67% | 0.08% | - |
| HSV(B) | 353.79º | 0.81% | 0.14% | - |
| XYZ | 0.86 | 0.55 | 0.35 | - |
| YUV | 16.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 10 | 0 | 0.81 | 0.72 | 0.86 | 353.79 | 0.67 | 0.08 |
| Hex | 24 | 7 | A | 0 | 51 | 48 | 56 | 162 | 43 | 8 |
| Octal | 44 | 7 | 12 | 0 | 121 | 110 | 126 | 542 | 103 | 10 |
| Binary | 100100 | 111 | 1010 | 0 | 1010001 | 1001000 | 1010110 | 101100010 | 1000011 | 1000 |
Color Harmonies of #24070A
Complementary color
Monochromatic Colors of #24070A
Black with #24070A
Text Example
Text Example
White with #24070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24070A; }
p { color: rgb(36,7,10); }
H1.HeaderClassName
{
color: #24070A;
}
.AnyTagClassName
{
color: #24070A;
}
</style>
background-color css
<style>
a { background-color: #24070A; }
a { background-color: rgb(36,7,10); }
div.DivClassName
{
background-color: #24070A;
}
.BgClassName
{
background-color: #24070A;
}
</style>
border-color css
<style>
span { border-color: #24070A; }
span { border-color: rgb(36,7,10); }
td.TdClassName
{
border-color: #24070A;
}
.TagClassName
{
border-color: #24070A;
}
</style>