Shades of Fire #963A20
Tints of Fire #963A20
RGB
CMYK
RGB Variations
Color information
#963A20 (or 0x963A20) is known color: Fire. HEX triplet: 96, 3A and 20. RGB value is (150,58,32). Sum of RGB (Red+Green+Blue) = 150+58+32=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #963A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A20 is #69C5DF. Grayscale: #525252. Windows color (decimal): -6931936 or 2112150. OLE color: 2112150.
HSL color Cylindrical-coordinate representation of color #963A20: hue angle of 13.22º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #963A20 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 32 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.41 |
| HSL | 13.22º | 0.65% | 0.36% | - |
| HSV(B) | 13.22º | 0.79% | 0.59% | - |
| XYZ | 14.35 | 9.61 | 2.47 | - |
| YUV | 82.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 32 | 0 | 0.61 | 0.79 | 0.41 | 13.22 | 0.65 | 0.36 |
| Hex | 96 | 3A | 20 | 0 | 3D | 4F | 29 | D | 41 | 24 |
| Octal | 226 | 72 | 40 | 0 | 75 | 117 | 51 | 15 | 101 | 44 |
| Binary | 10010110 | 111010 | 100000 | 0 | 111101 | 1001111 | 101001 | 1101 | 1000001 | 100100 |
Color Harmonies of #963A20
Complementary color
Monochromatic Colors of #963A20
Black with #963A20
Text Example
Text Example
White with #963A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A20; }
p { color: rgb(150,58,32); }
H1.HeaderClassName
{
color: #963A20;
}
.AnyTagClassName
{
color: #963A20;
}
</style>
background-color css
<style>
a { background-color: #963A20; }
a { background-color: rgb(150,58,32); }
div.DivClassName
{
background-color: #963A20;
}
.BgClassName
{
background-color: #963A20;
}
</style>
border-color css
<style>
span { border-color: #963A20; }
span { border-color: rgb(150,58,32); }
td.TdClassName
{
border-color: #963A20;
}
.TagClassName
{
border-color: #963A20;
}
</style>