Shades of Fiery Orange #B3552C
Tints of Fiery Orange #B3552C
RGB
CMYK
RGB Variations
Color information
#B3552C (or 0xB3552C) is known color: Fiery Orange. HEX triplet: B3, 55 and 2C. RGB value is (179,85,44). Sum of RGB (Red+Green+Blue) = 179+85+44=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3552C is #4CAAD3. Grayscale: #6C6C6C. Windows color (decimal): -5024468 or 2905523. OLE color: 2905523.
HSL color Cylindrical-coordinate representation of color #B3552C: hue angle of 18.22º degrees, saturation: 0.61, 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 #B3552C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 44 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.30 |
| HSL | 18.22º | 0.61% | 0.44% | - |
| HSV(B) | 18.22º | 0.75% | 0.7% | - |
| XYZ | 22.29 | 16.26 | 4.35 | - |
| YUV | 108.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 44 | 0 | 0.53 | 0.75 | 0.30 | 18.22 | 0.61 | 0.44 |
| Hex | B3 | 55 | 2C | 0 | 35 | 4B | 1E | 12 | 3D | 2C |
| Octal | 263 | 125 | 54 | 0 | 65 | 113 | 36 | 22 | 75 | 54 |
| Binary | 10110011 | 1010101 | 101100 | 0 | 110101 | 1001011 | 11110 | 10010 | 111101 | 101100 |
Color Harmonies of #B3552C
Complementary color
Monochromatic Colors of #B3552C
Black with #B3552C
Text Example
Text Example
White with #B3552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3552C; }
p { color: rgb(179,85,44); }
H1.HeaderClassName
{
color: #B3552C;
}
.AnyTagClassName
{
color: #B3552C;
}
</style>
background-color css
<style>
a { background-color: #B3552C; }
a { background-color: rgb(179,85,44); }
div.DivClassName
{
background-color: #B3552C;
}
.BgClassName
{
background-color: #B3552C;
}
</style>
border-color css
<style>
span { border-color: #B3552C; }
span { border-color: rgb(179,85,44); }
td.TdClassName
{
border-color: #B3552C;
}
.TagClassName
{
border-color: #B3552C;
}
</style>