Shades of Fiery Orange #BA532D
Tints of Fiery Orange #BA532D
RGB
CMYK
RGB Variations
Color information
#BA532D (or 0xBA532D) is known color: Fiery Orange. HEX triplet: BA, 53 and 2D. RGB value is (186,83,45). Sum of RGB (Red+Green+Blue) = 186+83+45=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA532D is #45ACD2. Grayscale: #6D6D6D. Windows color (decimal): -4566227 or 2970554. OLE color: 2970554.
HSL color Cylindrical-coordinate representation of color #BA532D: hue angle of 16.17º 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 #BA532D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 45 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.27 |
| HSL | 16.17º | 0.61% | 0.45% | - |
| HSV(B) | 16.17º | 0.76% | 0.73% | - |
| XYZ | 23.82 | 16.82 | 4.47 | - |
| YUV | 109.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 45 | 0 | 0.55 | 0.76 | 0.27 | 16.17 | 0.61 | 0.45 |
| Hex | BA | 53 | 2D | 0 | 37 | 4C | 1B | 10 | 3D | 2D |
| Octal | 272 | 123 | 55 | 0 | 67 | 114 | 33 | 20 | 75 | 55 |
| Binary | 10111010 | 1010011 | 101101 | 0 | 110111 | 1001100 | 11011 | 10000 | 111101 | 101101 |
Color Harmonies of #BA532D
Complementary color
Monochromatic Colors of #BA532D
Black with #BA532D
Text Example
Text Example
White with #BA532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA532D; }
p { color: rgb(186,83,45); }
H1.HeaderClassName
{
color: #BA532D;
}
.AnyTagClassName
{
color: #BA532D;
}
</style>
background-color css
<style>
a { background-color: #BA532D; }
a { background-color: rgb(186,83,45); }
div.DivClassName
{
background-color: #BA532D;
}
.BgClassName
{
background-color: #BA532D;
}
</style>
border-color css
<style>
span { border-color: #BA532D; }
span { border-color: rgb(186,83,45); }
td.TdClassName
{
border-color: #BA532D;
}
.TagClassName
{
border-color: #BA532D;
}
</style>