Shades of Rustic Red #18070D
Tints of Rustic Red #18070D
RGB
CMYK
RGB Variations
Color information
#18070D (or 0x18070D) is known color: Rustic Red. HEX triplet: 18, 07 and 0D. RGB value is (24,7,13). Sum of RGB (Red+Green+Blue) = 24+7+13=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #18070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18070D is #E7F8F2. Grayscale: #0C0C0C. Windows color (decimal): -15202547 or 853784. OLE color: 853784.
HSL color Cylindrical-coordinate representation of color #18070D: hue angle of 338.82º 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 #18070D is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 7 | 13 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.91 |
| HSL | 338.82º | 0.55% | 0.06% | - |
| HSV(B) | 338.82º | 0.71% | 0.09% | - |
| XYZ | 0.53 | 0.38 | 0.43 | - |
| YUV | 12.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 13 | 0 | 0.71 | 0.46 | 0.91 | 338.82 | 0.55 | 0.06 |
| Hex | 18 | 7 | D | 0 | 47 | 2E | 5B | 153 | 37 | 6 |
| Octal | 30 | 7 | 15 | 0 | 107 | 56 | 133 | 523 | 67 | 6 |
| Binary | 11000 | 111 | 1101 | 0 | 1000111 | 101110 | 1011011 | 101010011 | 110111 | 110 |
Color Harmonies of #18070D
Complementary color
Monochromatic Colors of #18070D
Black with #18070D
Text Example
Text Example
White with #18070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18070D; }
p { color: rgb(24,7,13); }
H1.HeaderClassName
{
color: #18070D;
}
.AnyTagClassName
{
color: #18070D;
}
</style>
background-color css
<style>
a { background-color: #18070D; }
a { background-color: rgb(24,7,13); }
div.DivClassName
{
background-color: #18070D;
}
.BgClassName
{
background-color: #18070D;
}
</style>
border-color css
<style>
span { border-color: #18070D; }
span { border-color: rgb(24,7,13); }
td.TdClassName
{
border-color: #18070D;
}
.TagClassName
{
border-color: #18070D;
}
</style>