Shades of Fiery Orange #B0592D
Tints of Fiery Orange #B0592D
RGB
CMYK
RGB Variations
Color information
#B0592D (or 0xB0592D) is known color: Fiery Orange. HEX triplet: B0, 59 and 2D. RGB value is (176,89,45). Sum of RGB (Red+Green+Blue) = 176+89+45=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B0592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0592D is #4FA6D2. Grayscale: #6E6E6E. Windows color (decimal): -5220051 or 2972080. OLE color: 2972080.
HSL color Cylindrical-coordinate representation of color #B0592D: hue angle of 20.15º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0592D is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 45 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.31 |
| HSL | 20.15º | 0.59% | 0.43% | - |
| HSV(B) | 20.15º | 0.74% | 0.69% | - |
| XYZ | 21.95 | 16.56 | 4.52 | - |
| YUV | 110 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 45 | 0 | 0.49 | 0.74 | 0.31 | 20.15 | 0.59 | 0.43 |
| Hex | B0 | 59 | 2D | 0 | 31 | 4A | 1F | 14 | 3B | 2B |
| Octal | 260 | 131 | 55 | 0 | 61 | 112 | 37 | 24 | 73 | 53 |
| Binary | 10110000 | 1011001 | 101101 | 0 | 110001 | 1001010 | 11111 | 10100 | 111011 | 101011 |
Color Harmonies of #B0592D
Complementary color
Monochromatic Colors of #B0592D
Black with #B0592D
Text Example
Text Example
White with #B0592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0592D; }
p { color: rgb(176,89,45); }
H1.HeaderClassName
{
color: #B0592D;
}
.AnyTagClassName
{
color: #B0592D;
}
</style>
background-color css
<style>
a { background-color: #B0592D; }
a { background-color: rgb(176,89,45); }
div.DivClassName
{
background-color: #B0592D;
}
.BgClassName
{
background-color: #B0592D;
}
</style>
border-color css
<style>
span { border-color: #B0592D; }
span { border-color: rgb(176,89,45); }
td.TdClassName
{
border-color: #B0592D;
}
.TagClassName
{
border-color: #B0592D;
}
</style>