Shades of Fiery Orange #BA572B
Tints of Fiery Orange #BA572B
RGB
CMYK
RGB Variations
Color information
#BA572B (or 0xBA572B) is known color: Fiery Orange. HEX triplet: BA, 57 and 2B. RGB value is (186,87,43). Sum of RGB (Red+Green+Blue) = 186+87+43=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA572B is #45A8D4. Grayscale: #6F6F6F. Windows color (decimal): -4565205 or 2840506. OLE color: 2840506.
HSL color Cylindrical-coordinate representation of color #BA572B: hue angle of 18.46º degrees, saturation: 0.62, 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 #BA572B is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 43 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.27 |
| HSL | 18.46º | 0.62% | 0.45% | - |
| HSV(B) | 18.46º | 0.77% | 0.73% | - |
| XYZ | 24.09 | 17.43 | 4.38 | - |
| YUV | 111.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 43 | 0 | 0.53 | 0.77 | 0.27 | 18.46 | 0.62 | 0.45 |
| Hex | BA | 57 | 2B | 0 | 35 | 4D | 1B | 12 | 3E | 2D |
| Octal | 272 | 127 | 53 | 0 | 65 | 115 | 33 | 22 | 76 | 55 |
| Binary | 10111010 | 1010111 | 101011 | 0 | 110101 | 1001101 | 11011 | 10010 | 111110 | 101101 |
Color Harmonies of #BA572B
Complementary color
Monochromatic Colors of #BA572B
Black with #BA572B
Text Example
Text Example
White with #BA572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA572B; }
p { color: rgb(186,87,43); }
H1.HeaderClassName
{
color: #BA572B;
}
.AnyTagClassName
{
color: #BA572B;
}
</style>
background-color css
<style>
a { background-color: #BA572B; }
a { background-color: rgb(186,87,43); }
div.DivClassName
{
background-color: #BA572B;
}
.BgClassName
{
background-color: #BA572B;
}
</style>
border-color css
<style>
span { border-color: #BA572B; }
span { border-color: rgb(186,87,43); }
td.TdClassName
{
border-color: #BA572B;
}
.TagClassName
{
border-color: #BA572B;
}
</style>