Shades of Rust #B15313
Tints of Rust #B15313
RGB
CMYK
RGB Variations
Color information
#B15313 (or 0xB15313) is known color: Rust. HEX triplet: B1, 53 and 13. RGB value is (177,83,19). Sum of RGB (Red+Green+Blue) = 177+83+19=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B15313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15313 is #4EACEC. Grayscale: #686868. Windows color (decimal): -5156077 or 1266609. OLE color: 1266609.
HSL color Cylindrical-coordinate representation of color #B15313: hue angle of 24.3º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B15313 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 19 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.31 |
| HSL | 24.3º | 0.81% | 0.38% | - |
| HSV(B) | 24.3º | 0.89% | 0.69% | - |
| XYZ | 21.34 | 15.58 | 2.5 | - |
| YUV | 103.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 19 | 0 | 0.53 | 0.89 | 0.31 | 24.3 | 0.81 | 0.38 |
| Hex | B1 | 53 | 13 | 0 | 35 | 59 | 1F | 18 | 51 | 26 |
| Octal | 261 | 123 | 23 | 0 | 65 | 131 | 37 | 30 | 121 | 46 |
| Binary | 10110001 | 1010011 | 10011 | 0 | 110101 | 1011001 | 11111 | 11000 | 1010001 | 100110 |
Color Harmonies of #B15313
Complementary color
Monochromatic Colors of #B15313
Black with #B15313
Text Example
Text Example
White with #B15313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15313; }
p { color: rgb(177,83,19); }
H1.HeaderClassName
{
color: #B15313;
}
.AnyTagClassName
{
color: #B15313;
}
</style>
background-color css
<style>
a { background-color: #B15313; }
a { background-color: rgb(177,83,19); }
div.DivClassName
{
background-color: #B15313;
}
.BgClassName
{
background-color: #B15313;
}
</style>
border-color css
<style>
span { border-color: #B15313; }
span { border-color: rgb(177,83,19); }
td.TdClassName
{
border-color: #B15313;
}
.TagClassName
{
border-color: #B15313;
}
</style>