Shades of Falu Red #921A12
Tints of Falu Red #921A12
RGB
CMYK
RGB Variations
Color information
#921A12 (or 0x921A12) is known color: Falu Red. HEX triplet: 92, 1A and 12. RGB value is (146,26,18). Sum of RGB (Red+Green+Blue) = 146+26+18=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #921A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A12 is #6DE5ED. Grayscale: #3D3D3D. Windows color (decimal): -7202286 or 1186450. OLE color: 1186450.
HSL color Cylindrical-coordinate representation of color #921A12: hue angle of 3.75º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921A12 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 26 | 18 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.43 |
| HSL | 3.75º | 0.78% | 0.32% | - |
| HSV(B) | 3.75º | 0.88% | 0.57% | - |
| XYZ | 12.33 | 6.89 | 1.25 | - |
| YUV | 60.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 18 | 0 | 0.82 | 0.88 | 0.43 | 3.75 | 0.78 | 0.32 |
| Hex | 92 | 1A | 12 | 0 | 52 | 58 | 2B | 4 | 4E | 20 |
| Octal | 222 | 32 | 22 | 0 | 122 | 130 | 53 | 4 | 116 | 40 |
| Binary | 10010010 | 11010 | 10010 | 0 | 1010010 | 1011000 | 101011 | 100 | 1001110 | 100000 |
Color Harmonies of #921A12
Complementary color
Monochromatic Colors of #921A12
Black with #921A12
Text Example
Text Example
White with #921A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A12; }
p { color: rgb(146,26,18); }
H1.HeaderClassName
{
color: #921A12;
}
.AnyTagClassName
{
color: #921A12;
}
</style>
background-color css
<style>
a { background-color: #921A12; }
a { background-color: rgb(146,26,18); }
div.DivClassName
{
background-color: #921A12;
}
.BgClassName
{
background-color: #921A12;
}
</style>
border-color css
<style>
span { border-color: #921A12; }
span { border-color: rgb(146,26,18); }
td.TdClassName
{
border-color: #921A12;
}
.TagClassName
{
border-color: #921A12;
}
</style>