Shades of Fiery Orange #B9521C
Tints of Fiery Orange #B9521C
RGB
CMYK
RGB Variations
Color information
#B9521C (or 0xB9521C) is known color: Fiery Orange. HEX triplet: B9, 52 and 1C. RGB value is (185,82,28). Sum of RGB (Red+Green+Blue) = 185+82+28=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9521C is #46ADE3. Grayscale: #6A6A6A. Windows color (decimal): -4632036 or 1856185. OLE color: 1856185.
HSL color Cylindrical-coordinate representation of color #B9521C: hue angle of 20.64º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9521C is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 28 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.27 |
| HSL | 20.64º | 0.74% | 0.42% | - |
| HSV(B) | 20.64º | 0.85% | 0.73% | - |
| XYZ | 23.23 | 16.43 | 3.05 | - |
| YUV | 106.64 | 83.62 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 28 | 0 | 0.56 | 0.85 | 0.27 | 20.64 | 0.74 | 0.42 |
| Hex | B9 | 52 | 1C | 0 | 38 | 55 | 1B | 15 | 4A | 2A |
| Octal | 271 | 122 | 34 | 0 | 70 | 125 | 33 | 25 | 112 | 52 |
| Binary | 10111001 | 1010010 | 11100 | 0 | 111000 | 1010101 | 11011 | 10101 | 1001010 | 101010 |
Color Harmonies of #B9521C
Complementary color
Monochromatic Colors of #B9521C
Black with #B9521C
Text Example
Text Example
White with #B9521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9521C; }
p { color: rgb(185,82,28); }
H1.HeaderClassName
{
color: #B9521C;
}
.AnyTagClassName
{
color: #B9521C;
}
</style>
background-color css
<style>
a { background-color: #B9521C; }
a { background-color: rgb(185,82,28); }
div.DivClassName
{
background-color: #B9521C;
}
.BgClassName
{
background-color: #B9521C;
}
</style>
border-color css
<style>
span { border-color: #B9521C; }
span { border-color: rgb(185,82,28); }
td.TdClassName
{
border-color: #B9521C;
}
.TagClassName
{
border-color: #B9521C;
}
</style>