Shades of Fiery Orange #B3582D
Tints of Fiery Orange #B3582D
RGB
CMYK
RGB Variations
Color information
#B3582D (or 0xB3582D) is known color: Fiery Orange. HEX triplet: B3, 58 and 2D. RGB value is (179,88,45). Sum of RGB (Red+Green+Blue) = 179+88+45=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B3582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3582D is #4CA7D2. Grayscale: #6E6E6E. Windows color (decimal): -5023699 or 2971827. OLE color: 2971827.
HSL color Cylindrical-coordinate representation of color #B3582D: hue angle of 19.25º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3582D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 45 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.30 |
| HSL | 19.25º | 0.6% | 0.44% | - |
| HSV(B) | 19.25º | 0.75% | 0.7% | - |
| XYZ | 22.55 | 16.75 | 4.53 | - |
| YUV | 110.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 45 | 0 | 0.51 | 0.75 | 0.30 | 19.25 | 0.6 | 0.44 |
| Hex | B3 | 58 | 2D | 0 | 33 | 4B | 1E | 13 | 3C | 2C |
| Octal | 263 | 130 | 55 | 0 | 63 | 113 | 36 | 23 | 74 | 54 |
| Binary | 10110011 | 1011000 | 101101 | 0 | 110011 | 1001011 | 11110 | 10011 | 111100 | 101100 |
Color Harmonies of #B3582D
Complementary color
Monochromatic Colors of #B3582D
Black with #B3582D
Text Example
Text Example
White with #B3582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3582D; }
p { color: rgb(179,88,45); }
H1.HeaderClassName
{
color: #B3582D;
}
.AnyTagClassName
{
color: #B3582D;
}
</style>
background-color css
<style>
a { background-color: #B3582D; }
a { background-color: rgb(179,88,45); }
div.DivClassName
{
background-color: #B3582D;
}
.BgClassName
{
background-color: #B3582D;
}
</style>
border-color css
<style>
span { border-color: #B3582D; }
span { border-color: rgb(179,88,45); }
td.TdClassName
{
border-color: #B3582D;
}
.TagClassName
{
border-color: #B3582D;
}
</style>