Shades of Falu Red #901A0C
Tints of Falu Red #901A0C
RGB
CMYK
RGB Variations
Color information
#901A0C (or 0x901A0C) is known color: Falu Red. HEX triplet: 90, 1A and 0C. RGB value is (144,26,12). Sum of RGB (Red+Green+Blue) = 144+26+12=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #901A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901A0C is #6FE5F3. Grayscale: #3B3B3B. Windows color (decimal): -7333364 or 793232. OLE color: 793232.
HSL color Cylindrical-coordinate representation of color #901A0C: hue angle of 6.36º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #901A0C is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 12 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.44 |
| HSL | 6.36º | 0.85% | 0.31% | - |
| HSV(B) | 6.36º | 0.92% | 0.56% | - |
| XYZ | 11.94 | 6.69 | 1.01 | - |
| YUV | 59.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 12 | 0 | 0.82 | 0.92 | 0.44 | 6.36 | 0.85 | 0.31 |
| Hex | 90 | 1A | C | 0 | 52 | 5C | 2C | 6 | 55 | 1F |
| Octal | 220 | 32 | 14 | 0 | 122 | 134 | 54 | 6 | 125 | 37 |
| Binary | 10010000 | 11010 | 1100 | 0 | 1010010 | 1011100 | 101100 | 110 | 1010101 | 11111 |
Color Harmonies of #901A0C
Complementary color
Monochromatic Colors of #901A0C
Black with #901A0C
Text Example
Text Example
White with #901A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A0C; }
p { color: rgb(144,26,12); }
H1.HeaderClassName
{
color: #901A0C;
}
.AnyTagClassName
{
color: #901A0C;
}
</style>
background-color css
<style>
a { background-color: #901A0C; }
a { background-color: rgb(144,26,12); }
div.DivClassName
{
background-color: #901A0C;
}
.BgClassName
{
background-color: #901A0C;
}
</style>
border-color css
<style>
span { border-color: #901A0C; }
span { border-color: rgb(144,26,12); }
td.TdClassName
{
border-color: #901A0C;
}
.TagClassName
{
border-color: #901A0C;
}
</style>