Shades of Rust #B15403
Tints of Rust #B15403
RGB
CMYK
RGB Variations
Color information
#B15403 (or 0xB15403) is known color: Rust. HEX triplet: B1, 54 and 03. RGB value is (177,84,3). Sum of RGB (Red+Green+Blue) = 177+84+3=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B15403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15403 is #4EABFC. Grayscale: #666666. Windows color (decimal): -5155837 or 218289. OLE color: 218289.
HSL color Cylindrical-coordinate representation of color #B15403: hue angle of 27.93º degrees, saturation: 0.97, 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 #B15403 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.31 |
| HSL | 27.93º | 0.97% | 0.35% | - |
| HSV(B) | 27.93º | 0.98% | 0.69% | - |
| XYZ | 21.32 | 15.69 | 1.99 | - |
| YUV | 102.57 | 71.81 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 3 | 0 | 0.53 | 0.98 | 0.31 | 27.93 | 0.97 | 0.35 |
| Hex | B1 | 54 | 3 | 0 | 35 | 62 | 1F | 1C | 61 | 23 |
| Octal | 261 | 124 | 3 | 0 | 65 | 142 | 37 | 34 | 141 | 43 |
| Binary | 10110001 | 1010100 | 11 | 0 | 110101 | 1100010 | 11111 | 11100 | 1100001 | 100011 |
Color Harmonies of #B15403
Complementary color
Monochromatic Colors of #B15403
Black with #B15403
Text Example
Text Example
White with #B15403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15403; }
p { color: rgb(177,84,3); }
H1.HeaderClassName
{
color: #B15403;
}
.AnyTagClassName
{
color: #B15403;
}
</style>
background-color css
<style>
a { background-color: #B15403; }
a { background-color: rgb(177,84,3); }
div.DivClassName
{
background-color: #B15403;
}
.BgClassName
{
background-color: #B15403;
}
</style>
border-color css
<style>
span { border-color: #B15403; }
span { border-color: rgb(177,84,3); }
td.TdClassName
{
border-color: #B15403;
}
.TagClassName
{
border-color: #B15403;
}
</style>