Shades of Fiery Orange #B36024
Tints of Fiery Orange #B36024
RGB
CMYK
RGB Variations
Color information
#B36024 (or 0xB36024) is known color: Fiery Orange. HEX triplet: B3, 60 and 24. RGB value is (179,96,36). Sum of RGB (Red+Green+Blue) = 179+96+36=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B36024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36024 is #4C9FDB. Grayscale: #727272. Windows color (decimal): -5021660 or 2384051. OLE color: 2384051.
HSL color Cylindrical-coordinate representation of color #B36024: hue angle of 25.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B36024 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 36 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.30 |
| HSL | 25.17º | 0.67% | 0.42% | - |
| HSV(B) | 25.17º | 0.8% | 0.7% | - |
| XYZ | 23.09 | 18.08 | 3.94 | - |
| YUV | 113.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 36 | 0 | 0.46 | 0.80 | 0.30 | 25.17 | 0.67 | 0.42 |
| Hex | B3 | 60 | 24 | 0 | 2E | 50 | 1E | 19 | 43 | 2A |
| Octal | 263 | 140 | 44 | 0 | 56 | 120 | 36 | 31 | 103 | 52 |
| Binary | 10110011 | 1100000 | 100100 | 0 | 101110 | 1010000 | 11110 | 11001 | 1000011 | 101010 |
Color Harmonies of #B36024
Complementary color
Monochromatic Colors of #B36024
Black with #B36024
Text Example
Text Example
White with #B36024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36024; }
p { color: rgb(179,96,36); }
H1.HeaderClassName
{
color: #B36024;
}
.AnyTagClassName
{
color: #B36024;
}
</style>
background-color css
<style>
a { background-color: #B36024; }
a { background-color: rgb(179,96,36); }
div.DivClassName
{
background-color: #B36024;
}
.BgClassName
{
background-color: #B36024;
}
</style>
border-color css
<style>
span { border-color: #B36024; }
span { border-color: rgb(179,96,36); }
td.TdClassName
{
border-color: #B36024;
}
.TagClassName
{
border-color: #B36024;
}
</style>