Shades of Fiery Orange #BC561D
Tints of Fiery Orange #BC561D
RGB
CMYK
RGB Variations
Color information
#BC561D (or 0xBC561D) is known color: Fiery Orange. HEX triplet: BC, 56 and 1D. RGB value is (188,86,29). Sum of RGB (Red+Green+Blue) = 188+86+29=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC561D is #43A9E2. Grayscale: #6E6E6E. Windows color (decimal): -4434403 or 1922748. OLE color: 1922748.
HSL color Cylindrical-coordinate representation of color #BC561D: hue angle of 21.51º 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 #BC561D is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 29 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.26 |
| HSL | 21.51º | 0.73% | 0.43% | - |
| HSV(B) | 21.51º | 0.85% | 0.74% | - |
| XYZ | 24.29 | 17.44 | 3.25 | - |
| YUV | 110 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 29 | 0 | 0.54 | 0.85 | 0.26 | 21.51 | 0.73 | 0.43 |
| Hex | BC | 56 | 1D | 0 | 36 | 55 | 1A | 16 | 49 | 2B |
| Octal | 274 | 126 | 35 | 0 | 66 | 125 | 32 | 26 | 111 | 53 |
| Binary | 10111100 | 1010110 | 11101 | 0 | 110110 | 1010101 | 11010 | 10110 | 1001001 | 101011 |
Color Harmonies of #BC561D
Complementary color
Monochromatic Colors of #BC561D
Black with #BC561D
Text Example
Text Example
White with #BC561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC561D; }
p { color: rgb(188,86,29); }
H1.HeaderClassName
{
color: #BC561D;
}
.AnyTagClassName
{
color: #BC561D;
}
</style>
background-color css
<style>
a { background-color: #BC561D; }
a { background-color: rgb(188,86,29); }
div.DivClassName
{
background-color: #BC561D;
}
.BgClassName
{
background-color: #BC561D;
}
</style>
border-color css
<style>
span { border-color: #BC561D; }
span { border-color: rgb(188,86,29); }
td.TdClassName
{
border-color: #BC561D;
}
.TagClassName
{
border-color: #BC561D;
}
</style>