Shades of Fiery Orange #B2582D
Tints of Fiery Orange #B2582D
RGB
CMYK
RGB Variations
Color information
#B2582D (or 0xB2582D) is known color: Fiery Orange. HEX triplet: B2, 58 and 2D. RGB value is (178,88,45). Sum of RGB (Red+Green+Blue) = 178+88+45=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2582D is #4DA7D2. Grayscale: #6E6E6E. Windows color (decimal): -5089235 or 2971826. OLE color: 2971826.
HSL color Cylindrical-coordinate representation of color #B2582D: hue angle of 19.4º 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 #B2582D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 45 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.30 |
| HSL | 19.4º | 0.6% | 0.44% | - |
| HSV(B) | 19.4º | 0.75% | 0.7% | - |
| XYZ | 22.32 | 16.63 | 4.52 | - |
| YUV | 110.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 45 | 0 | 0.51 | 0.75 | 0.30 | 19.4 | 0.6 | 0.44 |
| Hex | B2 | 58 | 2D | 0 | 33 | 4B | 1E | 13 | 3C | 2C |
| Octal | 262 | 130 | 55 | 0 | 63 | 113 | 36 | 23 | 74 | 54 |
| Binary | 10110010 | 1011000 | 101101 | 0 | 110011 | 1001011 | 11110 | 10011 | 111100 | 101100 |
Color Harmonies of #B2582D
Complementary color
Monochromatic Colors of #B2582D
Black with #B2582D
Text Example
Text Example
White with #B2582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2582D; }
p { color: rgb(178,88,45); }
H1.HeaderClassName
{
color: #B2582D;
}
.AnyTagClassName
{
color: #B2582D;
}
</style>
background-color css
<style>
a { background-color: #B2582D; }
a { background-color: rgb(178,88,45); }
div.DivClassName
{
background-color: #B2582D;
}
.BgClassName
{
background-color: #B2582D;
}
</style>
border-color css
<style>
span { border-color: #B2582D; }
span { border-color: rgb(178,88,45); }
td.TdClassName
{
border-color: #B2582D;
}
.TagClassName
{
border-color: #B2582D;
}
</style>