Shades of Fiery Orange #B05C33
Tints of Fiery Orange #B05C33
RGB
CMYK
RGB Variations
Color information
#B05C33 (or 0xB05C33) is known color: Fiery Orange. HEX triplet: B0, 5C and 33. RGB value is (176,92,51). Sum of RGB (Red+Green+Blue) = 176+92+51=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C33 is #4FA3CC. Grayscale: #707070. Windows color (decimal): -5219277 or 3366064. OLE color: 3366064.
HSL color Cylindrical-coordinate representation of color #B05C33: hue angle of 19.68º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B05C33 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 51 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.31 |
| HSL | 19.68º | 0.55% | 0.45% | - |
| HSV(B) | 19.68º | 0.71% | 0.69% | - |
| XYZ | 22.33 | 17.12 | 5.26 | - |
| YUV | 112.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 51 | 0 | 0.48 | 0.71 | 0.31 | 19.68 | 0.55 | 0.45 |
| Hex | B0 | 5C | 33 | 0 | 30 | 47 | 1F | 14 | 37 | 2D |
| Octal | 260 | 134 | 63 | 0 | 60 | 107 | 37 | 24 | 67 | 55 |
| Binary | 10110000 | 1011100 | 110011 | 0 | 110000 | 1000111 | 11111 | 10100 | 110111 | 101101 |
Color Harmonies of #B05C33
Complementary color
Monochromatic Colors of #B05C33
Black with #B05C33
Text Example
Text Example
White with #B05C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C33; }
p { color: rgb(176,92,51); }
H1.HeaderClassName
{
color: #B05C33;
}
.AnyTagClassName
{
color: #B05C33;
}
</style>
background-color css
<style>
a { background-color: #B05C33; }
a { background-color: rgb(176,92,51); }
div.DivClassName
{
background-color: #B05C33;
}
.BgClassName
{
background-color: #B05C33;
}
</style>
border-color css
<style>
span { border-color: #B05C33; }
span { border-color: rgb(176,92,51); }
td.TdClassName
{
border-color: #B05C33;
}
.TagClassName
{
border-color: #B05C33;
}
</style>