Shades of Fiery Orange #B05D1C
Tints of Fiery Orange #B05D1C
RGB
CMYK
RGB Variations
Color information
#B05D1C (or 0xB05D1C) is known color: Fiery Orange. HEX triplet: B0, 5D and 1C. RGB value is (176,93,28). Sum of RGB (Red+Green+Blue) = 176+93+28=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D1C is #4FA2E3. Grayscale: #6E6E6E. Windows color (decimal): -5219044 or 1858992. OLE color: 1858992.
HSL color Cylindrical-coordinate representation of color #B05D1C: hue angle of 26.35º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B05D1C is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 28 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.31 |
| HSL | 26.35º | 0.73% | 0.4% | - |
| HSV(B) | 26.35º | 0.84% | 0.69% | - |
| XYZ | 22.03 | 17.14 | 3.25 | - |
| YUV | 110.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 28 | 0 | 0.47 | 0.84 | 0.31 | 26.35 | 0.73 | 0.4 |
| Hex | B0 | 5D | 1C | 0 | 2F | 54 | 1F | 1A | 49 | 28 |
| Octal | 260 | 135 | 34 | 0 | 57 | 124 | 37 | 32 | 111 | 50 |
| Binary | 10110000 | 1011101 | 11100 | 0 | 101111 | 1010100 | 11111 | 11010 | 1001001 | 101000 |
Color Harmonies of #B05D1C
Complementary color
Monochromatic Colors of #B05D1C
Black with #B05D1C
Text Example
Text Example
White with #B05D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D1C; }
p { color: rgb(176,93,28); }
H1.HeaderClassName
{
color: #B05D1C;
}
.AnyTagClassName
{
color: #B05D1C;
}
</style>
background-color css
<style>
a { background-color: #B05D1C; }
a { background-color: rgb(176,93,28); }
div.DivClassName
{
background-color: #B05D1C;
}
.BgClassName
{
background-color: #B05D1C;
}
</style>
border-color css
<style>
span { border-color: #B05D1C; }
span { border-color: rgb(176,93,28); }
td.TdClassName
{
border-color: #B05D1C;
}
.TagClassName
{
border-color: #B05D1C;
}
</style>