Shades of Fiery Orange #BA531D
Tints of Fiery Orange #BA531D
RGB
CMYK
RGB Variations
Color information
#BA531D (or 0xBA531D) is known color: Fiery Orange. HEX triplet: BA, 53 and 1D. RGB value is (186,83,29). Sum of RGB (Red+Green+Blue) = 186+83+29=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA531D is #45ACE2. Grayscale: #6B6B6B. Windows color (decimal): -4566243 or 1921978. OLE color: 1921978.
HSL color Cylindrical-coordinate representation of color #BA531D: hue angle of 20.64º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA531D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 29 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.27 |
| HSL | 20.64º | 0.73% | 0.42% | - |
| HSV(B) | 20.64º | 0.84% | 0.73% | - |
| XYZ | 23.56 | 16.71 | 3.15 | - |
| YUV | 107.64 | 83.62 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 29 | 0 | 0.55 | 0.84 | 0.27 | 20.64 | 0.73 | 0.42 |
| Hex | BA | 53 | 1D | 0 | 37 | 54 | 1B | 15 | 49 | 2A |
| Octal | 272 | 123 | 35 | 0 | 67 | 124 | 33 | 25 | 111 | 52 |
| Binary | 10111010 | 1010011 | 11101 | 0 | 110111 | 1010100 | 11011 | 10101 | 1001001 | 101010 |
Color Harmonies of #BA531D
Complementary color
Monochromatic Colors of #BA531D
Black with #BA531D
Text Example
Text Example
White with #BA531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA531D; }
p { color: rgb(186,83,29); }
H1.HeaderClassName
{
color: #BA531D;
}
.AnyTagClassName
{
color: #BA531D;
}
</style>
background-color css
<style>
a { background-color: #BA531D; }
a { background-color: rgb(186,83,29); }
div.DivClassName
{
background-color: #BA531D;
}
.BgClassName
{
background-color: #BA531D;
}
</style>
border-color css
<style>
span { border-color: #BA531D; }
span { border-color: rgb(186,83,29); }
td.TdClassName
{
border-color: #BA531D;
}
.TagClassName
{
border-color: #BA531D;
}
</style>