Shades of Rustic Red #12090D
Tints of Rustic Red #12090D
RGB
CMYK
RGB Variations
Color information
#12090D (or 0x12090D) is known color: Rustic Red. HEX triplet: 12, 09 and 0D. RGB value is (18,9,13). Sum of RGB (Red+Green+Blue) = 18+9+13=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #12090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12090D is #EDF6F2. Grayscale: #0C0C0C. Windows color (decimal): -15595251 or 854290. OLE color: 854290.
HSL color Cylindrical-coordinate representation of color #12090D: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #12090D is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 9 | 13 | - |
| CMYK | 0 | 0.5 | 0.28 | 0.93 |
| HSL | 333.33º | 0.33% | 0.05% | - |
| HSV(B) | 333.33º | 0.5% | 0.07% | - |
| XYZ | 0.42 | 0.35 | 0.43 | - |
| YUV | 12.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 13 | 0 | 0.5 | 0.28 | 0.93 | 333.33 | 0.33 | 0.05 |
| Hex | 12 | 9 | D | 0 | 32 | 1C | 5D | 14D | 21 | 5 |
| Octal | 22 | 11 | 15 | 0 | 62 | 34 | 135 | 515 | 41 | 5 |
| Binary | 10010 | 1001 | 1101 | 0 | 110010 | 11100 | 1011101 | 101001101 | 100001 | 101 |
Color Harmonies of #12090D
Complementary color
Monochromatic Colors of #12090D
Black with #12090D
Text Example
Text Example
White with #12090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12090D; }
p { color: rgb(18,9,13); }
H1.HeaderClassName
{
color: #12090D;
}
.AnyTagClassName
{
color: #12090D;
}
</style>
background-color css
<style>
a { background-color: #12090D; }
a { background-color: rgb(18,9,13); }
div.DivClassName
{
background-color: #12090D;
}
.BgClassName
{
background-color: #12090D;
}
</style>
border-color css
<style>
span { border-color: #12090D; }
span { border-color: rgb(18,9,13); }
td.TdClassName
{
border-color: #12090D;
}
.TagClassName
{
border-color: #12090D;
}
</style>