Shades of Rust #B1300B
Tints of Rust #B1300B
RGB
CMYK
RGB Variations
Color information
#B1300B (or 0xB1300B) is known color: Rust. HEX triplet: B1, 30 and 0B. RGB value is (177,48,11). Sum of RGB (Red+Green+Blue) = 177+48+11=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B1300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1300B is #4ECFF4. Grayscale: #525252. Windows color (decimal): -5165045 or 733361. OLE color: 733361.
HSL color Cylindrical-coordinate representation of color #B1300B: hue angle of 13.37º 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 #B1300B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.31 |
| HSL | 13.37º | 0.88% | 0.37% | - |
| HSV(B) | 13.37º | 0.94% | 0.69% | - |
| XYZ | 19.25 | 11.49 | 1.52 | - |
| YUV | 82.35 | 87.74 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 11 | 0 | 0.73 | 0.94 | 0.31 | 13.37 | 0.88 | 0.37 |
| Hex | B1 | 30 | B | 0 | 49 | 5E | 1F | D | 58 | 25 |
| Octal | 261 | 60 | 13 | 0 | 111 | 136 | 37 | 15 | 130 | 45 |
| Binary | 10110001 | 110000 | 1011 | 0 | 1001001 | 1011110 | 11111 | 1101 | 1011000 | 100101 |
Color Harmonies of #B1300B
Complementary color
Monochromatic Colors of #B1300B
Black with #B1300B
Text Example
Text Example
White with #B1300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1300B; }
p { color: rgb(177,48,11); }
H1.HeaderClassName
{
color: #B1300B;
}
.AnyTagClassName
{
color: #B1300B;
}
</style>
background-color css
<style>
a { background-color: #B1300B; }
a { background-color: rgb(177,48,11); }
div.DivClassName
{
background-color: #B1300B;
}
.BgClassName
{
background-color: #B1300B;
}
</style>
border-color css
<style>
span { border-color: #B1300B; }
span { border-color: rgb(177,48,11); }
td.TdClassName
{
border-color: #B1300B;
}
.TagClassName
{
border-color: #B1300B;
}
</style>