Shades of Fiery Orange #B3582A
Tints of Fiery Orange #B3582A
RGB
CMYK
RGB Variations
Color information
#B3582A (or 0xB3582A) is known color: Fiery Orange. HEX triplet: B3, 58 and 2A. RGB value is (179,88,42). Sum of RGB (Red+Green+Blue) = 179+88+42=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3582A is #4CA7D5. Grayscale: #6E6E6E. Windows color (decimal): -5023702 or 2775219. OLE color: 2775219.
HSL color Cylindrical-coordinate representation of color #B3582A: hue angle of 20.15º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3582A is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 42 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.30 |
| HSL | 20.15º | 0.62% | 0.43% | - |
| HSV(B) | 20.15º | 0.77% | 0.7% | - |
| XYZ | 22.5 | 16.73 | 4.23 | - |
| YUV | 109.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 42 | 0 | 0.51 | 0.77 | 0.30 | 20.15 | 0.62 | 0.43 |
| Hex | B3 | 58 | 2A | 0 | 33 | 4D | 1E | 14 | 3E | 2B |
| Octal | 263 | 130 | 52 | 0 | 63 | 115 | 36 | 24 | 76 | 53 |
| Binary | 10110011 | 1011000 | 101010 | 0 | 110011 | 1001101 | 11110 | 10100 | 111110 | 101011 |
Color Harmonies of #B3582A
Complementary color
Monochromatic Colors of #B3582A
Black with #B3582A
Text Example
Text Example
White with #B3582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3582A; }
p { color: rgb(179,88,42); }
H1.HeaderClassName
{
color: #B3582A;
}
.AnyTagClassName
{
color: #B3582A;
}
</style>
background-color css
<style>
a { background-color: #B3582A; }
a { background-color: rgb(179,88,42); }
div.DivClassName
{
background-color: #B3582A;
}
.BgClassName
{
background-color: #B3582A;
}
</style>
border-color css
<style>
span { border-color: #B3582A; }
span { border-color: rgb(179,88,42); }
td.TdClassName
{
border-color: #B3582A;
}
.TagClassName
{
border-color: #B3582A;
}
</style>