Shades of Fiery Orange #B25838
Tints of Fiery Orange #B25838
RGB
CMYK
RGB Variations
Color information
#B25838 (or 0xB25838) is known color: Fiery Orange. HEX triplet: B2, 58 and 38. RGB value is (178,88,56). Sum of RGB (Red+Green+Blue) = 178+88+56=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B25838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25838 is #4DA7C7. Grayscale: #6F6F6F. Windows color (decimal): -5089224 or 3692722. OLE color: 3692722.
HSL color Cylindrical-coordinate representation of color #B25838: hue angle of 15.74º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B25838 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 56 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.30 |
| HSL | 15.74º | 0.52% | 0.46% | - |
| HSV(B) | 15.74º | 0.69% | 0.7% | - |
| XYZ | 22.56 | 16.73 | 5.78 | - |
| YUV | 111.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 56 | 0 | 0.51 | 0.69 | 0.30 | 15.74 | 0.52 | 0.46 |
| Hex | B2 | 58 | 38 | 0 | 33 | 45 | 1E | 10 | 34 | 2E |
| Octal | 262 | 130 | 70 | 0 | 63 | 105 | 36 | 20 | 64 | 56 |
| Binary | 10110010 | 1011000 | 111000 | 0 | 110011 | 1000101 | 11110 | 10000 | 110100 | 101110 |
Color Harmonies of #B25838
Complementary color
Monochromatic Colors of #B25838
Black with #B25838
Text Example
Text Example
White with #B25838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25838; }
p { color: rgb(178,88,56); }
H1.HeaderClassName
{
color: #B25838;
}
.AnyTagClassName
{
color: #B25838;
}
</style>
background-color css
<style>
a { background-color: #B25838; }
a { background-color: rgb(178,88,56); }
div.DivClassName
{
background-color: #B25838;
}
.BgClassName
{
background-color: #B25838;
}
</style>
border-color css
<style>
span { border-color: #B25838; }
span { border-color: rgb(178,88,56); }
td.TdClassName
{
border-color: #B25838;
}
.TagClassName
{
border-color: #B25838;
}
</style>