Shades of Fiery Orange #B5551D
Tints of Fiery Orange #B5551D
RGB
CMYK
RGB Variations
Color information
#B5551D (or 0xB5551D) is known color: Fiery Orange. HEX triplet: B5, 55 and 1D. RGB value is (181,85,29). Sum of RGB (Red+Green+Blue) = 181+85+29=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5551D is #4AAAE2. Grayscale: #6B6B6B. Windows color (decimal): -4893411 or 1922485. OLE color: 1922485.
HSL color Cylindrical-coordinate representation of color #B5551D: hue angle of 22.11º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5551D is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 29 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.29 |
| HSL | 22.11º | 0.72% | 0.41% | - |
| HSV(B) | 22.11º | 0.84% | 0.71% | - |
| XYZ | 22.53 | 16.41 | 3.14 | - |
| YUV | 107.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 29 | 0 | 0.53 | 0.84 | 0.29 | 22.11 | 0.72 | 0.41 |
| Hex | B5 | 55 | 1D | 0 | 35 | 54 | 1D | 16 | 48 | 29 |
| Octal | 265 | 125 | 35 | 0 | 65 | 124 | 35 | 26 | 110 | 51 |
| Binary | 10110101 | 1010101 | 11101 | 0 | 110101 | 1010100 | 11101 | 10110 | 1001000 | 101001 |
Color Harmonies of #B5551D
Complementary color
Monochromatic Colors of #B5551D
Black with #B5551D
Text Example
Text Example
White with #B5551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5551D; }
p { color: rgb(181,85,29); }
H1.HeaderClassName
{
color: #B5551D;
}
.AnyTagClassName
{
color: #B5551D;
}
</style>
background-color css
<style>
a { background-color: #B5551D; }
a { background-color: rgb(181,85,29); }
div.DivClassName
{
background-color: #B5551D;
}
.BgClassName
{
background-color: #B5551D;
}
</style>
border-color css
<style>
span { border-color: #B5551D; }
span { border-color: rgb(181,85,29); }
td.TdClassName
{
border-color: #B5551D;
}
.TagClassName
{
border-color: #B5551D;
}
</style>