Shades of Fiery Orange #B15C24
Tints of Fiery Orange #B15C24
RGB
CMYK
RGB Variations
Color information
#B15C24 (or 0xB15C24) is known color: Fiery Orange. HEX triplet: B1, 5C and 24. RGB value is (177,92,36). Sum of RGB (Red+Green+Blue) = 177+92+36=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C24 is #4EA3DB. Grayscale: #6F6F6F. Windows color (decimal): -5153756 or 2383025. OLE color: 2383025.
HSL color Cylindrical-coordinate representation of color #B15C24: hue angle of 23.83º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B15C24 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 36 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.31 |
| HSL | 23.83º | 0.66% | 0.42% | - |
| HSV(B) | 23.83º | 0.8% | 0.69% | - |
| XYZ | 22.28 | 17.13 | 3.8 | - |
| YUV | 111.03 | 85.66 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 36 | 0 | 0.48 | 0.80 | 0.31 | 23.83 | 0.66 | 0.42 |
| Hex | B1 | 5C | 24 | 0 | 30 | 50 | 1F | 18 | 42 | 2A |
| Octal | 261 | 134 | 44 | 0 | 60 | 120 | 37 | 30 | 102 | 52 |
| Binary | 10110001 | 1011100 | 100100 | 0 | 110000 | 1010000 | 11111 | 11000 | 1000010 | 101010 |
Color Harmonies of #B15C24
Complementary color
Monochromatic Colors of #B15C24
Black with #B15C24
Text Example
Text Example
White with #B15C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C24; }
p { color: rgb(177,92,36); }
H1.HeaderClassName
{
color: #B15C24;
}
.AnyTagClassName
{
color: #B15C24;
}
</style>
background-color css
<style>
a { background-color: #B15C24; }
a { background-color: rgb(177,92,36); }
div.DivClassName
{
background-color: #B15C24;
}
.BgClassName
{
background-color: #B15C24;
}
</style>
border-color css
<style>
span { border-color: #B15C24; }
span { border-color: rgb(177,92,36); }
td.TdClassName
{
border-color: #B15C24;
}
.TagClassName
{
border-color: #B15C24;
}
</style>