Shades of Fiery Orange #B5572B
Tints of Fiery Orange #B5572B
RGB
CMYK
RGB Variations
Color information
#B5572B (or 0xB5572B) is known color: Fiery Orange. HEX triplet: B5, 57 and 2B. RGB value is (181,87,43). Sum of RGB (Red+Green+Blue) = 181+87+43=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5572B is #4AA8D4. Grayscale: #6E6E6E. Windows color (decimal): -4892885 or 2840501. OLE color: 2840501.
HSL color Cylindrical-coordinate representation of color #B5572B: hue angle of 19.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5572B is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 43 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.29 |
| HSL | 19.13º | 0.62% | 0.44% | - |
| HSV(B) | 19.13º | 0.76% | 0.71% | - |
| XYZ | 22.9 | 16.81 | 4.32 | - |
| YUV | 110.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 43 | 0 | 0.52 | 0.76 | 0.29 | 19.13 | 0.62 | 0.44 |
| Hex | B5 | 57 | 2B | 0 | 34 | 4C | 1D | 13 | 3E | 2C |
| Octal | 265 | 127 | 53 | 0 | 64 | 114 | 35 | 23 | 76 | 54 |
| Binary | 10110101 | 1010111 | 101011 | 0 | 110100 | 1001100 | 11101 | 10011 | 111110 | 101100 |
Color Harmonies of #B5572B
Complementary color
Monochromatic Colors of #B5572B
Black with #B5572B
Text Example
Text Example
White with #B5572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5572B; }
p { color: rgb(181,87,43); }
H1.HeaderClassName
{
color: #B5572B;
}
.AnyTagClassName
{
color: #B5572B;
}
</style>
background-color css
<style>
a { background-color: #B5572B; }
a { background-color: rgb(181,87,43); }
div.DivClassName
{
background-color: #B5572B;
}
.BgClassName
{
background-color: #B5572B;
}
</style>
border-color css
<style>
span { border-color: #B5572B; }
span { border-color: rgb(181,87,43); }
td.TdClassName
{
border-color: #B5572B;
}
.TagClassName
{
border-color: #B5572B;
}
</style>