Shades of Rustic Red #12080B
Tints of Rustic Red #12080B
RGB
CMYK
RGB Variations
Color information
#12080B (or 0x12080B) is known color: Rustic Red. HEX triplet: 12, 08 and 0B. RGB value is (18,8,11). Sum of RGB (Red+Green+Blue) = 18+8+11=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12080B is #EDF7F4. Grayscale: #0B0B0B. Windows color (decimal): -15595509 or 722962. OLE color: 722962.
HSL color Cylindrical-coordinate representation of color #12080B: hue angle of 342º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12080B is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 8 | 11 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.93 |
| HSL | 342º | 0.38% | 0.05% | - |
| HSV(B) | 342º | 0.56% | 0.07% | - |
| XYZ | 0.4 | 0.33 | 0.36 | - |
| YUV | 11.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 11 | 0 | 0.56 | 0.39 | 0.93 | 342 | 0.38 | 0.05 |
| Hex | 12 | 8 | B | 0 | 38 | 27 | 5D | 156 | 26 | 5 |
| Octal | 22 | 10 | 13 | 0 | 70 | 47 | 135 | 526 | 46 | 5 |
| Binary | 10010 | 1000 | 1011 | 0 | 111000 | 100111 | 1011101 | 101010110 | 100110 | 101 |
Color Harmonies of #12080B
Complementary color
Monochromatic Colors of #12080B
Black with #12080B
Text Example
Text Example
White with #12080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12080B; }
p { color: rgb(18,8,11); }
H1.HeaderClassName
{
color: #12080B;
}
.AnyTagClassName
{
color: #12080B;
}
</style>
background-color css
<style>
a { background-color: #12080B; }
a { background-color: rgb(18,8,11); }
div.DivClassName
{
background-color: #12080B;
}
.BgClassName
{
background-color: #12080B;
}
</style>
border-color css
<style>
span { border-color: #12080B; }
span { border-color: rgb(18,8,11); }
td.TdClassName
{
border-color: #12080B;
}
.TagClassName
{
border-color: #12080B;
}
</style>