Shades of Fire #963B1C
Tints of Fire #963B1C
RGB
CMYK
RGB Variations
Color information
#963B1C (or 0x963B1C) is known color: Fire. HEX triplet: 96, 3B and 1C. RGB value is (150,59,28). Sum of RGB (Red+Green+Blue) = 150+59+28=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #963B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B1C is #69C4E3. Grayscale: #525252. Windows color (decimal): -6931684 or 1850262. OLE color: 1850262.
HSL color Cylindrical-coordinate representation of color #963B1C: hue angle of 15.25º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #963B1C is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 28 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.41 |
| HSL | 15.25º | 0.69% | 0.35% | - |
| HSV(B) | 15.25º | 0.81% | 0.59% | - |
| XYZ | 14.35 | 9.7 | 2.21 | - |
| YUV | 82.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 28 | 0 | 0.61 | 0.81 | 0.41 | 15.25 | 0.69 | 0.35 |
| Hex | 96 | 3B | 1C | 0 | 3D | 51 | 29 | F | 45 | 23 |
| Octal | 226 | 73 | 34 | 0 | 75 | 121 | 51 | 17 | 105 | 43 |
| Binary | 10010110 | 111011 | 11100 | 0 | 111101 | 1010001 | 101001 | 1111 | 1000101 | 100011 |
Color Harmonies of #963B1C
Complementary color
Monochromatic Colors of #963B1C
Black with #963B1C
Text Example
Text Example
White with #963B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B1C; }
p { color: rgb(150,59,28); }
H1.HeaderClassName
{
color: #963B1C;
}
.AnyTagClassName
{
color: #963B1C;
}
</style>
background-color css
<style>
a { background-color: #963B1C; }
a { background-color: rgb(150,59,28); }
div.DivClassName
{
background-color: #963B1C;
}
.BgClassName
{
background-color: #963B1C;
}
</style>
border-color css
<style>
span { border-color: #963B1C; }
span { border-color: rgb(150,59,28); }
td.TdClassName
{
border-color: #963B1C;
}
.TagClassName
{
border-color: #963B1C;
}
</style>