Shades of Fire #963A1B
Tints of Fire #963A1B
RGB
CMYK
RGB Variations
Color information
#963A1B (or 0x963A1B) is known color: Fire. HEX triplet: 96, 3A and 1B. RGB value is (150,58,27). Sum of RGB (Red+Green+Blue) = 150+58+27=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A1B is #69C5E4. Grayscale: #525252. Windows color (decimal): -6931941 or 1784470. OLE color: 1784470.
HSL color Cylindrical-coordinate representation of color #963A1B: hue angle of 15.12º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #963A1B is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 27 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.41 |
| HSL | 15.12º | 0.69% | 0.35% | - |
| HSV(B) | 15.12º | 0.82% | 0.59% | - |
| XYZ | 14.29 | 9.59 | 2.13 | - |
| YUV | 81.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 27 | 0 | 0.61 | 0.82 | 0.41 | 15.12 | 0.69 | 0.35 |
| Hex | 96 | 3A | 1B | 0 | 3D | 52 | 29 | F | 45 | 23 |
| Octal | 226 | 72 | 33 | 0 | 75 | 122 | 51 | 17 | 105 | 43 |
| Binary | 10010110 | 111010 | 11011 | 0 | 111101 | 1010010 | 101001 | 1111 | 1000101 | 100011 |
Color Harmonies of #963A1B
Complementary color
Monochromatic Colors of #963A1B
Black with #963A1B
Text Example
Text Example
White with #963A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A1B; }
p { color: rgb(150,58,27); }
H1.HeaderClassName
{
color: #963A1B;
}
.AnyTagClassName
{
color: #963A1B;
}
</style>
background-color css
<style>
a { background-color: #963A1B; }
a { background-color: rgb(150,58,27); }
div.DivClassName
{
background-color: #963A1B;
}
.BgClassName
{
background-color: #963A1B;
}
</style>
border-color css
<style>
span { border-color: #963A1B; }
span { border-color: rgb(150,58,27); }
td.TdClassName
{
border-color: #963A1B;
}
.TagClassName
{
border-color: #963A1B;
}
</style>