Shades of Fiery Orange #BC5121
Tints of Fiery Orange #BC5121
RGB
CMYK
RGB Variations
Color information
#BC5121 (or 0xBC5121) is known color: Fiery Orange. HEX triplet: BC, 51 and 21. RGB value is (188,81,33). Sum of RGB (Red+Green+Blue) = 188+81+33=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5121 is #43AEDE. Grayscale: #6B6B6B. Windows color (decimal): -4435679 or 2183612. OLE color: 2183612.
HSL color Cylindrical-coordinate representation of color #BC5121: hue angle of 18.58º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC5121 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 33 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.26 |
| HSL | 18.58º | 0.7% | 0.43% | - |
| HSV(B) | 18.58º | 0.82% | 0.74% | - |
| XYZ | 23.96 | 16.69 | 3.4 | - |
| YUV | 107.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 33 | 0 | 0.57 | 0.82 | 0.26 | 18.58 | 0.7 | 0.43 |
| Hex | BC | 51 | 21 | 0 | 39 | 52 | 1A | 13 | 46 | 2B |
| Octal | 274 | 121 | 41 | 0 | 71 | 122 | 32 | 23 | 106 | 53 |
| Binary | 10111100 | 1010001 | 100001 | 0 | 111001 | 1010010 | 11010 | 10011 | 1000110 | 101011 |
Color Harmonies of #BC5121
Complementary color
Monochromatic Colors of #BC5121
Black with #BC5121
Text Example
Text Example
White with #BC5121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5121; }
p { color: rgb(188,81,33); }
H1.HeaderClassName
{
color: #BC5121;
}
.AnyTagClassName
{
color: #BC5121;
}
</style>
background-color css
<style>
a { background-color: #BC5121; }
a { background-color: rgb(188,81,33); }
div.DivClassName
{
background-color: #BC5121;
}
.BgClassName
{
background-color: #BC5121;
}
</style>
border-color css
<style>
span { border-color: #BC5121; }
span { border-color: rgb(188,81,33); }
td.TdClassName
{
border-color: #BC5121;
}
.TagClassName
{
border-color: #BC5121;
}
</style>