Shades of Fiery Orange #BA581F
Tints of Fiery Orange #BA581F
RGB
CMYK
RGB Variations
Color information
#BA581F (or 0xBA581F) is known color: Fiery Orange. HEX triplet: BA, 58 and 1F. RGB value is (186,88,31). Sum of RGB (Red+Green+Blue) = 186+88+31=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA581F is #45A7E0. Grayscale: #6F6F6F. Windows color (decimal): -4564961 or 2054330. OLE color: 2054330.
HSL color Cylindrical-coordinate representation of color #BA581F: hue angle of 22.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA581F is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 31 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.27 |
| HSL | 22.06º | 0.71% | 0.43% | - |
| HSV(B) | 22.06º | 0.83% | 0.73% | - |
| XYZ | 23.99 | 17.52 | 3.41 | - |
| YUV | 110.8 | 82.97 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 31 | 0 | 0.53 | 0.83 | 0.27 | 22.06 | 0.71 | 0.43 |
| Hex | BA | 58 | 1F | 0 | 35 | 53 | 1B | 16 | 47 | 2B |
| Octal | 272 | 130 | 37 | 0 | 65 | 123 | 33 | 26 | 107 | 53 |
| Binary | 10111010 | 1011000 | 11111 | 0 | 110101 | 1010011 | 11011 | 10110 | 1000111 | 101011 |
Color Harmonies of #BA581F
Complementary color
Monochromatic Colors of #BA581F
Black with #BA581F
Text Example
Text Example
White with #BA581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA581F; }
p { color: rgb(186,88,31); }
H1.HeaderClassName
{
color: #BA581F;
}
.AnyTagClassName
{
color: #BA581F;
}
</style>
background-color css
<style>
a { background-color: #BA581F; }
a { background-color: rgb(186,88,31); }
div.DivClassName
{
background-color: #BA581F;
}
.BgClassName
{
background-color: #BA581F;
}
</style>
border-color css
<style>
span { border-color: #BA581F; }
span { border-color: rgb(186,88,31); }
td.TdClassName
{
border-color: #BA581F;
}
.TagClassName
{
border-color: #BA581F;
}
</style>