Shades of Fiery Orange #B7541C
Tints of Fiery Orange #B7541C
RGB
CMYK
RGB Variations
Color information
#B7541C (or 0xB7541C) is known color: Fiery Orange. HEX triplet: B7, 54 and 1C. RGB value is (183,84,28). Sum of RGB (Red+Green+Blue) = 183+84+28=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7541C is #48ABE3. Grayscale: #6B6B6B. Windows color (decimal): -4762596 or 1856695. OLE color: 1856695.
HSL color Cylindrical-coordinate representation of color #B7541C: hue angle of 21.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7541C is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 28 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.28 |
| HSL | 21.68º | 0.73% | 0.41% | - |
| HSV(B) | 21.68º | 0.85% | 0.72% | - |
| XYZ | 22.91 | 16.49 | 3.07 | - |
| YUV | 107.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 28 | 0 | 0.54 | 0.85 | 0.28 | 21.68 | 0.73 | 0.41 |
| Hex | B7 | 54 | 1C | 0 | 36 | 55 | 1C | 16 | 49 | 29 |
| Octal | 267 | 124 | 34 | 0 | 66 | 125 | 34 | 26 | 111 | 51 |
| Binary | 10110111 | 1010100 | 11100 | 0 | 110110 | 1010101 | 11100 | 10110 | 1001001 | 101001 |
Color Harmonies of #B7541C
Complementary color
Monochromatic Colors of #B7541C
Black with #B7541C
Text Example
Text Example
White with #B7541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7541C; }
p { color: rgb(183,84,28); }
H1.HeaderClassName
{
color: #B7541C;
}
.AnyTagClassName
{
color: #B7541C;
}
</style>
background-color css
<style>
a { background-color: #B7541C; }
a { background-color: rgb(183,84,28); }
div.DivClassName
{
background-color: #B7541C;
}
.BgClassName
{
background-color: #B7541C;
}
</style>
border-color css
<style>
span { border-color: #B7541C; }
span { border-color: rgb(183,84,28); }
td.TdClassName
{
border-color: #B7541C;
}
.TagClassName
{
border-color: #B7541C;
}
</style>