Shades of Rust #B15201
Tints of Rust #B15201
RGB
CMYK
RGB Variations
Color information
#B15201 (or 0xB15201) is known color: Rust. HEX triplet: B1, 52 and 01. RGB value is (177,82,1). Sum of RGB (Red+Green+Blue) = 177+82+1=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B15201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15201 is #4EADFE. Grayscale: #656565. Windows color (decimal): -5156351 or 86705. OLE color: 86705.
HSL color Cylindrical-coordinate representation of color #B15201: hue angle of 27.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B15201 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.31 |
| HSL | 27.61º | 0.99% | 0.35% | - |
| HSV(B) | 27.61º | 0.99% | 0.69% | - |
| XYZ | 21.15 | 15.38 | 1.88 | - |
| YUV | 101.17 | 71.47 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 1 | 0 | 0.54 | 0.99 | 0.31 | 27.61 | 0.99 | 0.35 |
| Hex | B1 | 52 | 1 | 0 | 36 | 63 | 1F | 1C | 63 | 23 |
| Octal | 261 | 122 | 1 | 0 | 66 | 143 | 37 | 34 | 143 | 43 |
| Binary | 10110001 | 1010010 | 1 | 0 | 110110 | 1100011 | 11111 | 11100 | 1100011 | 100011 |
Color Harmonies of #B15201
Complementary color
Monochromatic Colors of #B15201
Black with #B15201
Text Example
Text Example
White with #B15201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15201; }
p { color: rgb(177,82,1); }
H1.HeaderClassName
{
color: #B15201;
}
.AnyTagClassName
{
color: #B15201;
}
</style>
background-color css
<style>
a { background-color: #B15201; }
a { background-color: rgb(177,82,1); }
div.DivClassName
{
background-color: #B15201;
}
.BgClassName
{
background-color: #B15201;
}
</style>
border-color css
<style>
span { border-color: #B15201; }
span { border-color: rgb(177,82,1); }
td.TdClassName
{
border-color: #B15201;
}
.TagClassName
{
border-color: #B15201;
}
</style>