Shades of Fiery Orange #B9581D
Tints of Fiery Orange #B9581D
RGB
CMYK
RGB Variations
Color information
#B9581D (or 0xB9581D) is known color: Fiery Orange. HEX triplet: B9, 58 and 1D. RGB value is (185,88,29). Sum of RGB (Red+Green+Blue) = 185+88+29=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9581D is #46A7E2. Grayscale: #6E6E6E. Windows color (decimal): -4630499 or 1923257. OLE color: 1923257.
HSL color Cylindrical-coordinate representation of color #B9581D: hue angle of 22.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9581D is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 29 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.27 |
| HSL | 22.69º | 0.73% | 0.42% | - |
| HSV(B) | 22.69º | 0.84% | 0.73% | - |
| XYZ | 23.72 | 17.38 | 3.27 | - |
| YUV | 110.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 29 | 0 | 0.52 | 0.84 | 0.27 | 22.69 | 0.73 | 0.42 |
| Hex | B9 | 58 | 1D | 0 | 34 | 54 | 1B | 17 | 49 | 2A |
| Octal | 271 | 130 | 35 | 0 | 64 | 124 | 33 | 27 | 111 | 52 |
| Binary | 10111001 | 1011000 | 11101 | 0 | 110100 | 1010100 | 11011 | 10111 | 1001001 | 101010 |
Color Harmonies of #B9581D
Complementary color
Monochromatic Colors of #B9581D
Black with #B9581D
Text Example
Text Example
White with #B9581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9581D; }
p { color: rgb(185,88,29); }
H1.HeaderClassName
{
color: #B9581D;
}
.AnyTagClassName
{
color: #B9581D;
}
</style>
background-color css
<style>
a { background-color: #B9581D; }
a { background-color: rgb(185,88,29); }
div.DivClassName
{
background-color: #B9581D;
}
.BgClassName
{
background-color: #B9581D;
}
</style>
border-color css
<style>
span { border-color: #B9581D; }
span { border-color: rgb(185,88,29); }
td.TdClassName
{
border-color: #B9581D;
}
.TagClassName
{
border-color: #B9581D;
}
</style>