Shades of Fiery Orange #B7531D
Tints of Fiery Orange #B7531D
RGB
CMYK
RGB Variations
Color information
#B7531D (or 0xB7531D) is known color: Fiery Orange. HEX triplet: B7, 53 and 1D. RGB value is (183,83,29). Sum of RGB (Red+Green+Blue) = 183+83+29=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7531D is #48ACE2. Grayscale: #6B6B6B. Windows color (decimal): -4762851 or 1921975. OLE color: 1921975.
HSL color Cylindrical-coordinate representation of color #B7531D: hue angle of 21.04º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7531D is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 29 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.28 |
| HSL | 21.04º | 0.73% | 0.42% | - |
| HSV(B) | 21.04º | 0.84% | 0.72% | - |
| XYZ | 22.84 | 16.34 | 3.11 | - |
| YUV | 106.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 29 | 0 | 0.55 | 0.84 | 0.28 | 21.04 | 0.73 | 0.42 |
| Hex | B7 | 53 | 1D | 0 | 37 | 54 | 1C | 15 | 49 | 2A |
| Octal | 267 | 123 | 35 | 0 | 67 | 124 | 34 | 25 | 111 | 52 |
| Binary | 10110111 | 1010011 | 11101 | 0 | 110111 | 1010100 | 11100 | 10101 | 1001001 | 101010 |
Color Harmonies of #B7531D
Complementary color
Monochromatic Colors of #B7531D
Black with #B7531D
Text Example
Text Example
White with #B7531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7531D; }
p { color: rgb(183,83,29); }
H1.HeaderClassName
{
color: #B7531D;
}
.AnyTagClassName
{
color: #B7531D;
}
</style>
background-color css
<style>
a { background-color: #B7531D; }
a { background-color: rgb(183,83,29); }
div.DivClassName
{
background-color: #B7531D;
}
.BgClassName
{
background-color: #B7531D;
}
</style>
border-color css
<style>
span { border-color: #B7531D; }
span { border-color: rgb(183,83,29); }
td.TdClassName
{
border-color: #B7531D;
}
.TagClassName
{
border-color: #B7531D;
}
</style>