Shades of Fiery Orange #B8532A
Tints of Fiery Orange #B8532A
RGB
CMYK
RGB Variations
Color information
#B8532A (or 0xB8532A) is known color: Fiery Orange. HEX triplet: B8, 53 and 2A. RGB value is (184,83,42). Sum of RGB (Red+Green+Blue) = 184+83+42=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8532A is #47ACD5. Grayscale: #6C6C6C. Windows color (decimal): -4697302 or 2773944. OLE color: 2773944.
HSL color Cylindrical-coordinate representation of color #B8532A: hue angle of 17.32º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8532A is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 42 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.28 |
| HSL | 17.32º | 0.63% | 0.44% | - |
| HSV(B) | 17.32º | 0.77% | 0.72% | - |
| XYZ | 23.28 | 16.54 | 4.16 | - |
| YUV | 108.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 42 | 0 | 0.55 | 0.77 | 0.28 | 17.32 | 0.63 | 0.44 |
| Hex | B8 | 53 | 2A | 0 | 37 | 4D | 1C | 11 | 3F | 2C |
| Octal | 270 | 123 | 52 | 0 | 67 | 115 | 34 | 21 | 77 | 54 |
| Binary | 10111000 | 1010011 | 101010 | 0 | 110111 | 1001101 | 11100 | 10001 | 111111 | 101100 |
Color Harmonies of #B8532A
Complementary color
Monochromatic Colors of #B8532A
Black with #B8532A
Text Example
Text Example
White with #B8532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8532A; }
p { color: rgb(184,83,42); }
H1.HeaderClassName
{
color: #B8532A;
}
.AnyTagClassName
{
color: #B8532A;
}
</style>
background-color css
<style>
a { background-color: #B8532A; }
a { background-color: rgb(184,83,42); }
div.DivClassName
{
background-color: #B8532A;
}
.BgClassName
{
background-color: #B8532A;
}
</style>
border-color css
<style>
span { border-color: #B8532A; }
span { border-color: rgb(184,83,42); }
td.TdClassName
{
border-color: #B8532A;
}
.TagClassName
{
border-color: #B8532A;
}
</style>