Shades of Rust #B13F13
Tints of Rust #B13F13
RGB
CMYK
RGB Variations
Color information
#B13F13 (or 0xB13F13) is known color: Rust. HEX triplet: B1, 3F and 13. RGB value is (177,63,19). Sum of RGB (Red+Green+Blue) = 177+63+19=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F13 is #4EC0EC. Grayscale: #5C5C5C. Windows color (decimal): -5161197 or 1261489. OLE color: 1261489.
HSL color Cylindrical-coordinate representation of color #B13F13: hue angle of 16.71º 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 #B13F13 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 19 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.31 |
| HSL | 16.71º | 0.81% | 0.38% | - |
| HSV(B) | 16.71º | 0.89% | 0.69% | - |
| XYZ | 20.03 | 12.95 | 2.06 | - |
| YUV | 92.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 19 | 0 | 0.64 | 0.89 | 0.31 | 16.71 | 0.81 | 0.38 |
| Hex | B1 | 3F | 13 | 0 | 40 | 59 | 1F | 11 | 51 | 26 |
| Octal | 261 | 77 | 23 | 0 | 100 | 131 | 37 | 21 | 121 | 46 |
| Binary | 10110001 | 111111 | 10011 | 0 | 1000000 | 1011001 | 11111 | 10001 | 1010001 | 100110 |
Color Harmonies of #B13F13
Complementary color
Monochromatic Colors of #B13F13
Black with #B13F13
Text Example
Text Example
White with #B13F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F13; }
p { color: rgb(177,63,19); }
H1.HeaderClassName
{
color: #B13F13;
}
.AnyTagClassName
{
color: #B13F13;
}
</style>
background-color css
<style>
a { background-color: #B13F13; }
a { background-color: rgb(177,63,19); }
div.DivClassName
{
background-color: #B13F13;
}
.BgClassName
{
background-color: #B13F13;
}
</style>
border-color css
<style>
span { border-color: #B13F13; }
span { border-color: rgb(177,63,19); }
td.TdClassName
{
border-color: #B13F13;
}
.TagClassName
{
border-color: #B13F13;
}
</style>