Shades of Fiery Orange #BA582B
Tints of Fiery Orange #BA582B
RGB
CMYK
RGB Variations
Color information
#BA582B (or 0xBA582B) is known color: Fiery Orange. HEX triplet: BA, 58 and 2B. RGB value is (186,88,43). Sum of RGB (Red+Green+Blue) = 186+88+43=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA582B is #45A7D4. Grayscale: #707070. Windows color (decimal): -4564949 or 2840762. OLE color: 2840762.
HSL color Cylindrical-coordinate representation of color #BA582B: hue angle of 18.88º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA582B is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 43 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.27 |
| HSL | 18.88º | 0.62% | 0.45% | - |
| HSV(B) | 18.88º | 0.77% | 0.73% | - |
| XYZ | 24.18 | 17.59 | 4.41 | - |
| YUV | 112.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 43 | 0 | 0.53 | 0.77 | 0.27 | 18.88 | 0.62 | 0.45 |
| Hex | BA | 58 | 2B | 0 | 35 | 4D | 1B | 13 | 3E | 2D |
| Octal | 272 | 130 | 53 | 0 | 65 | 115 | 33 | 23 | 76 | 55 |
| Binary | 10111010 | 1011000 | 101011 | 0 | 110101 | 1001101 | 11011 | 10011 | 111110 | 101101 |
Color Harmonies of #BA582B
Complementary color
Monochromatic Colors of #BA582B
Black with #BA582B
Text Example
Text Example
White with #BA582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA582B; }
p { color: rgb(186,88,43); }
H1.HeaderClassName
{
color: #BA582B;
}
.AnyTagClassName
{
color: #BA582B;
}
</style>
background-color css
<style>
a { background-color: #BA582B; }
a { background-color: rgb(186,88,43); }
div.DivClassName
{
background-color: #BA582B;
}
.BgClassName
{
background-color: #BA582B;
}
</style>
border-color css
<style>
span { border-color: #BA582B; }
span { border-color: rgb(186,88,43); }
td.TdClassName
{
border-color: #BA582B;
}
.TagClassName
{
border-color: #BA582B;
}
</style>