Shades of Rust #B15015
Tints of Rust #B15015
RGB
CMYK
RGB Variations
Color information
#B15015 (or 0xB15015) is known color: Rust. HEX triplet: B1, 50 and 15. RGB value is (177,80,21). Sum of RGB (Red+Green+Blue) = 177+80+21=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B15015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15015 is #4EAFEA. Grayscale: #666666. Windows color (decimal): -5156843 or 1396913. OLE color: 1396913.
HSL color Cylindrical-coordinate representation of color #B15015: hue angle of 22.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B15015 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 21 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.31 |
| HSL | 22.69º | 0.79% | 0.39% | - |
| HSV(B) | 22.69º | 0.88% | 0.69% | - |
| XYZ | 21.14 | 15.14 | 2.52 | - |
| YUV | 102.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 21 | 0 | 0.55 | 0.88 | 0.31 | 22.69 | 0.79 | 0.39 |
| Hex | B1 | 50 | 15 | 0 | 37 | 58 | 1F | 17 | 4F | 27 |
| Octal | 261 | 120 | 25 | 0 | 67 | 130 | 37 | 27 | 117 | 47 |
| Binary | 10110001 | 1010000 | 10101 | 0 | 110111 | 1011000 | 11111 | 10111 | 1001111 | 100111 |
Color Harmonies of #B15015
Complementary color
Monochromatic Colors of #B15015
Black with #B15015
Text Example
Text Example
White with #B15015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15015; }
p { color: rgb(177,80,21); }
H1.HeaderClassName
{
color: #B15015;
}
.AnyTagClassName
{
color: #B15015;
}
</style>
background-color css
<style>
a { background-color: #B15015; }
a { background-color: rgb(177,80,21); }
div.DivClassName
{
background-color: #B15015;
}
.BgClassName
{
background-color: #B15015;
}
</style>
border-color css
<style>
span { border-color: #B15015; }
span { border-color: rgb(177,80,21); }
td.TdClassName
{
border-color: #B15015;
}
.TagClassName
{
border-color: #B15015;
}
</style>