Shades of Falu Red #9A160C
Tints of Falu Red #9A160C
RGB
CMYK
RGB Variations
Color information
#9A160C (or 0x9A160C) is known color: Falu Red. HEX triplet: 9A, 16 and 0C. RGB value is (154,22,12). Sum of RGB (Red+Green+Blue) = 154+22+12=188 (24% of max value = 765). Red value is 154 (60.55% from 255 or 81.91% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 154 - color contains mainly: red. Hex color #9A160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A160C is #65E9F3. Grayscale: #3C3C3C. Windows color (decimal): -6679028 or 792218. OLE color: 792218.
HSL color Cylindrical-coordinate representation of color #9A160C: hue angle of 4.23º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A160C is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 22 | 12 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.40 |
| HSL | 4.23º | 0.86% | 0.33% | - |
| HSV(B) | 4.23º | 0.92% | 0.6% | - |
| XYZ | 13.68 | 7.47 | 1.07 | - |
| YUV | 60.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 12 | 0 | 0.86 | 0.92 | 0.40 | 4.23 | 0.86 | 0.33 |
| Hex | 9A | 16 | C | 0 | 56 | 5C | 28 | 4 | 56 | 21 |
| Octal | 232 | 26 | 14 | 0 | 126 | 134 | 50 | 4 | 126 | 41 |
| Binary | 10011010 | 10110 | 1100 | 0 | 1010110 | 1011100 | 101000 | 100 | 1010110 | 100001 |
Color Harmonies of #9A160C
Complementary color
Monochromatic Colors of #9A160C
Black with #9A160C
Text Example
Text Example
White with #9A160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A160C; }
p { color: rgb(154,22,12); }
H1.HeaderClassName
{
color: #9A160C;
}
.AnyTagClassName
{
color: #9A160C;
}
</style>
background-color css
<style>
a { background-color: #9A160C; }
a { background-color: rgb(154,22,12); }
div.DivClassName
{
background-color: #9A160C;
}
.BgClassName
{
background-color: #9A160C;
}
</style>
border-color css
<style>
span { border-color: #9A160C; }
span { border-color: rgb(154,22,12); }
td.TdClassName
{
border-color: #9A160C;
}
.TagClassName
{
border-color: #9A160C;
}
</style>