Shades of Rustic Red #12070B
Tints of Rustic Red #12070B
RGB
CMYK
RGB Variations
Color information
#12070B (or 0x12070B) is known color: Rustic Red. HEX triplet: 12, 07 and 0B. RGB value is (18,7,11). Sum of RGB (Red+Green+Blue) = 18+7+11=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070B is #EDF8F4. Grayscale: #0A0A0A. Windows color (decimal): -15595765 or 722706. OLE color: 722706.
HSL color Cylindrical-coordinate representation of color #12070B: hue angle of 338.18º 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 #12070B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 7 | 11 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.93 |
| HSL | 338.18º | 0.44% | 0.05% | - |
| HSV(B) | 338.18º | 0.61% | 0.07% | - |
| XYZ | 0.39 | 0.3 | 0.36 | - |
| YUV | 10.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 11 | 0 | 0.61 | 0.39 | 0.93 | 338.18 | 0.44 | 0.05 |
| Hex | 12 | 7 | B | 0 | 3D | 27 | 5D | 152 | 2C | 5 |
| Octal | 22 | 7 | 13 | 0 | 75 | 47 | 135 | 522 | 54 | 5 |
| Binary | 10010 | 111 | 1011 | 0 | 111101 | 100111 | 1011101 | 101010010 | 101100 | 101 |
Color Harmonies of #12070B
Complementary color
Monochromatic Colors of #12070B
Black with #12070B
Text Example
Text Example
White with #12070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12070B; }
p { color: rgb(18,7,11); }
H1.HeaderClassName
{
color: #12070B;
}
.AnyTagClassName
{
color: #12070B;
}
</style>
background-color css
<style>
a { background-color: #12070B; }
a { background-color: rgb(18,7,11); }
div.DivClassName
{
background-color: #12070B;
}
.BgClassName
{
background-color: #12070B;
}
</style>
border-color css
<style>
span { border-color: #12070B; }
span { border-color: rgb(18,7,11); }
td.TdClassName
{
border-color: #12070B;
}
.TagClassName
{
border-color: #12070B;
}
</style>