Shades of Rustic Red #12090A
Tints of Rustic Red #12090A
RGB
CMYK
RGB Variations
Color information
#12090A (or 0x12090A) is known color: Rustic Red. HEX triplet: 12, 09 and 0A. RGB value is (18,9,10). Sum of RGB (Red+Green+Blue) = 18+9+10=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12090A is #EDF6F5. Grayscale: #0B0B0B. Windows color (decimal): -15595254 or 657682. OLE color: 657682.
HSL color Cylindrical-coordinate representation of color #12090A: hue angle of 353.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 #12090A is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 9 | 10 | - |
CMYK | 0 | 0.5 | 0.44 | 0.93 |
HSL | 353.33º | 0.33% | 0.05% | - |
HSV(B) | 353.33º | 0.5% | 0.07% | - |
XYZ | 0.4 | 0.35 | 0.33 | - |
YUV | 11.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 9 | 10 | 0 | 0.5 | 0.44 | 0.93 | 353.33 | 0.33 | 0.05 |
Hex | 12 | 9 | A | 0 | 32 | 2C | 5D | 161 | 21 | 5 |
Octal | 22 | 11 | 12 | 0 | 62 | 54 | 135 | 541 | 41 | 5 |
Binary | 10010 | 1001 | 1010 | 0 | 110010 | 101100 | 1011101 | 101100001 | 100001 | 101 |
Color Harmonies of #12090A
Complementary color
Monochromatic Colors of #12090A
Black with #12090A
Text Example
Text Example
White with #12090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12090A; }
p { color: rgb(18,9,10); }
H1.HeaderClassName
{
color: #12090A;
}
.AnyTagClassName
{
color: #12090A;
}
</style>
background-color css
<style>
a { background-color: #12090A; }
a { background-color: rgb(18,9,10); }
div.DivClassName
{
background-color: #12090A;
}
.BgClassName
{
background-color: #12090A;
}
</style>
border-color css
<style>
span { border-color: #12090A; }
span { border-color: rgb(18,9,10); }
td.TdClassName
{
border-color: #12090A;
}
.TagClassName
{
border-color: #12090A;
}
</style>