Shades of Fiery Orange #B5602D
Tints of Fiery Orange #B5602D
RGB
CMYK
RGB Variations
Color information
#B5602D (or 0xB5602D) is known color: Fiery Orange. HEX triplet: B5, 60 and 2D. RGB value is (181,96,45). Sum of RGB (Red+Green+Blue) = 181+96+45=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5602D is #4A9FD2. Grayscale: #737373. Windows color (decimal): -4890579 or 2973877. OLE color: 2973877.
HSL color Cylindrical-coordinate representation of color #B5602D: hue angle of 22.5º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5602D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 45 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.29 |
| HSL | 22.5º | 0.6% | 0.44% | - |
| HSV(B) | 22.5º | 0.75% | 0.71% | - |
| XYZ | 23.71 | 18.38 | 4.78 | - |
| YUV | 115.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 45 | 0 | 0.47 | 0.75 | 0.29 | 22.5 | 0.6 | 0.44 |
| Hex | B5 | 60 | 2D | 0 | 2F | 4B | 1D | 16 | 3C | 2C |
| Octal | 265 | 140 | 55 | 0 | 57 | 113 | 35 | 26 | 74 | 54 |
| Binary | 10110101 | 1100000 | 101101 | 0 | 101111 | 1001011 | 11101 | 10110 | 111100 | 101100 |
Color Harmonies of #B5602D
Complementary color
Monochromatic Colors of #B5602D
Black with #B5602D
Text Example
Text Example
White with #B5602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5602D; }
p { color: rgb(181,96,45); }
H1.HeaderClassName
{
color: #B5602D;
}
.AnyTagClassName
{
color: #B5602D;
}
</style>
background-color css
<style>
a { background-color: #B5602D; }
a { background-color: rgb(181,96,45); }
div.DivClassName
{
background-color: #B5602D;
}
.BgClassName
{
background-color: #B5602D;
}
</style>
border-color css
<style>
span { border-color: #B5602D; }
span { border-color: rgb(181,96,45); }
td.TdClassName
{
border-color: #B5602D;
}
.TagClassName
{
border-color: #B5602D;
}
</style>