Shades of Fiery Orange #B7581D
Tints of Fiery Orange #B7581D
RGB
CMYK
RGB Variations
Color information
#B7581D (or 0xB7581D) is known color: Fiery Orange. HEX triplet: B7, 58 and 1D. RGB value is (183,88,29). Sum of RGB (Red+Green+Blue) = 183+88+29=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7581D is #48A7E2. Grayscale: #6E6E6E. Windows color (decimal): -4761571 or 1923255. OLE color: 1923255.
HSL color Cylindrical-coordinate representation of color #B7581D: hue angle of 22.99º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7581D is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 29 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.28 |
| HSL | 22.99º | 0.73% | 0.42% | - |
| HSV(B) | 22.99º | 0.84% | 0.72% | - |
| XYZ | 23.24 | 17.14 | 3.24 | - |
| YUV | 109.68 | 82.47 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 29 | 0 | 0.52 | 0.84 | 0.28 | 22.99 | 0.73 | 0.42 |
| Hex | B7 | 58 | 1D | 0 | 34 | 54 | 1C | 17 | 49 | 2A |
| Octal | 267 | 130 | 35 | 0 | 64 | 124 | 34 | 27 | 111 | 52 |
| Binary | 10110111 | 1011000 | 11101 | 0 | 110100 | 1010100 | 11100 | 10111 | 1001001 | 101010 |
Color Harmonies of #B7581D
Complementary color
Monochromatic Colors of #B7581D
Black with #B7581D
Text Example
Text Example
White with #B7581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7581D; }
p { color: rgb(183,88,29); }
H1.HeaderClassName
{
color: #B7581D;
}
.AnyTagClassName
{
color: #B7581D;
}
</style>
background-color css
<style>
a { background-color: #B7581D; }
a { background-color: rgb(183,88,29); }
div.DivClassName
{
background-color: #B7581D;
}
.BgClassName
{
background-color: #B7581D;
}
</style>
border-color css
<style>
span { border-color: #B7581D; }
span { border-color: rgb(183,88,29); }
td.TdClassName
{
border-color: #B7581D;
}
.TagClassName
{
border-color: #B7581D;
}
</style>