Shades of Rust #B13712
Tints of Rust #B13712
RGB
CMYK
RGB Variations
Color information
#B13712 (or 0xB13712) is known color: Rust. HEX triplet: B1, 37 and 12. RGB value is (177,55,18). Sum of RGB (Red+Green+Blue) = 177+55+18=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B13712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13712 is #4EC8ED. Grayscale: #575757. Windows color (decimal): -5163246 or 1193905. OLE color: 1193905.
HSL color Cylindrical-coordinate representation of color #B13712: hue angle of 13.96º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B13712 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 18 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.31 |
| HSL | 13.96º | 0.82% | 0.38% | - |
| HSV(B) | 13.96º | 0.9% | 0.69% | - |
| XYZ | 19.61 | 12.12 | 1.88 | - |
| YUV | 87.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 18 | 0 | 0.69 | 0.90 | 0.31 | 13.96 | 0.82 | 0.38 |
| Hex | B1 | 37 | 12 | 0 | 45 | 5A | 1F | E | 52 | 26 |
| Octal | 261 | 67 | 22 | 0 | 105 | 132 | 37 | 16 | 122 | 46 |
| Binary | 10110001 | 110111 | 10010 | 0 | 1000101 | 1011010 | 11111 | 1110 | 1010010 | 100110 |
Color Harmonies of #B13712
Complementary color
Monochromatic Colors of #B13712
Black with #B13712
Text Example
Text Example
White with #B13712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13712; }
p { color: rgb(177,55,18); }
H1.HeaderClassName
{
color: #B13712;
}
.AnyTagClassName
{
color: #B13712;
}
</style>
background-color css
<style>
a { background-color: #B13712; }
a { background-color: rgb(177,55,18); }
div.DivClassName
{
background-color: #B13712;
}
.BgClassName
{
background-color: #B13712;
}
</style>
border-color css
<style>
span { border-color: #B13712; }
span { border-color: rgb(177,55,18); }
td.TdClassName
{
border-color: #B13712;
}
.TagClassName
{
border-color: #B13712;
}
</style>