Shades of Rust #B13F05
Tints of Rust #B13F05
RGB
CMYK
RGB Variations
Color information
#B13F05 (or 0xB13F05) is known color: Rust. HEX triplet: B1, 3F and 05. RGB value is (177,63,5). Sum of RGB (Red+Green+Blue) = 177+63+5=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F05 is #4EC0FA. Grayscale: #5A5A5A. Windows color (decimal): -5161211 or 343985. OLE color: 343985.
HSL color Cylindrical-coordinate representation of color #B13F05: hue angle of 20.23º 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 #B13F05 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.31 |
| HSL | 20.23º | 0.95% | 0.36% | - |
| HSV(B) | 20.23º | 0.97% | 0.69% | - |
| XYZ | 19.94 | 12.91 | 1.59 | - |
| YUV | 90.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 5 | 0 | 0.64 | 0.97 | 0.31 | 20.23 | 0.95 | 0.36 |
| Hex | B1 | 3F | 5 | 0 | 40 | 61 | 1F | 14 | 5F | 24 |
| Octal | 261 | 77 | 5 | 0 | 100 | 141 | 37 | 24 | 137 | 44 |
| Binary | 10110001 | 111111 | 101 | 0 | 1000000 | 1100001 | 11111 | 10100 | 1011111 | 100100 |
Color Harmonies of #B13F05
Complementary color
Monochromatic Colors of #B13F05
Black with #B13F05
Text Example
Text Example
White with #B13F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F05; }
p { color: rgb(177,63,5); }
H1.HeaderClassName
{
color: #B13F05;
}
.AnyTagClassName
{
color: #B13F05;
}
</style>
background-color css
<style>
a { background-color: #B13F05; }
a { background-color: rgb(177,63,5); }
div.DivClassName
{
background-color: #B13F05;
}
.BgClassName
{
background-color: #B13F05;
}
</style>
border-color css
<style>
span { border-color: #B13F05; }
span { border-color: rgb(177,63,5); }
td.TdClassName
{
border-color: #B13F05;
}
.TagClassName
{
border-color: #B13F05;
}
</style>