Shades of Rust #B13F10
Tints of Rust #B13F10
RGB
CMYK
RGB Variations
Color information
#B13F10 (or 0xB13F10) is known color: Rust. HEX triplet: B1, 3F and 10. RGB value is (177,63,16). Sum of RGB (Red+Green+Blue) = 177+63+16=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F10 is #4EC0EF. Grayscale: #5C5C5C. Windows color (decimal): -5161200 or 1064881. OLE color: 1064881.
HSL color Cylindrical-coordinate representation of color #B13F10: hue angle of 17.52º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B13F10 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.31 |
| HSL | 17.52º | 0.83% | 0.38% | - |
| HSV(B) | 17.52º | 0.91% | 0.69% | - |
| XYZ | 20 | 12.94 | 1.93 | - |
| YUV | 91.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 16 | 0 | 0.64 | 0.91 | 0.31 | 17.52 | 0.83 | 0.38 |
| Hex | B1 | 3F | 10 | 0 | 40 | 5B | 1F | 12 | 53 | 26 |
| Octal | 261 | 77 | 20 | 0 | 100 | 133 | 37 | 22 | 123 | 46 |
| Binary | 10110001 | 111111 | 10000 | 0 | 1000000 | 1011011 | 11111 | 10010 | 1010011 | 100110 |
Color Harmonies of #B13F10
Complementary color
Monochromatic Colors of #B13F10
Black with #B13F10
Text Example
Text Example
White with #B13F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F10; }
p { color: rgb(177,63,16); }
H1.HeaderClassName
{
color: #B13F10;
}
.AnyTagClassName
{
color: #B13F10;
}
</style>
background-color css
<style>
a { background-color: #B13F10; }
a { background-color: rgb(177,63,16); }
div.DivClassName
{
background-color: #B13F10;
}
.BgClassName
{
background-color: #B13F10;
}
</style>
border-color css
<style>
span { border-color: #B13F10; }
span { border-color: rgb(177,63,16); }
td.TdClassName
{
border-color: #B13F10;
}
.TagClassName
{
border-color: #B13F10;
}
</style>