Shades of Fiery Orange #B0572A
Tints of Fiery Orange #B0572A
RGB
CMYK
RGB Variations
Color information
#B0572A (or 0xB0572A) is known color: Fiery Orange. HEX triplet: B0, 57 and 2A. RGB value is (176,87,42). Sum of RGB (Red+Green+Blue) = 176+87+42=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0572A is #4FA8D5. Grayscale: #6C6C6C. Windows color (decimal): -5220566 or 2774960. OLE color: 2774960.
HSL color Cylindrical-coordinate representation of color #B0572A: hue angle of 20.15º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0572A is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 42 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.31 |
| HSL | 20.15º | 0.61% | 0.43% | - |
| HSV(B) | 20.15º | 0.76% | 0.69% | - |
| XYZ | 21.73 | 16.21 | 4.17 | - |
| YUV | 108.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 42 | 0 | 0.51 | 0.76 | 0.31 | 20.15 | 0.61 | 0.43 |
| Hex | B0 | 57 | 2A | 0 | 33 | 4C | 1F | 14 | 3D | 2B |
| Octal | 260 | 127 | 52 | 0 | 63 | 114 | 37 | 24 | 75 | 53 |
| Binary | 10110000 | 1010111 | 101010 | 0 | 110011 | 1001100 | 11111 | 10100 | 111101 | 101011 |
Color Harmonies of #B0572A
Complementary color
Monochromatic Colors of #B0572A
Black with #B0572A
Text Example
Text Example
White with #B0572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0572A; }
p { color: rgb(176,87,42); }
H1.HeaderClassName
{
color: #B0572A;
}
.AnyTagClassName
{
color: #B0572A;
}
</style>
background-color css
<style>
a { background-color: #B0572A; }
a { background-color: rgb(176,87,42); }
div.DivClassName
{
background-color: #B0572A;
}
.BgClassName
{
background-color: #B0572A;
}
</style>
border-color css
<style>
span { border-color: #B0572A; }
span { border-color: rgb(176,87,42); }
td.TdClassName
{
border-color: #B0572A;
}
.TagClassName
{
border-color: #B0572A;
}
</style>