Shades of Fiery Orange #BA521C
Tints of Fiery Orange #BA521C
RGB
CMYK
RGB Variations
Color information
#BA521C (or 0xBA521C) is known color: Fiery Orange. HEX triplet: BA, 52 and 1C. RGB value is (186,82,28). Sum of RGB (Red+Green+Blue) = 186+82+28=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA521C is #45ADE3. Grayscale: #6B6B6B. Windows color (decimal): -4566500 or 1856186. OLE color: 1856186.
HSL color Cylindrical-coordinate representation of color #BA521C: hue angle of 20.51º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA521C is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 28 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.27 |
| HSL | 20.51º | 0.74% | 0.42% | - |
| HSV(B) | 20.51º | 0.85% | 0.73% | - |
| XYZ | 23.48 | 16.56 | 3.06 | - |
| YUV | 106.94 | 83.46 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 28 | 0 | 0.56 | 0.85 | 0.27 | 20.51 | 0.74 | 0.42 |
| Hex | BA | 52 | 1C | 0 | 38 | 55 | 1B | 15 | 4A | 2A |
| Octal | 272 | 122 | 34 | 0 | 70 | 125 | 33 | 25 | 112 | 52 |
| Binary | 10111010 | 1010010 | 11100 | 0 | 111000 | 1010101 | 11011 | 10101 | 1001010 | 101010 |
Color Harmonies of #BA521C
Complementary color
Monochromatic Colors of #BA521C
Black with #BA521C
Text Example
Text Example
White with #BA521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA521C; }
p { color: rgb(186,82,28); }
H1.HeaderClassName
{
color: #BA521C;
}
.AnyTagClassName
{
color: #BA521C;
}
</style>
background-color css
<style>
a { background-color: #BA521C; }
a { background-color: rgb(186,82,28); }
div.DivClassName
{
background-color: #BA521C;
}
.BgClassName
{
background-color: #BA521C;
}
</style>
border-color css
<style>
span { border-color: #BA521C; }
span { border-color: rgb(186,82,28); }
td.TdClassName
{
border-color: #BA521C;
}
.TagClassName
{
border-color: #BA521C;
}
</style>