Shades of Rustic Red #12060B
Tints of Rustic Red #12060B
RGB
CMYK
RGB Variations
Color information
#12060B (or 0x12060B) is known color: Rustic Red. HEX triplet: 12, 06 and 0B. RGB value is (18,6,11). Sum of RGB (Red+Green+Blue) = 18+6+11=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060B is #EDF9F4. Grayscale: #0A0A0A. Windows color (decimal): -15596021 or 722450. OLE color: 722450.
HSL color Cylindrical-coordinate representation of color #12060B: hue angle of 335º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12060B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 6 | 11 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.93 |
| HSL | 335º | 0.5% | 0.05% | - |
| HSV(B) | 335º | 0.67% | 0.07% | - |
| XYZ | 0.37 | 0.28 | 0.35 | - |
| YUV | 10.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 11 | 0 | 0.67 | 0.39 | 0.93 | 335 | 0.5 | 0.05 |
| Hex | 12 | 6 | B | 0 | 43 | 27 | 5D | 14F | 32 | 5 |
| Octal | 22 | 6 | 13 | 0 | 103 | 47 | 135 | 517 | 62 | 5 |
| Binary | 10010 | 110 | 1011 | 0 | 1000011 | 100111 | 1011101 | 101001111 | 110010 | 101 |
Color Harmonies of #12060B
Complementary color
Monochromatic Colors of #12060B
Black with #12060B
Text Example
Text Example
White with #12060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12060B; }
p { color: rgb(18,6,11); }
H1.HeaderClassName
{
color: #12060B;
}
.AnyTagClassName
{
color: #12060B;
}
</style>
background-color css
<style>
a { background-color: #12060B; }
a { background-color: rgb(18,6,11); }
div.DivClassName
{
background-color: #12060B;
}
.BgClassName
{
background-color: #12060B;
}
</style>
border-color css
<style>
span { border-color: #12060B; }
span { border-color: rgb(18,6,11); }
td.TdClassName
{
border-color: #12060B;
}
.TagClassName
{
border-color: #12060B;
}
</style>