Shades of Fiery Orange #B25921
Tints of Fiery Orange #B25921
RGB
CMYK
RGB Variations
Color information
#B25921 (or 0xB25921) is known color: Fiery Orange. HEX triplet: B2, 59 and 21. RGB value is (178,89,33). Sum of RGB (Red+Green+Blue) = 178+89+33=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B25921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25921 is #4DA6DE. Grayscale: #6D6D6D. Windows color (decimal): -5088991 or 2185650. OLE color: 2185650.
HSL color Cylindrical-coordinate representation of color #B25921: hue angle of 23.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B25921 is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 33 | - |
| CMYK | 0 | 0.5 | 0.81 | 0.30 |
| HSL | 23.17º | 0.69% | 0.41% | - |
| HSV(B) | 23.17º | 0.81% | 0.7% | - |
| XYZ | 22.21 | 16.72 | 3.5 | - |
| YUV | 109.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 33 | 0 | 0.5 | 0.81 | 0.30 | 23.17 | 0.69 | 0.41 |
| Hex | B2 | 59 | 21 | 0 | 32 | 51 | 1E | 17 | 45 | 29 |
| Octal | 262 | 131 | 41 | 0 | 62 | 121 | 36 | 27 | 105 | 51 |
| Binary | 10110010 | 1011001 | 100001 | 0 | 110010 | 1010001 | 11110 | 10111 | 1000101 | 101001 |
Color Harmonies of #B25921
Complementary color
Monochromatic Colors of #B25921
Black with #B25921
Text Example
Text Example
White with #B25921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25921; }
p { color: rgb(178,89,33); }
H1.HeaderClassName
{
color: #B25921;
}
.AnyTagClassName
{
color: #B25921;
}
</style>
background-color css
<style>
a { background-color: #B25921; }
a { background-color: rgb(178,89,33); }
div.DivClassName
{
background-color: #B25921;
}
.BgClassName
{
background-color: #B25921;
}
</style>
border-color css
<style>
span { border-color: #B25921; }
span { border-color: rgb(178,89,33); }
td.TdClassName
{
border-color: #B25921;
}
.TagClassName
{
border-color: #B25921;
}
</style>