Shades of Fiery Orange #B3551B
Tints of Fiery Orange #B3551B
RGB
CMYK
RGB Variations
Color information
#B3551B (or 0xB3551B) is known color: Fiery Orange. HEX triplet: B3, 55 and 1B. RGB value is (179,85,27). Sum of RGB (Red+Green+Blue) = 179+85+27=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3551B is #4CAAE4. Grayscale: #6A6A6A. Windows color (decimal): -5024485 or 1791411. OLE color: 1791411.
HSL color Cylindrical-coordinate representation of color #B3551B: hue angle of 22.89º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3551B is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 27 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.30 |
| HSL | 22.89º | 0.74% | 0.4% | - |
| HSV(B) | 22.89º | 0.85% | 0.7% | - |
| XYZ | 22.04 | 16.16 | 2.99 | - |
| YUV | 106.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 27 | 0 | 0.53 | 0.85 | 0.30 | 22.89 | 0.74 | 0.4 |
| Hex | B3 | 55 | 1B | 0 | 35 | 55 | 1E | 17 | 4A | 28 |
| Octal | 263 | 125 | 33 | 0 | 65 | 125 | 36 | 27 | 112 | 50 |
| Binary | 10110011 | 1010101 | 11011 | 0 | 110101 | 1010101 | 11110 | 10111 | 1001010 | 101000 |
Color Harmonies of #B3551B
Complementary color
Monochromatic Colors of #B3551B
Black with #B3551B
Text Example
Text Example
White with #B3551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3551B; }
p { color: rgb(179,85,27); }
H1.HeaderClassName
{
color: #B3551B;
}
.AnyTagClassName
{
color: #B3551B;
}
</style>
background-color css
<style>
a { background-color: #B3551B; }
a { background-color: rgb(179,85,27); }
div.DivClassName
{
background-color: #B3551B;
}
.BgClassName
{
background-color: #B3551B;
}
</style>
border-color css
<style>
span { border-color: #B3551B; }
span { border-color: rgb(179,85,27); }
td.TdClassName
{
border-color: #B3551B;
}
.TagClassName
{
border-color: #B3551B;
}
</style>