Shades of Fire #963A28
Tints of Fire #963A28
RGB
CMYK
RGB Variations
Color information
#963A28 (or 0x963A28) is known color: Fire. HEX triplet: 96, 3A and 28. RGB value is (150,58,40). Sum of RGB (Red+Green+Blue) = 150+58+40=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #963A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A28 is #69C5D7. Grayscale: #535353. Windows color (decimal): -6931928 or 2636438. OLE color: 2636438.
HSL color Cylindrical-coordinate representation of color #963A28: hue angle of 9.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963A28 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 40 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.41 |
| HSL | 9.82º | 0.58% | 0.37% | - |
| HSV(B) | 9.82º | 0.73% | 0.59% | - |
| XYZ | 14.47 | 9.66 | 3.11 | - |
| YUV | 83.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 40 | 0 | 0.61 | 0.73 | 0.41 | 9.82 | 0.58 | 0.37 |
| Hex | 96 | 3A | 28 | 0 | 3D | 49 | 29 | A | 3A | 25 |
| Octal | 226 | 72 | 50 | 0 | 75 | 111 | 51 | 12 | 72 | 45 |
| Binary | 10010110 | 111010 | 101000 | 0 | 111101 | 1001001 | 101001 | 1010 | 111010 | 100101 |
Color Harmonies of #963A28
Complementary color
Monochromatic Colors of #963A28
Black with #963A28
Text Example
Text Example
White with #963A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A28; }
p { color: rgb(150,58,40); }
H1.HeaderClassName
{
color: #963A28;
}
.AnyTagClassName
{
color: #963A28;
}
</style>
background-color css
<style>
a { background-color: #963A28; }
a { background-color: rgb(150,58,40); }
div.DivClassName
{
background-color: #963A28;
}
.BgClassName
{
background-color: #963A28;
}
</style>
border-color css
<style>
span { border-color: #963A28; }
span { border-color: rgb(150,58,40); }
td.TdClassName
{
border-color: #963A28;
}
.TagClassName
{
border-color: #963A28;
}
</style>