Shades of Fiery Orange #B5572A
Tints of Fiery Orange #B5572A
RGB
CMYK
RGB Variations
Color information
#B5572A (or 0xB5572A) is known color: Fiery Orange. HEX triplet: B5, 57 and 2A. RGB value is (181,87,42). Sum of RGB (Red+Green+Blue) = 181+87+42=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5572A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5572A is #4AA8D5. Grayscale: #6E6E6E. Windows color (decimal): -4892886 or 2774965. OLE color: 2774965.
HSL color Cylindrical-coordinate representation of color #B5572A: hue angle of 19.42º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5572A is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 42 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.29 |
| HSL | 19.42º | 0.62% | 0.44% | - |
| HSV(B) | 19.42º | 0.77% | 0.71% | - |
| XYZ | 22.88 | 16.81 | 4.23 | - |
| YUV | 109.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 42 | 0 | 0.52 | 0.77 | 0.29 | 19.42 | 0.62 | 0.44 |
| Hex | B5 | 57 | 2A | 0 | 34 | 4D | 1D | 13 | 3E | 2C |
| Octal | 265 | 127 | 52 | 0 | 64 | 115 | 35 | 23 | 76 | 54 |
| Binary | 10110101 | 1010111 | 101010 | 0 | 110100 | 1001101 | 11101 | 10011 | 111110 | 101100 |
Color Harmonies of #B5572A
Complementary color
Monochromatic Colors of #B5572A
Black with #B5572A
Text Example
Text Example
White with #B5572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5572A; }
p { color: rgb(181,87,42); }
H1.HeaderClassName
{
color: #B5572A;
}
.AnyTagClassName
{
color: #B5572A;
}
</style>
background-color css
<style>
a { background-color: #B5572A; }
a { background-color: rgb(181,87,42); }
div.DivClassName
{
background-color: #B5572A;
}
.BgClassName
{
background-color: #B5572A;
}
</style>
border-color css
<style>
span { border-color: #B5572A; }
span { border-color: rgb(181,87,42); }
td.TdClassName
{
border-color: #B5572A;
}
.TagClassName
{
border-color: #B5572A;
}
</style>