Shades of Rust #B13111
Tints of Rust #B13111
RGB
CMYK
RGB Variations
Color information
#B13111 (or 0xB13111) is known color: Rust. HEX triplet: B1, 31 and 11. RGB value is (177,49,17). Sum of RGB (Red+Green+Blue) = 177+49+17=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B13111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13111 is #4ECEEE. Grayscale: #535353. Windows color (decimal): -5164783 or 1126833. OLE color: 1126833.
HSL color Cylindrical-coordinate representation of color #B13111: hue angle of 12º 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 #B13111 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 17 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.31 |
| HSL | 12º | 0.82% | 0.38% | - |
| HSV(B) | 12º | 0.9% | 0.69% | - |
| XYZ | 19.33 | 11.58 | 1.75 | - |
| YUV | 83.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 17 | 0 | 0.72 | 0.90 | 0.31 | 12 | 0.82 | 0.38 |
| Hex | B1 | 31 | 11 | 0 | 48 | 5A | 1F | C | 52 | 26 |
| Octal | 261 | 61 | 21 | 0 | 110 | 132 | 37 | 14 | 122 | 46 |
| Binary | 10110001 | 110001 | 10001 | 0 | 1001000 | 1011010 | 11111 | 1100 | 1010010 | 100110 |
Color Harmonies of #B13111
Complementary color
Monochromatic Colors of #B13111
Black with #B13111
Text Example
Text Example
White with #B13111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13111; }
p { color: rgb(177,49,17); }
H1.HeaderClassName
{
color: #B13111;
}
.AnyTagClassName
{
color: #B13111;
}
</style>
background-color css
<style>
a { background-color: #B13111; }
a { background-color: rgb(177,49,17); }
div.DivClassName
{
background-color: #B13111;
}
.BgClassName
{
background-color: #B13111;
}
</style>
border-color css
<style>
span { border-color: #B13111; }
span { border-color: rgb(177,49,17); }
td.TdClassName
{
border-color: #B13111;
}
.TagClassName
{
border-color: #B13111;
}
</style>