Shades of Fiery Orange #B0572C
Tints of Fiery Orange #B0572C
RGB
CMYK
RGB Variations
Color information
#B0572C (or 0xB0572C) is known color: Fiery Orange. HEX triplet: B0, 57 and 2C. RGB value is (176,87,44). Sum of RGB (Red+Green+Blue) = 176+87+44=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0572C is #4FA8D3. Grayscale: #6C6C6C. Windows color (decimal): -5220564 or 2906032. OLE color: 2906032.
HSL color Cylindrical-coordinate representation of color #B0572C: hue angle of 19.55º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0572C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 44 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.31 |
| HSL | 19.55º | 0.6% | 0.43% | - |
| HSV(B) | 19.55º | 0.75% | 0.69% | - |
| XYZ | 21.77 | 16.23 | 4.37 | - |
| YUV | 108.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 44 | 0 | 0.51 | 0.75 | 0.31 | 19.55 | 0.6 | 0.43 |
| Hex | B0 | 57 | 2C | 0 | 33 | 4B | 1F | 14 | 3C | 2B |
| Octal | 260 | 127 | 54 | 0 | 63 | 113 | 37 | 24 | 74 | 53 |
| Binary | 10110000 | 1010111 | 101100 | 0 | 110011 | 1001011 | 11111 | 10100 | 111100 | 101011 |
Color Harmonies of #B0572C
Complementary color
Monochromatic Colors of #B0572C
Black with #B0572C
Text Example
Text Example
White with #B0572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0572C; }
p { color: rgb(176,87,44); }
H1.HeaderClassName
{
color: #B0572C;
}
.AnyTagClassName
{
color: #B0572C;
}
</style>
background-color css
<style>
a { background-color: #B0572C; }
a { background-color: rgb(176,87,44); }
div.DivClassName
{
background-color: #B0572C;
}
.BgClassName
{
background-color: #B0572C;
}
</style>
border-color css
<style>
span { border-color: #B0572C; }
span { border-color: rgb(176,87,44); }
td.TdClassName
{
border-color: #B0572C;
}
.TagClassName
{
border-color: #B0572C;
}
</style>