Shades of Rust #B13E16
Tints of Rust #B13E16
RGB
CMYK
RGB Variations
Color information
#B13E16 (or 0xB13E16) is known color: Rust. HEX triplet: B1, 3E and 16. RGB value is (177,62,22). Sum of RGB (Red+Green+Blue) = 177+62+22=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13E16 is #4EC1E9. Grayscale: #5C5C5C. Windows color (decimal): -5161450 or 1457841. OLE color: 1457841.
HSL color Cylindrical-coordinate representation of color #B13E16: hue angle of 15.48º 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 #B13E16 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 22 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.31 |
| HSL | 15.48º | 0.78% | 0.39% | - |
| HSV(B) | 15.48º | 0.88% | 0.69% | - |
| XYZ | 20 | 12.85 | 2.19 | - |
| YUV | 91.83 | 88.6 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 22 | 0 | 0.65 | 0.88 | 0.31 | 15.48 | 0.78 | 0.39 |
| Hex | B1 | 3E | 16 | 0 | 41 | 58 | 1F | F | 4E | 27 |
| Octal | 261 | 76 | 26 | 0 | 101 | 130 | 37 | 17 | 116 | 47 |
| Binary | 10110001 | 111110 | 10110 | 0 | 1000001 | 1011000 | 11111 | 1111 | 1001110 | 100111 |
Color Harmonies of #B13E16
Complementary color
Monochromatic Colors of #B13E16
Black with #B13E16
Text Example
Text Example
White with #B13E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E16; }
p { color: rgb(177,62,22); }
H1.HeaderClassName
{
color: #B13E16;
}
.AnyTagClassName
{
color: #B13E16;
}
</style>
background-color css
<style>
a { background-color: #B13E16; }
a { background-color: rgb(177,62,22); }
div.DivClassName
{
background-color: #B13E16;
}
.BgClassName
{
background-color: #B13E16;
}
</style>
border-color css
<style>
span { border-color: #B13E16; }
span { border-color: rgb(177,62,22); }
td.TdClassName
{
border-color: #B13E16;
}
.TagClassName
{
border-color: #B13E16;
}
</style>