Shades of Fiery Orange #B2632B
Tints of Fiery Orange #B2632B
RGB
CMYK
RGB Variations
Color information
#B2632B (or 0xB2632B) is known color: Fiery Orange. HEX triplet: B2, 63 and 2B. RGB value is (178,99,43). Sum of RGB (Red+Green+Blue) = 178+99+43=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2632B is #4D9CD4. Grayscale: #747474. Windows color (decimal): -5086421 or 2843570. OLE color: 2843570.
HSL color Cylindrical-coordinate representation of color #B2632B: hue angle of 24.89º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2632B is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 43 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.30 |
| HSL | 24.89º | 0.61% | 0.43% | - |
| HSV(B) | 24.89º | 0.76% | 0.7% | - |
| XYZ | 23.26 | 18.56 | 4.64 | - |
| YUV | 116.24 | 86.67 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 43 | 0 | 0.44 | 0.76 | 0.30 | 24.89 | 0.61 | 0.43 |
| Hex | B2 | 63 | 2B | 0 | 2C | 4C | 1E | 19 | 3D | 2B |
| Octal | 262 | 143 | 53 | 0 | 54 | 114 | 36 | 31 | 75 | 53 |
| Binary | 10110010 | 1100011 | 101011 | 0 | 101100 | 1001100 | 11110 | 11001 | 111101 | 101011 |
Color Harmonies of #B2632B
Complementary color
Monochromatic Colors of #B2632B
Black with #B2632B
Text Example
Text Example
White with #B2632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2632B; }
p { color: rgb(178,99,43); }
H1.HeaderClassName
{
color: #B2632B;
}
.AnyTagClassName
{
color: #B2632B;
}
</style>
background-color css
<style>
a { background-color: #B2632B; }
a { background-color: rgb(178,99,43); }
div.DivClassName
{
background-color: #B2632B;
}
.BgClassName
{
background-color: #B2632B;
}
</style>
border-color css
<style>
span { border-color: #B2632B; }
span { border-color: rgb(178,99,43); }
td.TdClassName
{
border-color: #B2632B;
}
.TagClassName
{
border-color: #B2632B;
}
</style>