Shades of Fiery Orange #B35529
Tints of Fiery Orange #B35529
RGB
CMYK
RGB Variations
Color information
#B35529 (or 0xB35529) is known color: Fiery Orange. HEX triplet: B3, 55 and 29. RGB value is (179,85,41). Sum of RGB (Red+Green+Blue) = 179+85+41=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B35529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35529 is #4CAAD6. Grayscale: #6C6C6C. Windows color (decimal): -5024471 or 2708915. OLE color: 2708915.
HSL color Cylindrical-coordinate representation of color #B35529: hue angle of 19.13º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B35529 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 41 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.30 |
| HSL | 19.13º | 0.63% | 0.43% | - |
| HSV(B) | 19.13º | 0.77% | 0.7% | - |
| XYZ | 22.24 | 16.24 | 4.06 | - |
| YUV | 108.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 41 | 0 | 0.53 | 0.77 | 0.30 | 19.13 | 0.63 | 0.43 |
| Hex | B3 | 55 | 29 | 0 | 35 | 4D | 1E | 13 | 3F | 2B |
| Octal | 263 | 125 | 51 | 0 | 65 | 115 | 36 | 23 | 77 | 53 |
| Binary | 10110011 | 1010101 | 101001 | 0 | 110101 | 1001101 | 11110 | 10011 | 111111 | 101011 |
Color Harmonies of #B35529
Complementary color
Monochromatic Colors of #B35529
Black with #B35529
Text Example
Text Example
White with #B35529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35529; }
p { color: rgb(179,85,41); }
H1.HeaderClassName
{
color: #B35529;
}
.AnyTagClassName
{
color: #B35529;
}
</style>
background-color css
<style>
a { background-color: #B35529; }
a { background-color: rgb(179,85,41); }
div.DivClassName
{
background-color: #B35529;
}
.BgClassName
{
background-color: #B35529;
}
</style>
border-color css
<style>
span { border-color: #B35529; }
span { border-color: rgb(179,85,41); }
td.TdClassName
{
border-color: #B35529;
}
.TagClassName
{
border-color: #B35529;
}
</style>