Shades of Fiery Orange #B9592B
Tints of Fiery Orange #B9592B
RGB
CMYK
RGB Variations
Color information
#B9592B (or 0xB9592B) is known color: Fiery Orange. HEX triplet: B9, 59 and 2B. RGB value is (185,89,43). Sum of RGB (Red+Green+Blue) = 185+89+43=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9592B is #46A6D4. Grayscale: #707070. Windows color (decimal): -4630229 or 2841017. OLE color: 2841017.
HSL color Cylindrical-coordinate representation of color #B9592B: hue angle of 19.44º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9592B is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 43 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.27 |
| HSL | 19.44º | 0.62% | 0.45% | - |
| HSV(B) | 19.44º | 0.77% | 0.73% | - |
| XYZ | 24.02 | 17.63 | 4.42 | - |
| YUV | 112.46 | 88.8 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 43 | 0 | 0.52 | 0.77 | 0.27 | 19.44 | 0.62 | 0.45 |
| Hex | B9 | 59 | 2B | 0 | 34 | 4D | 1B | 13 | 3E | 2D |
| Octal | 271 | 131 | 53 | 0 | 64 | 115 | 33 | 23 | 76 | 55 |
| Binary | 10111001 | 1011001 | 101011 | 0 | 110100 | 1001101 | 11011 | 10011 | 111110 | 101101 |
Color Harmonies of #B9592B
Complementary color
Monochromatic Colors of #B9592B
Black with #B9592B
Text Example
Text Example
White with #B9592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9592B; }
p { color: rgb(185,89,43); }
H1.HeaderClassName
{
color: #B9592B;
}
.AnyTagClassName
{
color: #B9592B;
}
</style>
background-color css
<style>
a { background-color: #B9592B; }
a { background-color: rgb(185,89,43); }
div.DivClassName
{
background-color: #B9592B;
}
.BgClassName
{
background-color: #B9592B;
}
</style>
border-color css
<style>
span { border-color: #B9592B; }
span { border-color: rgb(185,89,43); }
td.TdClassName
{
border-color: #B9592B;
}
.TagClassName
{
border-color: #B9592B;
}
</style>