Shades of Fiery Orange #BA582A
Tints of Fiery Orange #BA582A
RGB
CMYK
RGB Variations
Color information
#BA582A (or 0xBA582A) is known color: Fiery Orange. HEX triplet: BA, 58 and 2A. RGB value is (186,88,42). Sum of RGB (Red+Green+Blue) = 186+88+42=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA582A is #45A7D5. Grayscale: #707070. Windows color (decimal): -4564950 or 2775226. OLE color: 2775226.
HSL color Cylindrical-coordinate representation of color #BA582A: hue angle of 19.17º degrees, saturation: 0.63, 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 #BA582A is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 42 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.27 |
| HSL | 19.17º | 0.63% | 0.45% | - |
| HSV(B) | 19.17º | 0.77% | 0.73% | - |
| XYZ | 24.16 | 17.59 | 4.31 | - |
| YUV | 112.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 42 | 0 | 0.53 | 0.77 | 0.27 | 19.17 | 0.63 | 0.45 |
| Hex | BA | 58 | 2A | 0 | 35 | 4D | 1B | 13 | 3F | 2D |
| Octal | 272 | 130 | 52 | 0 | 65 | 115 | 33 | 23 | 77 | 55 |
| Binary | 10111010 | 1011000 | 101010 | 0 | 110101 | 1001101 | 11011 | 10011 | 111111 | 101101 |
Color Harmonies of #BA582A
Complementary color
Monochromatic Colors of #BA582A
Black with #BA582A
Text Example
Text Example
White with #BA582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA582A; }
p { color: rgb(186,88,42); }
H1.HeaderClassName
{
color: #BA582A;
}
.AnyTagClassName
{
color: #BA582A;
}
</style>
background-color css
<style>
a { background-color: #BA582A; }
a { background-color: rgb(186,88,42); }
div.DivClassName
{
background-color: #BA582A;
}
.BgClassName
{
background-color: #BA582A;
}
</style>
border-color css
<style>
span { border-color: #BA582A; }
span { border-color: rgb(186,88,42); }
td.TdClassName
{
border-color: #BA582A;
}
.TagClassName
{
border-color: #BA582A;
}
</style>