Shades of Fiery Orange #B3632F
Tints of Fiery Orange #B3632F
RGB
CMYK
RGB Variations
Color information
#B3632F (or 0xB3632F) is known color: Fiery Orange. HEX triplet: B3, 63 and 2F. RGB value is (179,99,47). Sum of RGB (Red+Green+Blue) = 179+99+47=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3632F is #4C9CD0. Grayscale: #757575. Windows color (decimal): -5020881 or 3105715. OLE color: 3105715.
HSL color Cylindrical-coordinate representation of color #B3632F: hue angle of 23.64º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3632F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 47 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.30 |
| HSL | 23.64º | 0.58% | 0.44% | - |
| HSV(B) | 23.64º | 0.74% | 0.7% | - |
| XYZ | 23.57 | 18.71 | 5.06 | - |
| YUV | 116.99 | 88.5 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 47 | 0 | 0.45 | 0.74 | 0.30 | 23.64 | 0.58 | 0.44 |
| Hex | B3 | 63 | 2F | 0 | 2D | 4A | 1E | 18 | 3A | 2C |
| Octal | 263 | 143 | 57 | 0 | 55 | 112 | 36 | 30 | 72 | 54 |
| Binary | 10110011 | 1100011 | 101111 | 0 | 101101 | 1001010 | 11110 | 11000 | 111010 | 101100 |
Color Harmonies of #B3632F
Complementary color
Monochromatic Colors of #B3632F
Black with #B3632F
Text Example
Text Example
White with #B3632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3632F; }
p { color: rgb(179,99,47); }
H1.HeaderClassName
{
color: #B3632F;
}
.AnyTagClassName
{
color: #B3632F;
}
</style>
background-color css
<style>
a { background-color: #B3632F; }
a { background-color: rgb(179,99,47); }
div.DivClassName
{
background-color: #B3632F;
}
.BgClassName
{
background-color: #B3632F;
}
</style>
border-color css
<style>
span { border-color: #B3632F; }
span { border-color: rgb(179,99,47); }
td.TdClassName
{
border-color: #B3632F;
}
.TagClassName
{
border-color: #B3632F;
}
</style>