Shades of Rust #B15404
Tints of Rust #B15404
RGB
CMYK
RGB Variations
Color information
#B15404 (or 0xB15404) is known color: Rust. HEX triplet: B1, 54 and 04. RGB value is (177,84,4). Sum of RGB (Red+Green+Blue) = 177+84+4=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B15404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15404 is #4EABFB. Grayscale: #676767. Windows color (decimal): -5155836 or 283825. OLE color: 283825.
HSL color Cylindrical-coordinate representation of color #B15404: hue angle of 27.75º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B15404 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.31 |
| HSL | 27.75º | 0.96% | 0.35% | - |
| HSV(B) | 27.75º | 0.98% | 0.69% | - |
| XYZ | 21.32 | 15.7 | 2.02 | - |
| YUV | 102.69 | 72.31 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 4 | 0 | 0.53 | 0.98 | 0.31 | 27.75 | 0.96 | 0.35 |
| Hex | B1 | 54 | 4 | 0 | 35 | 62 | 1F | 1C | 60 | 23 |
| Octal | 261 | 124 | 4 | 0 | 65 | 142 | 37 | 34 | 140 | 43 |
| Binary | 10110001 | 1010100 | 100 | 0 | 110101 | 1100010 | 11111 | 11100 | 1100000 | 100011 |
Color Harmonies of #B15404
Complementary color
Monochromatic Colors of #B15404
Black with #B15404
Text Example
Text Example
White with #B15404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15404; }
p { color: rgb(177,84,4); }
H1.HeaderClassName
{
color: #B15404;
}
.AnyTagClassName
{
color: #B15404;
}
</style>
background-color css
<style>
a { background-color: #B15404; }
a { background-color: rgb(177,84,4); }
div.DivClassName
{
background-color: #B15404;
}
.BgClassName
{
background-color: #B15404;
}
</style>
border-color css
<style>
span { border-color: #B15404; }
span { border-color: rgb(177,84,4); }
td.TdClassName
{
border-color: #B15404;
}
.TagClassName
{
border-color: #B15404;
}
</style>