Shades of Fiery Orange #BC521D
Tints of Fiery Orange #BC521D
RGB
CMYK
RGB Variations
Color information
#BC521D (or 0xBC521D) is known color: Fiery Orange. HEX triplet: BC, 52 and 1D. RGB value is (188,82,29). Sum of RGB (Red+Green+Blue) = 188+82+29=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC521D is #43ADE2. Grayscale: #6B6B6B. Windows color (decimal): -4435427 or 1921724. OLE color: 1921724.
HSL color Cylindrical-coordinate representation of color #BC521D: hue angle of 20º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC521D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 29 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.26 |
| HSL | 20º | 0.73% | 0.43% | - |
| HSV(B) | 20º | 0.85% | 0.74% | - |
| XYZ | 23.98 | 16.81 | 3.14 | - |
| YUV | 107.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 29 | 0 | 0.56 | 0.85 | 0.26 | 20 | 0.73 | 0.43 |
| Hex | BC | 52 | 1D | 0 | 38 | 55 | 1A | 14 | 49 | 2B |
| Octal | 274 | 122 | 35 | 0 | 70 | 125 | 32 | 24 | 111 | 53 |
| Binary | 10111100 | 1010010 | 11101 | 0 | 111000 | 1010101 | 11010 | 10100 | 1001001 | 101011 |
Color Harmonies of #BC521D
Complementary color
Monochromatic Colors of #BC521D
Black with #BC521D
Text Example
Text Example
White with #BC521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC521D; }
p { color: rgb(188,82,29); }
H1.HeaderClassName
{
color: #BC521D;
}
.AnyTagClassName
{
color: #BC521D;
}
</style>
background-color css
<style>
a { background-color: #BC521D; }
a { background-color: rgb(188,82,29); }
div.DivClassName
{
background-color: #BC521D;
}
.BgClassName
{
background-color: #BC521D;
}
</style>
border-color css
<style>
span { border-color: #BC521D; }
span { border-color: rgb(188,82,29); }
td.TdClassName
{
border-color: #BC521D;
}
.TagClassName
{
border-color: #BC521D;
}
</style>