Shades of Fiery Orange #BA541C
Tints of Fiery Orange #BA541C
RGB
CMYK
RGB Variations
Color information
#BA541C (or 0xBA541C) is known color: Fiery Orange. HEX triplet: BA, 54 and 1C. RGB value is (186,84,28). Sum of RGB (Red+Green+Blue) = 186+84+28=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA541C is #45ABE3. Grayscale: #6C6C6C. Windows color (decimal): -4565988 or 1856698. OLE color: 1856698.
HSL color Cylindrical-coordinate representation of color #BA541C: hue angle of 21.27º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA541C is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 28 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.27 |
| HSL | 21.27º | 0.74% | 0.42% | - |
| HSV(B) | 21.27º | 0.85% | 0.73% | - |
| XYZ | 23.63 | 16.86 | 3.11 | - |
| YUV | 108.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 28 | 0 | 0.55 | 0.85 | 0.27 | 21.27 | 0.74 | 0.42 |
| Hex | BA | 54 | 1C | 0 | 37 | 55 | 1B | 15 | 4A | 2A |
| Octal | 272 | 124 | 34 | 0 | 67 | 125 | 33 | 25 | 112 | 52 |
| Binary | 10111010 | 1010100 | 11100 | 0 | 110111 | 1010101 | 11011 | 10101 | 1001010 | 101010 |
Color Harmonies of #BA541C
Complementary color
Monochromatic Colors of #BA541C
Black with #BA541C
Text Example
Text Example
White with #BA541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA541C; }
p { color: rgb(186,84,28); }
H1.HeaderClassName
{
color: #BA541C;
}
.AnyTagClassName
{
color: #BA541C;
}
</style>
background-color css
<style>
a { background-color: #BA541C; }
a { background-color: rgb(186,84,28); }
div.DivClassName
{
background-color: #BA541C;
}
.BgClassName
{
background-color: #BA541C;
}
</style>
border-color css
<style>
span { border-color: #BA541C; }
span { border-color: rgb(186,84,28); }
td.TdClassName
{
border-color: #BA541C;
}
.TagClassName
{
border-color: #BA541C;
}
</style>