Shades of Rustic Red #12050C
Tints of Rustic Red #12050C
RGB
CMYK
RGB Variations
Color information
#12050C (or 0x12050C) is known color: Rustic Red. HEX triplet: 12, 05 and 0C. RGB value is (18,5,12). Sum of RGB (Red+Green+Blue) = 18+5+12=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050C is #EDFAF3. Grayscale: #090909. Windows color (decimal): -15596276 or 787730. OLE color: 787730.
HSL color Cylindrical-coordinate representation of color #12050C: hue angle of 327.69º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12050C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 5 | 12 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.93 |
| HSL | 327.69º | 0.57% | 0.05% | - |
| HSV(B) | 327.69º | 0.72% | 0.07% | - |
| XYZ | 0.37 | 0.26 | 0.38 | - |
| YUV | 9.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 12 | 0 | 0.72 | 0.33 | 0.93 | 327.69 | 0.57 | 0.05 |
| Hex | 12 | 5 | C | 0 | 48 | 21 | 5D | 148 | 39 | 5 |
| Octal | 22 | 5 | 14 | 0 | 110 | 41 | 135 | 510 | 71 | 5 |
| Binary | 10010 | 101 | 1100 | 0 | 1001000 | 100001 | 1011101 | 101001000 | 111001 | 101 |
Color Harmonies of #12050C
Complementary color
Monochromatic Colors of #12050C
Black with #12050C
Text Example
Text Example
White with #12050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12050C; }
p { color: rgb(18,5,12); }
H1.HeaderClassName
{
color: #12050C;
}
.AnyTagClassName
{
color: #12050C;
}
</style>
background-color css
<style>
a { background-color: #12050C; }
a { background-color: rgb(18,5,12); }
div.DivClassName
{
background-color: #12050C;
}
.BgClassName
{
background-color: #12050C;
}
</style>
border-color css
<style>
span { border-color: #12050C; }
span { border-color: rgb(18,5,12); }
td.TdClassName
{
border-color: #12050C;
}
.TagClassName
{
border-color: #12050C;
}
</style>