Shades of Fiery Orange #B45C33
Tints of Fiery Orange #B45C33
RGB
CMYK
RGB Variations
Color information
#B45C33 (or 0xB45C33) is known color: Fiery Orange. HEX triplet: B4, 5C and 33. RGB value is (180,92,51). Sum of RGB (Red+Green+Blue) = 180+92+51=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C33 is #4BA3CC. Grayscale: #717171. Windows color (decimal): -4957133 or 3366068. OLE color: 3366068.
HSL color Cylindrical-coordinate representation of color #B45C33: hue angle of 19.07º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B45C33 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 51 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.29 |
| HSL | 19.07º | 0.56% | 0.45% | - |
| HSV(B) | 19.07º | 0.72% | 0.71% | - |
| XYZ | 23.25 | 17.6 | 5.3 | - |
| YUV | 113.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 51 | 0 | 0.49 | 0.72 | 0.29 | 19.07 | 0.56 | 0.45 |
| Hex | B4 | 5C | 33 | 0 | 31 | 48 | 1D | 13 | 38 | 2D |
| Octal | 264 | 134 | 63 | 0 | 61 | 110 | 35 | 23 | 70 | 55 |
| Binary | 10110100 | 1011100 | 110011 | 0 | 110001 | 1001000 | 11101 | 10011 | 111000 | 101101 |
Color Harmonies of #B45C33
Complementary color
Monochromatic Colors of #B45C33
Black with #B45C33
Text Example
Text Example
White with #B45C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C33; }
p { color: rgb(180,92,51); }
H1.HeaderClassName
{
color: #B45C33;
}
.AnyTagClassName
{
color: #B45C33;
}
</style>
background-color css
<style>
a { background-color: #B45C33; }
a { background-color: rgb(180,92,51); }
div.DivClassName
{
background-color: #B45C33;
}
.BgClassName
{
background-color: #B45C33;
}
</style>
border-color css
<style>
span { border-color: #B45C33; }
span { border-color: rgb(180,92,51); }
td.TdClassName
{
border-color: #B45C33;
}
.TagClassName
{
border-color: #B45C33;
}
</style>