Shades of Falu Red #962302
Tints of Falu Red #962302
RGB
CMYK
RGB Variations
Color information
#962302 (or 0x962302) is known color: Falu Red. HEX triplet: 96, 23 and 02. RGB value is (150,35,2). Sum of RGB (Red+Green+Blue) = 150+35+2=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #962302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962302 is #69DCFD. Grayscale: #414141. Windows color (decimal): -6937854 or 140182. OLE color: 140182.
HSL color Cylindrical-coordinate representation of color #962302: hue angle of 13.38º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #962302 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.41 |
| HSL | 13.38º | 0.97% | 0.3% | - |
| HSV(B) | 13.38º | 0.99% | 0.59% | - |
| XYZ | 13.19 | 7.69 | 0.85 | - |
| YUV | 65.62 | 92.1 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 2 | 0 | 0.77 | 0.99 | 0.41 | 13.38 | 0.97 | 0.3 |
| Hex | 96 | 23 | 2 | 0 | 4D | 63 | 29 | D | 61 | 1E |
| Octal | 226 | 43 | 2 | 0 | 115 | 143 | 51 | 15 | 141 | 36 |
| Binary | 10010110 | 100011 | 10 | 0 | 1001101 | 1100011 | 101001 | 1101 | 1100001 | 11110 |
Color Harmonies of #962302
Complementary color
Monochromatic Colors of #962302
Black with #962302
Text Example
Text Example
White with #962302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962302; }
p { color: rgb(150,35,2); }
H1.HeaderClassName
{
color: #962302;
}
.AnyTagClassName
{
color: #962302;
}
</style>
background-color css
<style>
a { background-color: #962302; }
a { background-color: rgb(150,35,2); }
div.DivClassName
{
background-color: #962302;
}
.BgClassName
{
background-color: #962302;
}
</style>
border-color css
<style>
span { border-color: #962302; }
span { border-color: rgb(150,35,2); }
td.TdClassName
{
border-color: #962302;
}
.TagClassName
{
border-color: #962302;
}
</style>