Shades of Fiery Orange #BC531C
Tints of Fiery Orange #BC531C
RGB
CMYK
RGB Variations
Color information
#BC531C (or 0xBC531C) is known color: Fiery Orange. HEX triplet: BC, 53 and 1C. RGB value is (188,83,28). Sum of RGB (Red+Green+Blue) = 188+83+28=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC531C is #43ACE3. Grayscale: #6C6C6C. Windows color (decimal): -4435172 or 1856444. OLE color: 1856444.
HSL color Cylindrical-coordinate representation of color #BC531C: hue angle of 20.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC531C is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 28 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.26 |
| HSL | 20.63º | 0.74% | 0.42% | - |
| HSV(B) | 20.63º | 0.85% | 0.74% | - |
| XYZ | 24.04 | 16.96 | 3.11 | - |
| YUV | 108.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 28 | 0 | 0.56 | 0.85 | 0.26 | 20.63 | 0.74 | 0.42 |
| Hex | BC | 53 | 1C | 0 | 38 | 55 | 1A | 15 | 4A | 2A |
| Octal | 274 | 123 | 34 | 0 | 70 | 125 | 32 | 25 | 112 | 52 |
| Binary | 10111100 | 1010011 | 11100 | 0 | 111000 | 1010101 | 11010 | 10101 | 1001010 | 101010 |
Color Harmonies of #BC531C
Complementary color
Monochromatic Colors of #BC531C
Black with #BC531C
Text Example
Text Example
White with #BC531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC531C; }
p { color: rgb(188,83,28); }
H1.HeaderClassName
{
color: #BC531C;
}
.AnyTagClassName
{
color: #BC531C;
}
</style>
background-color css
<style>
a { background-color: #BC531C; }
a { background-color: rgb(188,83,28); }
div.DivClassName
{
background-color: #BC531C;
}
.BgClassName
{
background-color: #BC531C;
}
</style>
border-color css
<style>
span { border-color: #BC531C; }
span { border-color: rgb(188,83,28); }
td.TdClassName
{
border-color: #BC531C;
}
.TagClassName
{
border-color: #BC531C;
}
</style>