Shades of Fiery Orange #B55828
Tints of Fiery Orange #B55828
RGB
CMYK
RGB Variations
Color information
#B55828 (or 0xB55828) is known color: Fiery Orange. HEX triplet: B5, 58 and 28. RGB value is (181,88,40). Sum of RGB (Red+Green+Blue) = 181+88+40=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B55828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55828 is #4AA7D7. Grayscale: #6E6E6E. Windows color (decimal): -4892632 or 2644149. OLE color: 2644149.
HSL color Cylindrical-coordinate representation of color #B55828: hue angle of 20.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B55828 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 40 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.29 |
| HSL | 20.43º | 0.64% | 0.43% | - |
| HSV(B) | 20.43º | 0.78% | 0.71% | - |
| XYZ | 22.93 | 16.96 | 4.07 | - |
| YUV | 110.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 40 | 0 | 0.51 | 0.78 | 0.29 | 20.43 | 0.64 | 0.43 |
| Hex | B5 | 58 | 28 | 0 | 33 | 4E | 1D | 14 | 40 | 2B |
| Octal | 265 | 130 | 50 | 0 | 63 | 116 | 35 | 24 | 100 | 53 |
| Binary | 10110101 | 1011000 | 101000 | 0 | 110011 | 1001110 | 11101 | 10100 | 1000000 | 101011 |
Color Harmonies of #B55828
Complementary color
Monochromatic Colors of #B55828
Black with #B55828
Text Example
Text Example
White with #B55828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55828; }
p { color: rgb(181,88,40); }
H1.HeaderClassName
{
color: #B55828;
}
.AnyTagClassName
{
color: #B55828;
}
</style>
background-color css
<style>
a { background-color: #B55828; }
a { background-color: rgb(181,88,40); }
div.DivClassName
{
background-color: #B55828;
}
.BgClassName
{
background-color: #B55828;
}
</style>
border-color css
<style>
span { border-color: #B55828; }
span { border-color: rgb(181,88,40); }
td.TdClassName
{
border-color: #B55828;
}
.TagClassName
{
border-color: #B55828;
}
</style>