Shades of Fiery Orange #B2572F
Tints of Fiery Orange #B2572F
RGB
CMYK
RGB Variations
Color information
#B2572F (or 0xB2572F) is known color: Fiery Orange. HEX triplet: B2, 57 and 2F. RGB value is (178,87,47). Sum of RGB (Red+Green+Blue) = 178+87+47=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2572F is #4DA8D0. Grayscale: #6D6D6D. Windows color (decimal): -5089489 or 3102642. OLE color: 3102642.
HSL color Cylindrical-coordinate representation of color #B2572F: hue angle of 18.32º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2572F is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 47 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.30 |
| HSL | 18.32º | 0.58% | 0.44% | - |
| HSV(B) | 18.32º | 0.74% | 0.7% | - |
| XYZ | 22.28 | 16.49 | 4.7 | - |
| YUV | 109.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 47 | 0 | 0.51 | 0.74 | 0.30 | 18.32 | 0.58 | 0.44 |
| Hex | B2 | 57 | 2F | 0 | 33 | 4A | 1E | 12 | 3A | 2C |
| Octal | 262 | 127 | 57 | 0 | 63 | 112 | 36 | 22 | 72 | 54 |
| Binary | 10110010 | 1010111 | 101111 | 0 | 110011 | 1001010 | 11110 | 10010 | 111010 | 101100 |
Color Harmonies of #B2572F
Complementary color
Monochromatic Colors of #B2572F
Black with #B2572F
Text Example
Text Example
White with #B2572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2572F; }
p { color: rgb(178,87,47); }
H1.HeaderClassName
{
color: #B2572F;
}
.AnyTagClassName
{
color: #B2572F;
}
</style>
background-color css
<style>
a { background-color: #B2572F; }
a { background-color: rgb(178,87,47); }
div.DivClassName
{
background-color: #B2572F;
}
.BgClassName
{
background-color: #B2572F;
}
</style>
border-color css
<style>
span { border-color: #B2572F; }
span { border-color: rgb(178,87,47); }
td.TdClassName
{
border-color: #B2572F;
}
.TagClassName
{
border-color: #B2572F;
}
</style>