Shades of Fiery Orange #B0591F
Tints of Fiery Orange #B0591F
RGB
CMYK
RGB Variations
Color information
#B0591F (or 0xB0591F) is known color: Fiery Orange. HEX triplet: B0, 59 and 1F. RGB value is (176,89,31). Sum of RGB (Red+Green+Blue) = 176+89+31=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B0591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0591F is #4FA6E0. Grayscale: #6C6C6C. Windows color (decimal): -5220065 or 2054576. OLE color: 2054576.
HSL color Cylindrical-coordinate representation of color #B0591F: hue angle of 24º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0591F is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 31 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.31 |
| HSL | 24º | 0.7% | 0.41% | - |
| HSV(B) | 24º | 0.82% | 0.69% | - |
| XYZ | 21.72 | 16.47 | 3.33 | - |
| YUV | 108.4 | 84.32 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 31 | 0 | 0.49 | 0.82 | 0.31 | 24 | 0.7 | 0.41 |
| Hex | B0 | 59 | 1F | 0 | 31 | 52 | 1F | 18 | 46 | 29 |
| Octal | 260 | 131 | 37 | 0 | 61 | 122 | 37 | 30 | 106 | 51 |
| Binary | 10110000 | 1011001 | 11111 | 0 | 110001 | 1010010 | 11111 | 11000 | 1000110 | 101001 |
Color Harmonies of #B0591F
Complementary color
Monochromatic Colors of #B0591F
Black with #B0591F
Text Example
Text Example
White with #B0591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0591F; }
p { color: rgb(176,89,31); }
H1.HeaderClassName
{
color: #B0591F;
}
.AnyTagClassName
{
color: #B0591F;
}
</style>
background-color css
<style>
a { background-color: #B0591F; }
a { background-color: rgb(176,89,31); }
div.DivClassName
{
background-color: #B0591F;
}
.BgClassName
{
background-color: #B0591F;
}
</style>
border-color css
<style>
span { border-color: #B0591F; }
span { border-color: rgb(176,89,31); }
td.TdClassName
{
border-color: #B0591F;
}
.TagClassName
{
border-color: #B0591F;
}
</style>