Shades of Rust #B13B0B
Tints of Rust #B13B0B
RGB
CMYK
RGB Variations
Color information
#B13B0B (or 0xB13B0B) is known color: Rust. HEX triplet: B1, 3B and 0B. RGB value is (177,59,11). Sum of RGB (Red+Green+Blue) = 177+59+11=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13B0B is #4EC4F4. Grayscale: #595959. Windows color (decimal): -5162229 or 736177. OLE color: 736177.
HSL color Cylindrical-coordinate representation of color #B13B0B: hue angle of 17.35º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B13B0B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 11 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.31 |
| HSL | 17.35º | 0.88% | 0.37% | - |
| HSV(B) | 17.35º | 0.94% | 0.69% | - |
| XYZ | 19.76 | 12.5 | 1.69 | - |
| YUV | 88.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 11 | 0 | 0.67 | 0.94 | 0.31 | 17.35 | 0.88 | 0.37 |
| Hex | B1 | 3B | B | 0 | 43 | 5E | 1F | 11 | 58 | 25 |
| Octal | 261 | 73 | 13 | 0 | 103 | 136 | 37 | 21 | 130 | 45 |
| Binary | 10110001 | 111011 | 1011 | 0 | 1000011 | 1011110 | 11111 | 10001 | 1011000 | 100101 |
Color Harmonies of #B13B0B
Complementary color
Monochromatic Colors of #B13B0B
Black with #B13B0B
Text Example
Text Example
White with #B13B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B0B; }
p { color: rgb(177,59,11); }
H1.HeaderClassName
{
color: #B13B0B;
}
.AnyTagClassName
{
color: #B13B0B;
}
</style>
background-color css
<style>
a { background-color: #B13B0B; }
a { background-color: rgb(177,59,11); }
div.DivClassName
{
background-color: #B13B0B;
}
.BgClassName
{
background-color: #B13B0B;
}
</style>
border-color css
<style>
span { border-color: #B13B0B; }
span { border-color: rgb(177,59,11); }
td.TdClassName
{
border-color: #B13B0B;
}
.TagClassName
{
border-color: #B13B0B;
}
</style>