Shades of Rust #B13100
Tints of Rust #B13100
RGB
CMYK
RGB Variations
Color information
#B13100 (or 0xB13100) is known color: Rust. HEX triplet: B1, 31 and 00. RGB value is (177,49,0). Sum of RGB (Red+Green+Blue) = 177+49+0=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B13100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13100 is #4ECEFF. Grayscale: #525252. Windows color (decimal): -5164800 or 12721. OLE color: 12721.
HSL color Cylindrical-coordinate representation of color #B13100: hue angle of 16.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B13100 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.31 |
| HSL | 16.61º | 1% | 0.35% | - |
| HSV(B) | 16.61º | 1% | 0.69% | - |
| XYZ | 19.23 | 11.54 | 1.21 | - |
| YUV | 81.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 0 | 0 | 0.72 | 1 | 0.31 | 16.61 | 1 | 0.35 |
| Hex | B1 | 31 | 0 | 0 | 48 | 64 | 1F | 11 | 64 | 23 |
| Octal | 261 | 61 | 0 | 0 | 110 | 144 | 37 | 21 | 144 | 43 |
| Binary | 10110001 | 110001 | 0 | 0 | 1001000 | 1100100 | 11111 | 10001 | 1100100 | 100011 |
Color Harmonies of #B13100
Complementary color
Monochromatic Colors of #B13100
Black with #B13100
Text Example
Text Example
White with #B13100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13100; }
p { color: rgb(177,49,0); }
H1.HeaderClassName
{
color: #B13100;
}
.AnyTagClassName
{
color: #B13100;
}
</style>
background-color css
<style>
a { background-color: #B13100; }
a { background-color: rgb(177,49,0); }
div.DivClassName
{
background-color: #B13100;
}
.BgClassName
{
background-color: #B13100;
}
</style>
border-color css
<style>
span { border-color: #B13100; }
span { border-color: rgb(177,49,0); }
td.TdClassName
{
border-color: #B13100;
}
.TagClassName
{
border-color: #B13100;
}
</style>