Shades of Falu Red #96160C
Tints of Falu Red #96160C
RGB
CMYK
RGB Variations
Color information
#96160C (or 0x96160C) is known color: Falu Red. HEX triplet: 96, 16 and 0C. RGB value is (150,22,12). Sum of RGB (Red+Green+Blue) = 150+22+12=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #96160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96160C is #69E9F3. Grayscale: #3B3B3B. Windows color (decimal): -6941172 or 792214. OLE color: 792214.
HSL color Cylindrical-coordinate representation of color #96160C: hue angle of 4.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96160C is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 12 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.41 |
| HSL | 4.35º | 0.85% | 0.32% | - |
| HSV(B) | 4.35º | 0.92% | 0.59% | - |
| XYZ | 12.93 | 7.08 | 1.03 | - |
| YUV | 59.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 12 | 0 | 0.85 | 0.92 | 0.41 | 4.35 | 0.85 | 0.32 |
| Hex | 96 | 16 | C | 0 | 55 | 5C | 29 | 4 | 55 | 20 |
| Octal | 226 | 26 | 14 | 0 | 125 | 134 | 51 | 4 | 125 | 40 |
| Binary | 10010110 | 10110 | 1100 | 0 | 1010101 | 1011100 | 101001 | 100 | 1010101 | 100000 |
Color Harmonies of #96160C
Complementary color
Monochromatic Colors of #96160C
Black with #96160C
Text Example
Text Example
White with #96160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96160C; }
p { color: rgb(150,22,12); }
H1.HeaderClassName
{
color: #96160C;
}
.AnyTagClassName
{
color: #96160C;
}
</style>
background-color css
<style>
a { background-color: #96160C; }
a { background-color: rgb(150,22,12); }
div.DivClassName
{
background-color: #96160C;
}
.BgClassName
{
background-color: #96160C;
}
</style>
border-color css
<style>
span { border-color: #96160C; }
span { border-color: rgb(150,22,12); }
td.TdClassName
{
border-color: #96160C;
}
.TagClassName
{
border-color: #96160C;
}
</style>