Shades of Fiery Orange #B55B30
Tints of Fiery Orange #B55B30
RGB
CMYK
RGB Variations
Color information
#B55B30 (or 0xB55B30) is known color: Fiery Orange. HEX triplet: B5, 5B and 30. RGB value is (181,91,48). Sum of RGB (Red+Green+Blue) = 181+91+48=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B30 is #4AA4CF. Grayscale: #717171. Windows color (decimal): -4891856 or 3169205. OLE color: 3169205.
HSL color Cylindrical-coordinate representation of color #B55B30: hue angle of 19.4º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B55B30 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 48 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.29 |
| HSL | 19.4º | 0.58% | 0.45% | - |
| HSV(B) | 19.4º | 0.73% | 0.71% | - |
| XYZ | 23.33 | 17.52 | 4.95 | - |
| YUV | 113.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 48 | 0 | 0.50 | 0.73 | 0.29 | 19.4 | 0.58 | 0.45 |
| Hex | B5 | 5B | 30 | 0 | 32 | 49 | 1D | 13 | 3A | 2D |
| Octal | 265 | 133 | 60 | 0 | 62 | 111 | 35 | 23 | 72 | 55 |
| Binary | 10110101 | 1011011 | 110000 | 0 | 110010 | 1001001 | 11101 | 10011 | 111010 | 101101 |
Color Harmonies of #B55B30
Complementary color
Monochromatic Colors of #B55B30
Black with #B55B30
Text Example
Text Example
White with #B55B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55B30; }
p { color: rgb(181,91,48); }
H1.HeaderClassName
{
color: #B55B30;
}
.AnyTagClassName
{
color: #B55B30;
}
</style>
background-color css
<style>
a { background-color: #B55B30; }
a { background-color: rgb(181,91,48); }
div.DivClassName
{
background-color: #B55B30;
}
.BgClassName
{
background-color: #B55B30;
}
</style>
border-color css
<style>
span { border-color: #B55B30; }
span { border-color: rgb(181,91,48); }
td.TdClassName
{
border-color: #B55B30;
}
.TagClassName
{
border-color: #B55B30;
}
</style>