Shades of Fire #963A1C
Tints of Fire #963A1C
RGB
CMYK
RGB Variations
Color information
#963A1C (or 0x963A1C) is known color: Fire. HEX triplet: 96, 3A and 1C. RGB value is (150,58,28). Sum of RGB (Red+Green+Blue) = 150+58+28=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #963A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A1C is #69C5E3. Grayscale: #525252. Windows color (decimal): -6931940 or 1850006. OLE color: 1850006.
HSL color Cylindrical-coordinate representation of color #963A1C: hue angle of 14.75º 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 #963A1C is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 28 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.41 |
| HSL | 14.75º | 0.69% | 0.35% | - |
| HSV(B) | 14.75º | 0.81% | 0.59% | - |
| XYZ | 14.3 | 9.59 | 2.2 | - |
| YUV | 82.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 28 | 0 | 0.61 | 0.81 | 0.41 | 14.75 | 0.69 | 0.35 |
| Hex | 96 | 3A | 1C | 0 | 3D | 51 | 29 | F | 45 | 23 |
| Octal | 226 | 72 | 34 | 0 | 75 | 121 | 51 | 17 | 105 | 43 |
| Binary | 10010110 | 111010 | 11100 | 0 | 111101 | 1010001 | 101001 | 1111 | 1000101 | 100011 |
Color Harmonies of #963A1C
Complementary color
Monochromatic Colors of #963A1C
Black with #963A1C
Text Example
Text Example
White with #963A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A1C; }
p { color: rgb(150,58,28); }
H1.HeaderClassName
{
color: #963A1C;
}
.AnyTagClassName
{
color: #963A1C;
}
</style>
background-color css
<style>
a { background-color: #963A1C; }
a { background-color: rgb(150,58,28); }
div.DivClassName
{
background-color: #963A1C;
}
.BgClassName
{
background-color: #963A1C;
}
</style>
border-color css
<style>
span { border-color: #963A1C; }
span { border-color: rgb(150,58,28); }
td.TdClassName
{
border-color: #963A1C;
}
.TagClassName
{
border-color: #963A1C;
}
</style>