Shades of Fiery Orange #B55B1A
Tints of Fiery Orange #B55B1A
RGB
CMYK
RGB Variations
Color information
#B55B1A (or 0xB55B1A) is known color: Fiery Orange. HEX triplet: B5, 5B and 1A. RGB value is (181,91,26). Sum of RGB (Red+Green+Blue) = 181+91+26=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B1A is #4AA4E5. Grayscale: #6E6E6E. Windows color (decimal): -4891878 or 1727413. OLE color: 1727413.
HSL color Cylindrical-coordinate representation of color #B55B1A: hue angle of 25.16º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B55B1A is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 26 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.29 |
| HSL | 25.16º | 0.75% | 0.41% | - |
| HSV(B) | 25.16º | 0.86% | 0.71% | - |
| XYZ | 22.98 | 17.38 | 3.12 | - |
| YUV | 110.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 26 | 0 | 0.50 | 0.86 | 0.29 | 25.16 | 0.75 | 0.41 |
| Hex | B5 | 5B | 1A | 0 | 32 | 56 | 1D | 19 | 4B | 29 |
| Octal | 265 | 133 | 32 | 0 | 62 | 126 | 35 | 31 | 113 | 51 |
| Binary | 10110101 | 1011011 | 11010 | 0 | 110010 | 1010110 | 11101 | 11001 | 1001011 | 101001 |
Color Harmonies of #B55B1A
Complementary color
Monochromatic Colors of #B55B1A
Black with #B55B1A
Text Example
Text Example
White with #B55B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55B1A; }
p { color: rgb(181,91,26); }
H1.HeaderClassName
{
color: #B55B1A;
}
.AnyTagClassName
{
color: #B55B1A;
}
</style>
background-color css
<style>
a { background-color: #B55B1A; }
a { background-color: rgb(181,91,26); }
div.DivClassName
{
background-color: #B55B1A;
}
.BgClassName
{
background-color: #B55B1A;
}
</style>
border-color css
<style>
span { border-color: #B55B1A; }
span { border-color: rgb(181,91,26); }
td.TdClassName
{
border-color: #B55B1A;
}
.TagClassName
{
border-color: #B55B1A;
}
</style>