Shades of Fiery Orange #B9572D
Tints of Fiery Orange #B9572D
RGB
CMYK
RGB Variations
Color information
#B9572D (or 0xB9572D) is known color: Fiery Orange. HEX triplet: B9, 57 and 2D. RGB value is (185,87,45). Sum of RGB (Red+Green+Blue) = 185+87+45=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9572D is #46A8D2. Grayscale: #6F6F6F. Windows color (decimal): -4630739 or 2971577. OLE color: 2971577.
HSL color Cylindrical-coordinate representation of color #B9572D: hue angle of 18º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9572D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 45 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.27 |
| HSL | 18º | 0.61% | 0.45% | - |
| HSV(B) | 18º | 0.76% | 0.73% | - |
| XYZ | 23.89 | 17.32 | 4.57 | - |
| YUV | 111.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 45 | 0 | 0.53 | 0.76 | 0.27 | 18 | 0.61 | 0.45 |
| Hex | B9 | 57 | 2D | 0 | 35 | 4C | 1B | 12 | 3D | 2D |
| Octal | 271 | 127 | 55 | 0 | 65 | 114 | 33 | 22 | 75 | 55 |
| Binary | 10111001 | 1010111 | 101101 | 0 | 110101 | 1001100 | 11011 | 10010 | 111101 | 101101 |
Color Harmonies of #B9572D
Complementary color
Monochromatic Colors of #B9572D
Black with #B9572D
Text Example
Text Example
White with #B9572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9572D; }
p { color: rgb(185,87,45); }
H1.HeaderClassName
{
color: #B9572D;
}
.AnyTagClassName
{
color: #B9572D;
}
</style>
background-color css
<style>
a { background-color: #B9572D; }
a { background-color: rgb(185,87,45); }
div.DivClassName
{
background-color: #B9572D;
}
.BgClassName
{
background-color: #B9572D;
}
</style>
border-color css
<style>
span { border-color: #B9572D; }
span { border-color: rgb(185,87,45); }
td.TdClassName
{
border-color: #B9572D;
}
.TagClassName
{
border-color: #B9572D;
}
</style>