Shades of Rustic Red #24030C
Tints of Rustic Red #24030C
RGB
CMYK
RGB Variations
Color information
#24030C (or 0x24030C) is known color: Rustic Red. HEX triplet: 24, 03 and 0C. RGB value is (36,3,12). Sum of RGB (Red+Green+Blue) = 36+3+12=51 (6% of max value = 765). Red value is 36 (14.45% from 255 or 70.59% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 36 - color contains mainly: red. Hex color #24030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24030C is #DBFCF3. Grayscale: #0D0D0D. Windows color (decimal): -14417140 or 787236. OLE color: 787236.
HSL color Cylindrical-coordinate representation of color #24030C: hue angle of 343.64º 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 #24030C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 12 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.86 |
| HSL | 343.64º | 0.85% | 0.08% | - |
| HSV(B) | 343.64º | 0.92% | 0.14% | - |
| XYZ | 0.83 | 0.47 | 0.39 | - |
| YUV | 13.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 12 | 0 | 0.92 | 0.67 | 0.86 | 343.64 | 0.85 | 0.08 |
| Hex | 24 | 3 | C | 0 | 5C | 43 | 56 | 158 | 55 | 8 |
| Octal | 44 | 3 | 14 | 0 | 134 | 103 | 126 | 530 | 125 | 10 |
| Binary | 100100 | 11 | 1100 | 0 | 1011100 | 1000011 | 1010110 | 101011000 | 1010101 | 1000 |
Color Harmonies of #24030C
Complementary color
Monochromatic Colors of #24030C
Black with #24030C
Text Example
Text Example
White with #24030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24030C; }
p { color: rgb(36,3,12); }
H1.HeaderClassName
{
color: #24030C;
}
.AnyTagClassName
{
color: #24030C;
}
</style>
background-color css
<style>
a { background-color: #24030C; }
a { background-color: rgb(36,3,12); }
div.DivClassName
{
background-color: #24030C;
}
.BgClassName
{
background-color: #24030C;
}
</style>
border-color css
<style>
span { border-color: #24030C; }
span { border-color: rgb(36,3,12); }
td.TdClassName
{
border-color: #24030C;
}
.TagClassName
{
border-color: #24030C;
}
</style>