Shades of Fiery Orange #B0582C
Tints of Fiery Orange #B0582C
RGB
CMYK
RGB Variations
Color information
#B0582C (or 0xB0582C) is known color: Fiery Orange. HEX triplet: B0, 58 and 2C. RGB value is (176,88,44). Sum of RGB (Red+Green+Blue) = 176+88+44=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0582C is #4FA7D3. Grayscale: #6D6D6D. Windows color (decimal): -5220308 or 2906288. OLE color: 2906288.
HSL color Cylindrical-coordinate representation of color #B0582C: hue angle of 20º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0582C is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 44 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.31 |
| HSL | 20º | 0.6% | 0.43% | - |
| HSV(B) | 20º | 0.75% | 0.69% | - |
| XYZ | 21.85 | 16.39 | 4.4 | - |
| YUV | 109.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 44 | 0 | 0.50 | 0.75 | 0.31 | 20 | 0.6 | 0.43 |
| Hex | B0 | 58 | 2C | 0 | 32 | 4B | 1F | 14 | 3C | 2B |
| Octal | 260 | 130 | 54 | 0 | 62 | 113 | 37 | 24 | 74 | 53 |
| Binary | 10110000 | 1011000 | 101100 | 0 | 110010 | 1001011 | 11111 | 10100 | 111100 | 101011 |
Color Harmonies of #B0582C
Complementary color
Monochromatic Colors of #B0582C
Black with #B0582C
Text Example
Text Example
White with #B0582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0582C; }
p { color: rgb(176,88,44); }
H1.HeaderClassName
{
color: #B0582C;
}
.AnyTagClassName
{
color: #B0582C;
}
</style>
background-color css
<style>
a { background-color: #B0582C; }
a { background-color: rgb(176,88,44); }
div.DivClassName
{
background-color: #B0582C;
}
.BgClassName
{
background-color: #B0582C;
}
</style>
border-color css
<style>
span { border-color: #B0582C; }
span { border-color: rgb(176,88,44); }
td.TdClassName
{
border-color: #B0582C;
}
.TagClassName
{
border-color: #B0582C;
}
</style>