Shades of Rust #B13616
Tints of Rust #B13616
RGB
CMYK
RGB Variations
Color information
#B13616 (or 0xB13616) is known color: Rust. HEX triplet: B1, 36 and 16. RGB value is (177,54,22). Sum of RGB (Red+Green+Blue) = 177+54+22=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B13616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13616 is #4EC9E9. Grayscale: #575757. Windows color (decimal): -5163498 or 1455793. OLE color: 1455793.
HSL color Cylindrical-coordinate representation of color #B13616: hue angle of 12.39º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B13616 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 22 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.31 |
| HSL | 12.39º | 0.78% | 0.39% | - |
| HSV(B) | 12.39º | 0.88% | 0.69% | - |
| XYZ | 19.6 | 12.04 | 2.05 | - |
| YUV | 87.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 22 | 0 | 0.69 | 0.88 | 0.31 | 12.39 | 0.78 | 0.39 |
| Hex | B1 | 36 | 16 | 0 | 45 | 58 | 1F | C | 4E | 27 |
| Octal | 261 | 66 | 26 | 0 | 105 | 130 | 37 | 14 | 116 | 47 |
| Binary | 10110001 | 110110 | 10110 | 0 | 1000101 | 1011000 | 11111 | 1100 | 1001110 | 100111 |
Color Harmonies of #B13616
Complementary color
Monochromatic Colors of #B13616
Black with #B13616
Text Example
Text Example
White with #B13616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13616; }
p { color: rgb(177,54,22); }
H1.HeaderClassName
{
color: #B13616;
}
.AnyTagClassName
{
color: #B13616;
}
</style>
background-color css
<style>
a { background-color: #B13616; }
a { background-color: rgb(177,54,22); }
div.DivClassName
{
background-color: #B13616;
}
.BgClassName
{
background-color: #B13616;
}
</style>
border-color css
<style>
span { border-color: #B13616; }
span { border-color: rgb(177,54,22); }
td.TdClassName
{
border-color: #B13616;
}
.TagClassName
{
border-color: #B13616;
}
</style>