Shades of Fiery Orange #B0592A
Tints of Fiery Orange #B0592A
RGB
CMYK
RGB Variations
Color information
#B0592A (or 0xB0592A) is known color: Fiery Orange. HEX triplet: B0, 59 and 2A. RGB value is (176,89,42). Sum of RGB (Red+Green+Blue) = 176+89+42=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0592A is #4FA6D5. Grayscale: #6D6D6D. Windows color (decimal): -5220054 or 2775472. OLE color: 2775472.
HSL color Cylindrical-coordinate representation of color #B0592A: hue angle of 21.04º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0592A is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 42 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.31 |
| HSL | 21.04º | 0.61% | 0.43% | - |
| HSV(B) | 21.04º | 0.76% | 0.69% | - |
| XYZ | 21.89 | 16.54 | 4.23 | - |
| YUV | 109.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 42 | 0 | 0.49 | 0.76 | 0.31 | 21.04 | 0.61 | 0.43 |
| Hex | B0 | 59 | 2A | 0 | 31 | 4C | 1F | 15 | 3D | 2B |
| Octal | 260 | 131 | 52 | 0 | 61 | 114 | 37 | 25 | 75 | 53 |
| Binary | 10110000 | 1011001 | 101010 | 0 | 110001 | 1001100 | 11111 | 10101 | 111101 | 101011 |
Color Harmonies of #B0592A
Complementary color
Monochromatic Colors of #B0592A
Black with #B0592A
Text Example
Text Example
White with #B0592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0592A; }
p { color: rgb(176,89,42); }
H1.HeaderClassName
{
color: #B0592A;
}
.AnyTagClassName
{
color: #B0592A;
}
</style>
background-color css
<style>
a { background-color: #B0592A; }
a { background-color: rgb(176,89,42); }
div.DivClassName
{
background-color: #B0592A;
}
.BgClassName
{
background-color: #B0592A;
}
</style>
border-color css
<style>
span { border-color: #B0592A; }
span { border-color: rgb(176,89,42); }
td.TdClassName
{
border-color: #B0592A;
}
.TagClassName
{
border-color: #B0592A;
}
</style>