Shades of Fiery Orange #B2581D
Tints of Fiery Orange #B2581D
RGB
CMYK
RGB Variations
Color information
#B2581D (or 0xB2581D) is known color: Fiery Orange. HEX triplet: B2, 58 and 1D. RGB value is (178,88,29). Sum of RGB (Red+Green+Blue) = 178+88+29=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2581D is #4DA7E2. Grayscale: #6C6C6C. Windows color (decimal): -5089251 or 1923250. OLE color: 1923250.
HSL color Cylindrical-coordinate representation of color #B2581D: hue angle of 23.76º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2581D is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 29 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.30 |
| HSL | 23.76º | 0.72% | 0.41% | - |
| HSV(B) | 23.76º | 0.84% | 0.7% | - |
| XYZ | 22.07 | 16.53 | 3.19 | - |
| YUV | 108.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 29 | 0 | 0.51 | 0.84 | 0.30 | 23.76 | 0.72 | 0.41 |
| Hex | B2 | 58 | 1D | 0 | 33 | 54 | 1E | 18 | 48 | 29 |
| Octal | 262 | 130 | 35 | 0 | 63 | 124 | 36 | 30 | 110 | 51 |
| Binary | 10110010 | 1011000 | 11101 | 0 | 110011 | 1010100 | 11110 | 11000 | 1001000 | 101001 |
Color Harmonies of #B2581D
Complementary color
Monochromatic Colors of #B2581D
Black with #B2581D
Text Example
Text Example
White with #B2581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2581D; }
p { color: rgb(178,88,29); }
H1.HeaderClassName
{
color: #B2581D;
}
.AnyTagClassName
{
color: #B2581D;
}
</style>
background-color css
<style>
a { background-color: #B2581D; }
a { background-color: rgb(178,88,29); }
div.DivClassName
{
background-color: #B2581D;
}
.BgClassName
{
background-color: #B2581D;
}
</style>
border-color css
<style>
span { border-color: #B2581D; }
span { border-color: rgb(178,88,29); }
td.TdClassName
{
border-color: #B2581D;
}
.TagClassName
{
border-color: #B2581D;
}
</style>