Shades of Fiery Orange #B55A35
Tints of Fiery Orange #B55A35
RGB
CMYK
RGB Variations
Color information
#B55A35 (or 0xB55A35) is known color: Fiery Orange. HEX triplet: B5, 5A and 35. RGB value is (181,90,53). Sum of RGB (Red+Green+Blue) = 181+90+53=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A35 is #4AA5CA. Grayscale: #717171. Windows color (decimal): -4892107 or 3496629. OLE color: 3496629.
HSL color Cylindrical-coordinate representation of color #B55A35: hue angle of 17.34º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B55A35 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 53 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.29 |
| HSL | 17.34º | 0.55% | 0.46% | - |
| HSV(B) | 17.34º | 0.71% | 0.71% | - |
| XYZ | 23.35 | 17.39 | 5.49 | - |
| YUV | 112.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 53 | 0 | 0.50 | 0.71 | 0.29 | 17.34 | 0.55 | 0.46 |
| Hex | B5 | 5A | 35 | 0 | 32 | 47 | 1D | 11 | 37 | 2E |
| Octal | 265 | 132 | 65 | 0 | 62 | 107 | 35 | 21 | 67 | 56 |
| Binary | 10110101 | 1011010 | 110101 | 0 | 110010 | 1000111 | 11101 | 10001 | 110111 | 101110 |
Color Harmonies of #B55A35
Complementary color
Monochromatic Colors of #B55A35
Black with #B55A35
Text Example
Text Example
White with #B55A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A35; }
p { color: rgb(181,90,53); }
H1.HeaderClassName
{
color: #B55A35;
}
.AnyTagClassName
{
color: #B55A35;
}
</style>
background-color css
<style>
a { background-color: #B55A35; }
a { background-color: rgb(181,90,53); }
div.DivClassName
{
background-color: #B55A35;
}
.BgClassName
{
background-color: #B55A35;
}
</style>
border-color css
<style>
span { border-color: #B55A35; }
span { border-color: rgb(181,90,53); }
td.TdClassName
{
border-color: #B55A35;
}
.TagClassName
{
border-color: #B55A35;
}
</style>