Shades of Fire #963A23
Tints of Fire #963A23
RGB
CMYK
RGB Variations
Color information
#963A23 (or 0x963A23) is known color: Fire. HEX triplet: 96, 3A and 23. RGB value is (150,58,35). Sum of RGB (Red+Green+Blue) = 150+58+35=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #963A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A23 is #69C5DC. Grayscale: #535353. Windows color (decimal): -6931933 or 2308758. OLE color: 2308758.
HSL color Cylindrical-coordinate representation of color #963A23: hue angle of 12º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963A23 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 35 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.41 |
| HSL | 12º | 0.62% | 0.36% | - |
| HSV(B) | 12º | 0.77% | 0.59% | - |
| XYZ | 14.39 | 9.63 | 2.69 | - |
| YUV | 82.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 35 | 0 | 0.61 | 0.77 | 0.41 | 12 | 0.62 | 0.36 |
| Hex | 96 | 3A | 23 | 0 | 3D | 4D | 29 | C | 3E | 24 |
| Octal | 226 | 72 | 43 | 0 | 75 | 115 | 51 | 14 | 76 | 44 |
| Binary | 10010110 | 111010 | 100011 | 0 | 111101 | 1001101 | 101001 | 1100 | 111110 | 100100 |
Color Harmonies of #963A23
Complementary color
Monochromatic Colors of #963A23
Black with #963A23
Text Example
Text Example
White with #963A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A23; }
p { color: rgb(150,58,35); }
H1.HeaderClassName
{
color: #963A23;
}
.AnyTagClassName
{
color: #963A23;
}
</style>
background-color css
<style>
a { background-color: #963A23; }
a { background-color: rgb(150,58,35); }
div.DivClassName
{
background-color: #963A23;
}
.BgClassName
{
background-color: #963A23;
}
</style>
border-color css
<style>
span { border-color: #963A23; }
span { border-color: rgb(150,58,35); }
td.TdClassName
{
border-color: #963A23;
}
.TagClassName
{
border-color: #963A23;
}
</style>