Shades of Fiery Orange #B7582D
Tints of Fiery Orange #B7582D
RGB
CMYK
RGB Variations
Color information
#B7582D (or 0xB7582D) is known color: Fiery Orange. HEX triplet: B7, 58 and 2D. RGB value is (183,88,45). Sum of RGB (Red+Green+Blue) = 183+88+45=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B7582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7582D is #48A7D2. Grayscale: #6F6F6F. Windows color (decimal): -4761555 or 2971831. OLE color: 2971831.
HSL color Cylindrical-coordinate representation of color #B7582D: hue angle of 18.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7582D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 45 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.28 |
| HSL | 18.7º | 0.61% | 0.45% | - |
| HSV(B) | 18.7º | 0.75% | 0.72% | - |
| XYZ | 23.49 | 17.24 | 4.57 | - |
| YUV | 111.5 | 90.47 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 45 | 0 | 0.52 | 0.75 | 0.28 | 18.7 | 0.61 | 0.45 |
| Hex | B7 | 58 | 2D | 0 | 34 | 4B | 1C | 13 | 3D | 2D |
| Octal | 267 | 130 | 55 | 0 | 64 | 113 | 34 | 23 | 75 | 55 |
| Binary | 10110111 | 1011000 | 101101 | 0 | 110100 | 1001011 | 11100 | 10011 | 111101 | 101101 |
Color Harmonies of #B7582D
Complementary color
Monochromatic Colors of #B7582D
Black with #B7582D
Text Example
Text Example
White with #B7582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7582D; }
p { color: rgb(183,88,45); }
H1.HeaderClassName
{
color: #B7582D;
}
.AnyTagClassName
{
color: #B7582D;
}
</style>
background-color css
<style>
a { background-color: #B7582D; }
a { background-color: rgb(183,88,45); }
div.DivClassName
{
background-color: #B7582D;
}
.BgClassName
{
background-color: #B7582D;
}
</style>
border-color css
<style>
span { border-color: #B7582D; }
span { border-color: rgb(183,88,45); }
td.TdClassName
{
border-color: #B7582D;
}
.TagClassName
{
border-color: #B7582D;
}
</style>