Shades of Rust #B13B00
Tints of Rust #B13B00
RGB
CMYK
RGB Variations
Color information
#B13B00 (or 0xB13B00) is known color: Rust. HEX triplet: B1, 3B and 00. RGB value is (177,59,0). Sum of RGB (Red+Green+Blue) = 177+59+0=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13B00 is #4EC4FF. Grayscale: #575757. Windows color (decimal): -5162240 or 15281. OLE color: 15281.
HSL color Cylindrical-coordinate representation of color #B13B00: hue angle of 20º 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 #B13B00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.31 |
| HSL | 20º | 1% | 0.35% | - |
| HSV(B) | 20º | 1% | 0.69% | - |
| XYZ | 19.7 | 12.48 | 1.37 | - |
| YUV | 87.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 0 | 0 | 0.67 | 1 | 0.31 | 20 | 1 | 0.35 |
| Hex | B1 | 3B | 0 | 0 | 43 | 64 | 1F | 14 | 64 | 23 |
| Octal | 261 | 73 | 0 | 0 | 103 | 144 | 37 | 24 | 144 | 43 |
| Binary | 10110001 | 111011 | 0 | 0 | 1000011 | 1100100 | 11111 | 10100 | 1100100 | 100011 |
Color Harmonies of #B13B00
Complementary color
Monochromatic Colors of #B13B00
Black with #B13B00
Text Example
Text Example
White with #B13B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B00; }
p { color: rgb(177,59,0); }
H1.HeaderClassName
{
color: #B13B00;
}
.AnyTagClassName
{
color: #B13B00;
}
</style>
background-color css
<style>
a { background-color: #B13B00; }
a { background-color: rgb(177,59,0); }
div.DivClassName
{
background-color: #B13B00;
}
.BgClassName
{
background-color: #B13B00;
}
</style>
border-color css
<style>
span { border-color: #B13B00; }
span { border-color: rgb(177,59,0); }
td.TdClassName
{
border-color: #B13B00;
}
.TagClassName
{
border-color: #B13B00;
}
</style>