Shades of Fiery Orange #B8581B
Tints of Fiery Orange #B8581B
RGB
CMYK
RGB Variations
Color information
#B8581B (or 0xB8581B) is known color: Fiery Orange. HEX triplet: B8, 58 and 1B. RGB value is (184,88,27). Sum of RGB (Red+Green+Blue) = 184+88+27=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8581B is #47A7E4. Grayscale: #6E6E6E. Windows color (decimal): -4696037 or 1792184. OLE color: 1792184.
HSL color Cylindrical-coordinate representation of color #B8581B: hue angle of 23.31º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8581B is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 27 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.28 |
| HSL | 23.31º | 0.74% | 0.41% | - |
| HSV(B) | 23.31º | 0.85% | 0.72% | - |
| XYZ | 23.45 | 17.25 | 3.13 | - |
| YUV | 109.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 27 | 0 | 0.52 | 0.85 | 0.28 | 23.31 | 0.74 | 0.41 |
| Hex | B8 | 58 | 1B | 0 | 34 | 55 | 1C | 17 | 4A | 29 |
| Octal | 270 | 130 | 33 | 0 | 64 | 125 | 34 | 27 | 112 | 51 |
| Binary | 10111000 | 1011000 | 11011 | 0 | 110100 | 1010101 | 11100 | 10111 | 1001010 | 101001 |
Color Harmonies of #B8581B
Complementary color
Monochromatic Colors of #B8581B
Black with #B8581B
Text Example
Text Example
White with #B8581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8581B; }
p { color: rgb(184,88,27); }
H1.HeaderClassName
{
color: #B8581B;
}
.AnyTagClassName
{
color: #B8581B;
}
</style>
background-color css
<style>
a { background-color: #B8581B; }
a { background-color: rgb(184,88,27); }
div.DivClassName
{
background-color: #B8581B;
}
.BgClassName
{
background-color: #B8581B;
}
</style>
border-color css
<style>
span { border-color: #B8581B; }
span { border-color: rgb(184,88,27); }
td.TdClassName
{
border-color: #B8581B;
}
.TagClassName
{
border-color: #B8581B;
}
</style>