Shades of Rust #B13706
Tints of Rust #B13706
RGB
CMYK
RGB Variations
Color information
#B13706 (or 0xB13706) is known color: Rust. HEX triplet: B1, 37 and 06. RGB value is (177,55,6). Sum of RGB (Red+Green+Blue) = 177+55+6=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B13706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13706 is #4EC8F9. Grayscale: #565656. Windows color (decimal): -5163258 or 407473. OLE color: 407473.
HSL color Cylindrical-coordinate representation of color #B13706: hue angle of 17.19º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B13706 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.31 |
| HSL | 17.19º | 0.93% | 0.36% | - |
| HSV(B) | 17.19º | 0.97% | 0.69% | - |
| XYZ | 19.53 | 12.09 | 1.48 | - |
| YUV | 85.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 6 | 0 | 0.69 | 0.97 | 0.31 | 17.19 | 0.93 | 0.36 |
| Hex | B1 | 37 | 6 | 0 | 45 | 61 | 1F | 11 | 5D | 24 |
| Octal | 261 | 67 | 6 | 0 | 105 | 141 | 37 | 21 | 135 | 44 |
| Binary | 10110001 | 110111 | 110 | 0 | 1000101 | 1100001 | 11111 | 10001 | 1011101 | 100100 |
Color Harmonies of #B13706
Complementary color
Monochromatic Colors of #B13706
Black with #B13706
Text Example
Text Example
White with #B13706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13706; }
p { color: rgb(177,55,6); }
H1.HeaderClassName
{
color: #B13706;
}
.AnyTagClassName
{
color: #B13706;
}
</style>
background-color css
<style>
a { background-color: #B13706; }
a { background-color: rgb(177,55,6); }
div.DivClassName
{
background-color: #B13706;
}
.BgClassName
{
background-color: #B13706;
}
</style>
border-color css
<style>
span { border-color: #B13706; }
span { border-color: rgb(177,55,6); }
td.TdClassName
{
border-color: #B13706;
}
.TagClassName
{
border-color: #B13706;
}
</style>