Shades of Fiery Orange #B05A2B
Tints of Fiery Orange #B05A2B
RGB
CMYK
RGB Variations
Color information
#B05A2B (or 0xB05A2B) is known color: Fiery Orange. HEX triplet: B0, 5A and 2B. RGB value is (176,90,43). Sum of RGB (Red+Green+Blue) = 176+90+43=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A2B is #4FA5D4. Grayscale: #6E6E6E. Windows color (decimal): -5219797 or 2841264. OLE color: 2841264.
HSL color Cylindrical-coordinate representation of color #B05A2B: hue angle of 21.2º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B05A2B is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 90 | 43 | - |
CMYK | 0 | 0.49 | 0.76 | 0.31 |
HSL | 21.2º | 0.61% | 0.43% | - |
HSV(B) | 21.2º | 0.76% | 0.69% | - |
XYZ | 22 | 16.72 | 4.35 | - |
YUV | 110.36 | 89.99 | 174.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 90 | 43 | 0 | 0.49 | 0.76 | 0.31 | 21.2 | 0.61 | 0.43 |
Hex | B0 | 5A | 2B | 0 | 31 | 4C | 1F | 15 | 3D | 2B |
Octal | 260 | 132 | 53 | 0 | 61 | 114 | 37 | 25 | 75 | 53 |
Binary | 10110000 | 1011010 | 101011 | 0 | 110001 | 1001100 | 11111 | 10101 | 111101 | 101011 |
Color Harmonies of #B05A2B
Complementary color
Monochromatic Colors of #B05A2B
Black with #B05A2B
Text Example
Text Example
White with #B05A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A2B; }
p { color: rgb(176,90,43); }
H1.HeaderClassName
{
color: #B05A2B;
}
.AnyTagClassName
{
color: #B05A2B;
}
</style>
background-color css
<style>
a { background-color: #B05A2B; }
a { background-color: rgb(176,90,43); }
div.DivClassName
{
background-color: #B05A2B;
}
.BgClassName
{
background-color: #B05A2B;
}
</style>
border-color css
<style>
span { border-color: #B05A2B; }
span { border-color: rgb(176,90,43); }
td.TdClassName
{
border-color: #B05A2B;
}
.TagClassName
{
border-color: #B05A2B;
}
</style>