Shades of Fire #963B26
Tints of Fire #963B26
RGB
CMYK
RGB Variations
Color information
#963B26 (or 0x963B26) is known color: Fire. HEX triplet: 96, 3B and 26. RGB value is (150,59,38). Sum of RGB (Red+Green+Blue) = 150+59+38=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #963B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B26 is #69C4D9. Grayscale: #535353. Windows color (decimal): -6931674 or 2505622. OLE color: 2505622.
HSL color Cylindrical-coordinate representation of color #963B26: hue angle of 11.25º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963B26 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 38 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.41 |
| HSL | 11.25º | 0.6% | 0.37% | - |
| HSV(B) | 11.25º | 0.75% | 0.59% | - |
| XYZ | 14.49 | 9.75 | 2.95 | - |
| YUV | 83.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 38 | 0 | 0.61 | 0.75 | 0.41 | 11.25 | 0.6 | 0.37 |
| Hex | 96 | 3B | 26 | 0 | 3D | 4B | 29 | B | 3C | 25 |
| Octal | 226 | 73 | 46 | 0 | 75 | 113 | 51 | 13 | 74 | 45 |
| Binary | 10010110 | 111011 | 100110 | 0 | 111101 | 1001011 | 101001 | 1011 | 111100 | 100101 |
Color Harmonies of #963B26
Complementary color
Monochromatic Colors of #963B26
Black with #963B26
Text Example
Text Example
White with #963B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B26; }
p { color: rgb(150,59,38); }
H1.HeaderClassName
{
color: #963B26;
}
.AnyTagClassName
{
color: #963B26;
}
</style>
background-color css
<style>
a { background-color: #963B26; }
a { background-color: rgb(150,59,38); }
div.DivClassName
{
background-color: #963B26;
}
.BgClassName
{
background-color: #963B26;
}
</style>
border-color css
<style>
span { border-color: #963B26; }
span { border-color: rgb(150,59,38); }
td.TdClassName
{
border-color: #963B26;
}
.TagClassName
{
border-color: #963B26;
}
</style>