Shades of Rust #B13705
Tints of Rust #B13705
RGB
CMYK
RGB Variations
Color information
#B13705 (or 0xB13705) is known color: Rust. HEX triplet: B1, 37 and 05. RGB value is (177,55,5). Sum of RGB (Red+Green+Blue) = 177+55+5=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B13705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13705 is #4EC8FA. Grayscale: #565656. Windows color (decimal): -5163259 or 341937. OLE color: 341937.
HSL color Cylindrical-coordinate representation of color #B13705: hue angle of 17.44º degrees, saturation: 0.95, 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 #B13705 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.31 |
| HSL | 17.44º | 0.95% | 0.36% | - |
| HSV(B) | 17.44º | 0.97% | 0.69% | - |
| XYZ | 19.53 | 12.09 | 1.45 | - |
| YUV | 85.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 5 | 0 | 0.69 | 0.97 | 0.31 | 17.44 | 0.95 | 0.36 |
| Hex | B1 | 37 | 5 | 0 | 45 | 61 | 1F | 11 | 5F | 24 |
| Octal | 261 | 67 | 5 | 0 | 105 | 141 | 37 | 21 | 137 | 44 |
| Binary | 10110001 | 110111 | 101 | 0 | 1000101 | 1100001 | 11111 | 10001 | 1011111 | 100100 |
Color Harmonies of #B13705
Complementary color
Monochromatic Colors of #B13705
Black with #B13705
Text Example
Text Example
White with #B13705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13705; }
p { color: rgb(177,55,5); }
H1.HeaderClassName
{
color: #B13705;
}
.AnyTagClassName
{
color: #B13705;
}
</style>
background-color css
<style>
a { background-color: #B13705; }
a { background-color: rgb(177,55,5); }
div.DivClassName
{
background-color: #B13705;
}
.BgClassName
{
background-color: #B13705;
}
</style>
border-color css
<style>
span { border-color: #B13705; }
span { border-color: rgb(177,55,5); }
td.TdClassName
{
border-color: #B13705;
}
.TagClassName
{
border-color: #B13705;
}
</style>