Shades of Fiery Orange #B05A21
Tints of Fiery Orange #B05A21
RGB
CMYK
RGB Variations
Color information
#B05A21 (or 0xB05A21) is known color: Fiery Orange. HEX triplet: B0, 5A and 21. RGB value is (176,90,33). Sum of RGB (Red+Green+Blue) = 176+90+33=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A21 is #4FA5DE. Grayscale: #6D6D6D. Windows color (decimal): -5219807 or 2185904. OLE color: 2185904.
HSL color Cylindrical-coordinate representation of color #B05A21: hue angle of 23.92º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B05A21 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 33 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.31 |
| HSL | 23.92º | 0.68% | 0.41% | - |
| HSV(B) | 23.92º | 0.81% | 0.69% | - |
| XYZ | 21.84 | 16.65 | 3.5 | - |
| YUV | 109.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 33 | 0 | 0.49 | 0.81 | 0.31 | 23.92 | 0.68 | 0.41 |
| Hex | B0 | 5A | 21 | 0 | 31 | 51 | 1F | 18 | 44 | 29 |
| Octal | 260 | 132 | 41 | 0 | 61 | 121 | 37 | 30 | 104 | 51 |
| Binary | 10110000 | 1011010 | 100001 | 0 | 110001 | 1010001 | 11111 | 11000 | 1000100 | 101001 |
Color Harmonies of #B05A21
Complementary color
Monochromatic Colors of #B05A21
Black with #B05A21
Text Example
Text Example
White with #B05A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A21; }
p { color: rgb(176,90,33); }
H1.HeaderClassName
{
color: #B05A21;
}
.AnyTagClassName
{
color: #B05A21;
}
</style>
background-color css
<style>
a { background-color: #B05A21; }
a { background-color: rgb(176,90,33); }
div.DivClassName
{
background-color: #B05A21;
}
.BgClassName
{
background-color: #B05A21;
}
</style>
border-color css
<style>
span { border-color: #B05A21; }
span { border-color: rgb(176,90,33); }
td.TdClassName
{
border-color: #B05A21;
}
.TagClassName
{
border-color: #B05A21;
}
</style>