Shades of Fiery Orange #BA582D
Tints of Fiery Orange #BA582D
RGB
CMYK
RGB Variations
Color information
#BA582D (or 0xBA582D) is known color: Fiery Orange. HEX triplet: BA, 58 and 2D. RGB value is (186,88,45). Sum of RGB (Red+Green+Blue) = 186+88+45=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA582D is #45A7D2. Grayscale: #707070. Windows color (decimal): -4564947 or 2971834. OLE color: 2971834.
HSL color Cylindrical-coordinate representation of color #BA582D: hue angle of 18.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA582D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 45 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.27 |
| HSL | 18.3º | 0.61% | 0.45% | - |
| HSV(B) | 18.3º | 0.76% | 0.73% | - |
| XYZ | 24.21 | 17.61 | 4.61 | - |
| YUV | 112.4 | 89.97 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 45 | 0 | 0.53 | 0.76 | 0.27 | 18.3 | 0.61 | 0.45 |
| Hex | BA | 58 | 2D | 0 | 35 | 4C | 1B | 12 | 3D | 2D |
| Octal | 272 | 130 | 55 | 0 | 65 | 114 | 33 | 22 | 75 | 55 |
| Binary | 10111010 | 1011000 | 101101 | 0 | 110101 | 1001100 | 11011 | 10010 | 111101 | 101101 |
Color Harmonies of #BA582D
Complementary color
Monochromatic Colors of #BA582D
Black with #BA582D
Text Example
Text Example
White with #BA582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA582D; }
p { color: rgb(186,88,45); }
H1.HeaderClassName
{
color: #BA582D;
}
.AnyTagClassName
{
color: #BA582D;
}
</style>
background-color css
<style>
a { background-color: #BA582D; }
a { background-color: rgb(186,88,45); }
div.DivClassName
{
background-color: #BA582D;
}
.BgClassName
{
background-color: #BA582D;
}
</style>
border-color css
<style>
span { border-color: #BA582D; }
span { border-color: rgb(186,88,45); }
td.TdClassName
{
border-color: #BA582D;
}
.TagClassName
{
border-color: #BA582D;
}
</style>