Shades of Fiery Orange #B25C39
Tints of Fiery Orange #B25C39
RGB
CMYK
RGB Variations
Color information
#B25C39 (or 0xB25C39) is known color: Fiery Orange. HEX triplet: B2, 5C and 39. RGB value is (178,92,57). Sum of RGB (Red+Green+Blue) = 178+92+57=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C39 is #4DA3C6. Grayscale: #717171. Windows color (decimal): -5088199 or 3759282. OLE color: 3759282.
HSL color Cylindrical-coordinate representation of color #B25C39: hue angle of 17.36º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B25C39 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 57 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.30 |
| HSL | 17.36º | 0.51% | 0.46% | - |
| HSV(B) | 17.36º | 0.68% | 0.7% | - |
| XYZ | 22.93 | 17.41 | 6.02 | - |
| YUV | 113.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 57 | 0 | 0.48 | 0.68 | 0.30 | 17.36 | 0.51 | 0.46 |
| Hex | B2 | 5C | 39 | 0 | 30 | 44 | 1E | 11 | 33 | 2E |
| Octal | 262 | 134 | 71 | 0 | 60 | 104 | 36 | 21 | 63 | 56 |
| Binary | 10110010 | 1011100 | 111001 | 0 | 110000 | 1000100 | 11110 | 10001 | 110011 | 101110 |
Color Harmonies of #B25C39
Complementary color
Monochromatic Colors of #B25C39
Black with #B25C39
Text Example
Text Example
White with #B25C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25C39; }
p { color: rgb(178,92,57); }
H1.HeaderClassName
{
color: #B25C39;
}
.AnyTagClassName
{
color: #B25C39;
}
</style>
background-color css
<style>
a { background-color: #B25C39; }
a { background-color: rgb(178,92,57); }
div.DivClassName
{
background-color: #B25C39;
}
.BgClassName
{
background-color: #B25C39;
}
</style>
border-color css
<style>
span { border-color: #B25C39; }
span { border-color: rgb(178,92,57); }
td.TdClassName
{
border-color: #B25C39;
}
.TagClassName
{
border-color: #B25C39;
}
</style>