Shades of Rustic Red #12060C
Tints of Rustic Red #12060C
RGB
CMYK
RGB Variations
Color information
#12060C (or 0x12060C) is known color: Rustic Red. HEX triplet: 12, 06 and 0C. RGB value is (18,6,12). Sum of RGB (Red+Green+Blue) = 18+6+12=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060C is #EDF9F3. Grayscale: #0A0A0A. Windows color (decimal): -15596020 or 787986. OLE color: 787986.
HSL color Cylindrical-coordinate representation of color #12060C: hue angle of 330º 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 #12060C is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 6 | 12 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.93 |
| HSL | 330º | 0.5% | 0.05% | - |
| HSV(B) | 330º | 0.67% | 0.07% | - |
| XYZ | 0.38 | 0.29 | 0.38 | - |
| YUV | 10.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 12 | 0 | 0.67 | 0.33 | 0.93 | 330 | 0.5 | 0.05 |
| Hex | 12 | 6 | C | 0 | 43 | 21 | 5D | 14A | 32 | 5 |
| Octal | 22 | 6 | 14 | 0 | 103 | 41 | 135 | 512 | 62 | 5 |
| Binary | 10010 | 110 | 1100 | 0 | 1000011 | 100001 | 1011101 | 101001010 | 110010 | 101 |
Color Harmonies of #12060C
Complementary color
Monochromatic Colors of #12060C
Black with #12060C
Text Example
Text Example
White with #12060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12060C; }
p { color: rgb(18,6,12); }
H1.HeaderClassName
{
color: #12060C;
}
.AnyTagClassName
{
color: #12060C;
}
</style>
background-color css
<style>
a { background-color: #12060C; }
a { background-color: rgb(18,6,12); }
div.DivClassName
{
background-color: #12060C;
}
.BgClassName
{
background-color: #12060C;
}
</style>
border-color css
<style>
span { border-color: #12060C; }
span { border-color: rgb(18,6,12); }
td.TdClassName
{
border-color: #12060C;
}
.TagClassName
{
border-color: #12060C;
}
</style>