Shades of Rust #B13206
Tints of Rust #B13206
RGB
CMYK
RGB Variations
Color information
#B13206 (or 0xB13206) is known color: Rust. HEX triplet: B1, 32 and 06. RGB value is (177,50,6). Sum of RGB (Red+Green+Blue) = 177+50+6=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B13206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13206 is #4ECDF9. Grayscale: #535353. Windows color (decimal): -5164538 or 406193. OLE color: 406193.
HSL color Cylindrical-coordinate representation of color #B13206: hue angle of 15.44º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B13206 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.31 |
| HSL | 15.44º | 0.93% | 0.36% | - |
| HSV(B) | 15.44º | 0.97% | 0.69% | - |
| XYZ | 19.3 | 11.64 | 1.4 | - |
| YUV | 82.96 | 84.58 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 6 | 0 | 0.72 | 0.97 | 0.31 | 15.44 | 0.93 | 0.36 |
| Hex | B1 | 32 | 6 | 0 | 48 | 61 | 1F | F | 5D | 24 |
| Octal | 261 | 62 | 6 | 0 | 110 | 141 | 37 | 17 | 135 | 44 |
| Binary | 10110001 | 110010 | 110 | 0 | 1001000 | 1100001 | 11111 | 1111 | 1011101 | 100100 |
Color Harmonies of #B13206
Complementary color
Monochromatic Colors of #B13206
Black with #B13206
Text Example
Text Example
White with #B13206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13206; }
p { color: rgb(177,50,6); }
H1.HeaderClassName
{
color: #B13206;
}
.AnyTagClassName
{
color: #B13206;
}
</style>
background-color css
<style>
a { background-color: #B13206; }
a { background-color: rgb(177,50,6); }
div.DivClassName
{
background-color: #B13206;
}
.BgClassName
{
background-color: #B13206;
}
</style>
border-color css
<style>
span { border-color: #B13206; }
span { border-color: rgb(177,50,6); }
td.TdClassName
{
border-color: #B13206;
}
.TagClassName
{
border-color: #B13206;
}
</style>