Shades of Rust #B1520A
Tints of Rust #B1520A
RGB
CMYK
RGB Variations
Color information
#B1520A (or 0xB1520A) is known color: Rust. HEX triplet: B1, 52 and 0A. RGB value is (177,82,10). Sum of RGB (Red+Green+Blue) = 177+82+10=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1520A is #4EADF5. Grayscale: #666666. Windows color (decimal): -5156342 or 676529. OLE color: 676529.
HSL color Cylindrical-coordinate representation of color #B1520A: hue angle of 25.87º degrees, saturation: 0.89, 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 #B1520A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 10 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.31 |
| HSL | 25.87º | 0.89% | 0.37% | - |
| HSV(B) | 25.87º | 0.94% | 0.69% | - |
| XYZ | 21.2 | 15.4 | 2.14 | - |
| YUV | 102.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 10 | 0 | 0.54 | 0.94 | 0.31 | 25.87 | 0.89 | 0.37 |
| Hex | B1 | 52 | A | 0 | 36 | 5E | 1F | 1A | 59 | 25 |
| Octal | 261 | 122 | 12 | 0 | 66 | 136 | 37 | 32 | 131 | 45 |
| Binary | 10110001 | 1010010 | 1010 | 0 | 110110 | 1011110 | 11111 | 11010 | 1011001 | 100101 |
Color Harmonies of #B1520A
Complementary color
Monochromatic Colors of #B1520A
Black with #B1520A
Text Example
Text Example
White with #B1520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1520A; }
p { color: rgb(177,82,10); }
H1.HeaderClassName
{
color: #B1520A;
}
.AnyTagClassName
{
color: #B1520A;
}
</style>
background-color css
<style>
a { background-color: #B1520A; }
a { background-color: rgb(177,82,10); }
div.DivClassName
{
background-color: #B1520A;
}
.BgClassName
{
background-color: #B1520A;
}
</style>
border-color css
<style>
span { border-color: #B1520A; }
span { border-color: rgb(177,82,10); }
td.TdClassName
{
border-color: #B1520A;
}
.TagClassName
{
border-color: #B1520A;
}
</style>