Shades of Fiery Orange #B7592C
Tints of Fiery Orange #B7592C
RGB
CMYK
RGB Variations
Color information
#B7592C (or 0xB7592C) is known color: Fiery Orange. HEX triplet: B7, 59 and 2C. RGB value is (183,89,44). Sum of RGB (Red+Green+Blue) = 183+89+44=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B7592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7592C is #48A6D3. Grayscale: #707070. Windows color (decimal): -4761300 or 2906551. OLE color: 2906551.
HSL color Cylindrical-coordinate representation of color #B7592C: hue angle of 19.42º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7592C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 44 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.28 |
| HSL | 19.42º | 0.61% | 0.45% | - |
| HSV(B) | 19.42º | 0.76% | 0.72% | - |
| XYZ | 23.56 | 17.39 | 4.5 | - |
| YUV | 111.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 44 | 0 | 0.51 | 0.76 | 0.28 | 19.42 | 0.61 | 0.45 |
| Hex | B7 | 59 | 2C | 0 | 33 | 4C | 1C | 13 | 3D | 2D |
| Octal | 267 | 131 | 54 | 0 | 63 | 114 | 34 | 23 | 75 | 55 |
| Binary | 10110111 | 1011001 | 101100 | 0 | 110011 | 1001100 | 11100 | 10011 | 111101 | 101101 |
Color Harmonies of #B7592C
Complementary color
Monochromatic Colors of #B7592C
Black with #B7592C
Text Example
Text Example
White with #B7592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7592C; }
p { color: rgb(183,89,44); }
H1.HeaderClassName
{
color: #B7592C;
}
.AnyTagClassName
{
color: #B7592C;
}
</style>
background-color css
<style>
a { background-color: #B7592C; }
a { background-color: rgb(183,89,44); }
div.DivClassName
{
background-color: #B7592C;
}
.BgClassName
{
background-color: #B7592C;
}
</style>
border-color css
<style>
span { border-color: #B7592C; }
span { border-color: rgb(183,89,44); }
td.TdClassName
{
border-color: #B7592C;
}
.TagClassName
{
border-color: #B7592C;
}
</style>