Shades of Rustic Red #12070D
Tints of Rustic Red #12070D
RGB
CMYK
RGB Variations
Color information
#12070D (or 0x12070D) is known color: Rustic Red. HEX triplet: 12, 07 and 0D. RGB value is (18,7,13). Sum of RGB (Red+Green+Blue) = 18+7+13=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #12070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070D is #EDF8F2. Grayscale: #0A0A0A. Windows color (decimal): -15595763 or 853778. OLE color: 853778.
HSL color Cylindrical-coordinate representation of color #12070D: hue angle of 327.27º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12070D is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 7 | 13 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.93 |
| HSL | 327.27º | 0.44% | 0.05% | - |
| HSV(B) | 327.27º | 0.61% | 0.07% | - |
| XYZ | 0.4 | 0.31 | 0.42 | - |
| YUV | 10.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 13 | 0 | 0.61 | 0.28 | 0.93 | 327.27 | 0.44 | 0.05 |
| Hex | 12 | 7 | D | 0 | 3D | 1C | 5D | 147 | 2C | 5 |
| Octal | 22 | 7 | 15 | 0 | 75 | 34 | 135 | 507 | 54 | 5 |
| Binary | 10010 | 111 | 1101 | 0 | 111101 | 11100 | 1011101 | 101000111 | 101100 | 101 |
Color Harmonies of #12070D
Complementary color
Monochromatic Colors of #12070D
Black with #12070D
Text Example
Text Example
White with #12070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12070D; }
p { color: rgb(18,7,13); }
H1.HeaderClassName
{
color: #12070D;
}
.AnyTagClassName
{
color: #12070D;
}
</style>
background-color css
<style>
a { background-color: #12070D; }
a { background-color: rgb(18,7,13); }
div.DivClassName
{
background-color: #12070D;
}
.BgClassName
{
background-color: #12070D;
}
</style>
border-color css
<style>
span { border-color: #12070D; }
span { border-color: rgb(18,7,13); }
td.TdClassName
{
border-color: #12070D;
}
.TagClassName
{
border-color: #12070D;
}
</style>