Shades of Fiery Orange #BA532A
Tints of Fiery Orange #BA532A
RGB
CMYK
RGB Variations
Color information
#BA532A (or 0xBA532A) is known color: Fiery Orange. HEX triplet: BA, 53 and 2A. RGB value is (186,83,42). Sum of RGB (Red+Green+Blue) = 186+83+42=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA532A is #45ACD5. Grayscale: #6D6D6D. Windows color (decimal): -4566230 or 2773946. OLE color: 2773946.
HSL color Cylindrical-coordinate representation of color #BA532A: hue angle of 17.08º 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 #BA532A is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 42 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.27 |
| HSL | 17.08º | 0.63% | 0.45% | - |
| HSV(B) | 17.08º | 0.77% | 0.73% | - |
| XYZ | 23.76 | 16.79 | 4.18 | - |
| YUV | 109.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 42 | 0 | 0.55 | 0.77 | 0.27 | 17.08 | 0.63 | 0.45 |
| Hex | BA | 53 | 2A | 0 | 37 | 4D | 1B | 11 | 3F | 2D |
| Octal | 272 | 123 | 52 | 0 | 67 | 115 | 33 | 21 | 77 | 55 |
| Binary | 10111010 | 1010011 | 101010 | 0 | 110111 | 1001101 | 11011 | 10001 | 111111 | 101101 |
Color Harmonies of #BA532A
Complementary color
Monochromatic Colors of #BA532A
Black with #BA532A
Text Example
Text Example
White with #BA532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA532A; }
p { color: rgb(186,83,42); }
H1.HeaderClassName
{
color: #BA532A;
}
.AnyTagClassName
{
color: #BA532A;
}
</style>
background-color css
<style>
a { background-color: #BA532A; }
a { background-color: rgb(186,83,42); }
div.DivClassName
{
background-color: #BA532A;
}
.BgClassName
{
background-color: #BA532A;
}
</style>
border-color css
<style>
span { border-color: #BA532A; }
span { border-color: rgb(186,83,42); }
td.TdClassName
{
border-color: #BA532A;
}
.TagClassName
{
border-color: #BA532A;
}
</style>