Shades of Fire #963A26
Tints of Fire #963A26
RGB
CMYK
RGB Variations
Color information
#963A26 (or 0x963A26) is known color: Fire. HEX triplet: 96, 3A and 26. RGB value is (150,58,38). Sum of RGB (Red+Green+Blue) = 150+58+38=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #963A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A26 is #69C5D9. Grayscale: #535353. Windows color (decimal): -6931930 or 2505366. OLE color: 2505366.
HSL color Cylindrical-coordinate representation of color #963A26: hue angle of 10.71º 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 #963A26 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 38 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.41 |
| HSL | 10.71º | 0.6% | 0.37% | - |
| HSV(B) | 10.71º | 0.75% | 0.59% | - |
| XYZ | 14.44 | 9.65 | 2.94 | - |
| YUV | 83.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 38 | 0 | 0.61 | 0.75 | 0.41 | 10.71 | 0.6 | 0.37 |
| Hex | 96 | 3A | 26 | 0 | 3D | 4B | 29 | B | 3C | 25 |
| Octal | 226 | 72 | 46 | 0 | 75 | 113 | 51 | 13 | 74 | 45 |
| Binary | 10010110 | 111010 | 100110 | 0 | 111101 | 1001011 | 101001 | 1011 | 111100 | 100101 |
Color Harmonies of #963A26
Complementary color
Monochromatic Colors of #963A26
Black with #963A26
Text Example
Text Example
White with #963A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A26; }
p { color: rgb(150,58,38); }
H1.HeaderClassName
{
color: #963A26;
}
.AnyTagClassName
{
color: #963A26;
}
</style>
background-color css
<style>
a { background-color: #963A26; }
a { background-color: rgb(150,58,38); }
div.DivClassName
{
background-color: #963A26;
}
.BgClassName
{
background-color: #963A26;
}
</style>
border-color css
<style>
span { border-color: #963A26; }
span { border-color: rgb(150,58,38); }
td.TdClassName
{
border-color: #963A26;
}
.TagClassName
{
border-color: #963A26;
}
</style>