Shades of Rust #B15103
Tints of Rust #B15103
RGB
CMYK
RGB Variations
Color information
#B15103 (or 0xB15103) is known color: Rust. HEX triplet: B1, 51 and 03. RGB value is (177,81,3). Sum of RGB (Red+Green+Blue) = 177+81+3=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B15103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15103 is #4EAEFC. Grayscale: #656565. Windows color (decimal): -5156605 or 217521. OLE color: 217521.
HSL color Cylindrical-coordinate representation of color #B15103: hue angle of 26.9º 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 #B15103 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 3 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.31 |
| HSL | 26.9º | 0.97% | 0.35% | - |
| HSV(B) | 26.9º | 0.98% | 0.69% | - |
| XYZ | 21.09 | 15.24 | 1.92 | - |
| YUV | 100.81 | 72.8 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 3 | 0 | 0.54 | 0.98 | 0.31 | 26.9 | 0.97 | 0.35 |
| Hex | B1 | 51 | 3 | 0 | 36 | 62 | 1F | 1B | 61 | 23 |
| Octal | 261 | 121 | 3 | 0 | 66 | 142 | 37 | 33 | 141 | 43 |
| Binary | 10110001 | 1010001 | 11 | 0 | 110110 | 1100010 | 11111 | 11011 | 1100001 | 100011 |
Color Harmonies of #B15103
Complementary color
Monochromatic Colors of #B15103
Black with #B15103
Text Example
Text Example
White with #B15103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15103; }
p { color: rgb(177,81,3); }
H1.HeaderClassName
{
color: #B15103;
}
.AnyTagClassName
{
color: #B15103;
}
</style>
background-color css
<style>
a { background-color: #B15103; }
a { background-color: rgb(177,81,3); }
div.DivClassName
{
background-color: #B15103;
}
.BgClassName
{
background-color: #B15103;
}
</style>
border-color css
<style>
span { border-color: #B15103; }
span { border-color: rgb(177,81,3); }
td.TdClassName
{
border-color: #B15103;
}
.TagClassName
{
border-color: #B15103;
}
</style>