Shades of Fiery Orange #B25528
Tints of Fiery Orange #B25528
RGB
CMYK
RGB Variations
Color information
#B25528 (or 0xB25528) is known color: Fiery Orange. HEX triplet: B2, 55 and 28. RGB value is (178,85,40). Sum of RGB (Red+Green+Blue) = 178+85+40=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B25528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25528 is #4DAAD7. Grayscale: #6B6B6B. Windows color (decimal): -5090008 or 2643378. OLE color: 2643378.
HSL color Cylindrical-coordinate representation of color #B25528: hue angle of 19.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B25528 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 40 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.30 |
| HSL | 19.57º | 0.63% | 0.43% | - |
| HSV(B) | 19.57º | 0.78% | 0.7% | - |
| XYZ | 21.99 | 16.12 | 3.96 | - |
| YUV | 107.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 40 | 0 | 0.52 | 0.78 | 0.30 | 19.57 | 0.63 | 0.43 |
| Hex | B2 | 55 | 28 | 0 | 34 | 4E | 1E | 14 | 3F | 2B |
| Octal | 262 | 125 | 50 | 0 | 64 | 116 | 36 | 24 | 77 | 53 |
| Binary | 10110010 | 1010101 | 101000 | 0 | 110100 | 1001110 | 11110 | 10100 | 111111 | 101011 |
Color Harmonies of #B25528
Complementary color
Monochromatic Colors of #B25528
Black with #B25528
Text Example
Text Example
White with #B25528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25528; }
p { color: rgb(178,85,40); }
H1.HeaderClassName
{
color: #B25528;
}
.AnyTagClassName
{
color: #B25528;
}
</style>
background-color css
<style>
a { background-color: #B25528; }
a { background-color: rgb(178,85,40); }
div.DivClassName
{
background-color: #B25528;
}
.BgClassName
{
background-color: #B25528;
}
</style>
border-color css
<style>
span { border-color: #B25528; }
span { border-color: rgb(178,85,40); }
td.TdClassName
{
border-color: #B25528;
}
.TagClassName
{
border-color: #B25528;
}
</style>