Shades of Fiery Orange #B2552C
Tints of Fiery Orange #B2552C
RGB
CMYK
RGB Variations
Color information
#B2552C (or 0xB2552C) is known color: Fiery Orange. HEX triplet: B2, 55 and 2C. RGB value is (178,85,44). Sum of RGB (Red+Green+Blue) = 178+85+44=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2552C is #4DAAD3. Grayscale: #6C6C6C. Windows color (decimal): -5090004 or 2905522. OLE color: 2905522.
HSL color Cylindrical-coordinate representation of color #B2552C: hue angle of 18.36º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2552C is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 44 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.30 |
| HSL | 18.36º | 0.6% | 0.44% | - |
| HSV(B) | 18.36º | 0.75% | 0.7% | - |
| XYZ | 22.06 | 16.14 | 4.34 | - |
| YUV | 108.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 44 | 0 | 0.52 | 0.75 | 0.30 | 18.36 | 0.6 | 0.44 |
| Hex | B2 | 55 | 2C | 0 | 34 | 4B | 1E | 12 | 3C | 2C |
| Octal | 262 | 125 | 54 | 0 | 64 | 113 | 36 | 22 | 74 | 54 |
| Binary | 10110010 | 1010101 | 101100 | 0 | 110100 | 1001011 | 11110 | 10010 | 111100 | 101100 |
Color Harmonies of #B2552C
Complementary color
Monochromatic Colors of #B2552C
Black with #B2552C
Text Example
Text Example
White with #B2552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2552C; }
p { color: rgb(178,85,44); }
H1.HeaderClassName
{
color: #B2552C;
}
.AnyTagClassName
{
color: #B2552C;
}
</style>
background-color css
<style>
a { background-color: #B2552C; }
a { background-color: rgb(178,85,44); }
div.DivClassName
{
background-color: #B2552C;
}
.BgClassName
{
background-color: #B2552C;
}
</style>
border-color css
<style>
span { border-color: #B2552C; }
span { border-color: rgb(178,85,44); }
td.TdClassName
{
border-color: #B2552C;
}
.TagClassName
{
border-color: #B2552C;
}
</style>