Shades of Fiery Orange #B8532B
Tints of Fiery Orange #B8532B
RGB
CMYK
RGB Variations
Color information
#B8532B (or 0xB8532B) is known color: Fiery Orange. HEX triplet: B8, 53 and 2B. RGB value is (184,83,43). Sum of RGB (Red+Green+Blue) = 184+83+43=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8532B is #47ACD4. Grayscale: #6C6C6C. Windows color (decimal): -4697301 or 2839480. OLE color: 2839480.
HSL color Cylindrical-coordinate representation of color #B8532B: hue angle of 17.02º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8532B is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 43 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.28 |
| HSL | 17.02º | 0.62% | 0.45% | - |
| HSV(B) | 17.02º | 0.77% | 0.72% | - |
| XYZ | 23.3 | 16.55 | 4.25 | - |
| YUV | 108.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 43 | 0 | 0.55 | 0.77 | 0.28 | 17.02 | 0.62 | 0.45 |
| Hex | B8 | 53 | 2B | 0 | 37 | 4D | 1C | 11 | 3E | 2D |
| Octal | 270 | 123 | 53 | 0 | 67 | 115 | 34 | 21 | 76 | 55 |
| Binary | 10111000 | 1010011 | 101011 | 0 | 110111 | 1001101 | 11100 | 10001 | 111110 | 101101 |
Color Harmonies of #B8532B
Complementary color
Monochromatic Colors of #B8532B
Black with #B8532B
Text Example
Text Example
White with #B8532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8532B; }
p { color: rgb(184,83,43); }
H1.HeaderClassName
{
color: #B8532B;
}
.AnyTagClassName
{
color: #B8532B;
}
</style>
background-color css
<style>
a { background-color: #B8532B; }
a { background-color: rgb(184,83,43); }
div.DivClassName
{
background-color: #B8532B;
}
.BgClassName
{
background-color: #B8532B;
}
</style>
border-color css
<style>
span { border-color: #B8532B; }
span { border-color: rgb(184,83,43); }
td.TdClassName
{
border-color: #B8532B;
}
.TagClassName
{
border-color: #B8532B;
}
</style>