Shades of Fiery Orange #BC582A
Tints of Fiery Orange #BC582A
RGB
CMYK
RGB Variations
Color information
#BC582A (or 0xBC582A) is known color: Fiery Orange. HEX triplet: BC, 58 and 2A. RGB value is (188,88,42). Sum of RGB (Red+Green+Blue) = 188+88+42=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC582A is #43A7D5. Grayscale: #707070. Windows color (decimal): -4433878 or 2775228. OLE color: 2775228.
HSL color Cylindrical-coordinate representation of color #BC582A: hue angle of 18.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC582A is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 42 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.26 |
| HSL | 18.9º | 0.63% | 0.45% | - |
| HSV(B) | 18.9º | 0.78% | 0.74% | - |
| XYZ | 24.65 | 17.84 | 4.33 | - |
| YUV | 112.66 | 88.13 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 42 | 0 | 0.53 | 0.78 | 0.26 | 18.9 | 0.63 | 0.45 |
| Hex | BC | 58 | 2A | 0 | 35 | 4E | 1A | 13 | 3F | 2D |
| Octal | 274 | 130 | 52 | 0 | 65 | 116 | 32 | 23 | 77 | 55 |
| Binary | 10111100 | 1011000 | 101010 | 0 | 110101 | 1001110 | 11010 | 10011 | 111111 | 101101 |
Color Harmonies of #BC582A
Complementary color
Monochromatic Colors of #BC582A
Black with #BC582A
Text Example
Text Example
White with #BC582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC582A; }
p { color: rgb(188,88,42); }
H1.HeaderClassName
{
color: #BC582A;
}
.AnyTagClassName
{
color: #BC582A;
}
</style>
background-color css
<style>
a { background-color: #BC582A; }
a { background-color: rgb(188,88,42); }
div.DivClassName
{
background-color: #BC582A;
}
.BgClassName
{
background-color: #BC582A;
}
</style>
border-color css
<style>
span { border-color: #BC582A; }
span { border-color: rgb(188,88,42); }
td.TdClassName
{
border-color: #BC582A;
}
.TagClassName
{
border-color: #BC582A;
}
</style>