Shades of Rustic Red #18070C
Tints of Rustic Red #18070C
RGB
CMYK
RGB Variations
Color information
#18070C (or 0x18070C) is known color: Rustic Red. HEX triplet: 18, 07 and 0C. RGB value is (24,7,12). Sum of RGB (Red+Green+Blue) = 24+7+12=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #18070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18070C is #E7F8F3. Grayscale: #0C0C0C. Windows color (decimal): -15202548 or 788248. OLE color: 788248.
HSL color Cylindrical-coordinate representation of color #18070C: hue angle of 342.35º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18070C is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 7 | 12 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.91 |
| HSL | 342.35º | 0.55% | 0.06% | - |
| HSV(B) | 342.35º | 0.71% | 0.09% | - |
| XYZ | 0.52 | 0.37 | 0.39 | - |
| YUV | 12.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 12 | 0 | 0.71 | 0.50 | 0.91 | 342.35 | 0.55 | 0.06 |
| Hex | 18 | 7 | C | 0 | 47 | 32 | 5B | 156 | 37 | 6 |
| Octal | 30 | 7 | 14 | 0 | 107 | 62 | 133 | 526 | 67 | 6 |
| Binary | 11000 | 111 | 1100 | 0 | 1000111 | 110010 | 1011011 | 101010110 | 110111 | 110 |
Color Harmonies of #18070C
Complementary color
Monochromatic Colors of #18070C
Black with #18070C
Text Example
Text Example
White with #18070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18070C; }
p { color: rgb(24,7,12); }
H1.HeaderClassName
{
color: #18070C;
}
.AnyTagClassName
{
color: #18070C;
}
</style>
background-color css
<style>
a { background-color: #18070C; }
a { background-color: rgb(24,7,12); }
div.DivClassName
{
background-color: #18070C;
}
.BgClassName
{
background-color: #18070C;
}
</style>
border-color css
<style>
span { border-color: #18070C; }
span { border-color: rgb(24,7,12); }
td.TdClassName
{
border-color: #18070C;
}
.TagClassName
{
border-color: #18070C;
}
</style>