Shades of Rust #B15007
Tints of Rust #B15007
RGB
CMYK
RGB Variations
Color information
#B15007 (or 0xB15007) is known color: Rust. HEX triplet: B1, 50 and 07. RGB value is (177,80,7). Sum of RGB (Red+Green+Blue) = 177+80+7=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B15007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15007 is #4EAFF8. Grayscale: #656565. Windows color (decimal): -5156857 or 479409. OLE color: 479409.
HSL color Cylindrical-coordinate representation of color #B15007: hue angle of 25.76º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B15007 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 7 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.31 |
| HSL | 25.76º | 0.92% | 0.36% | - |
| HSV(B) | 25.76º | 0.96% | 0.69% | - |
| XYZ | 21.04 | 15.1 | 2.01 | - |
| YUV | 100.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 7 | 0 | 0.55 | 0.96 | 0.31 | 25.76 | 0.92 | 0.36 |
| Hex | B1 | 50 | 7 | 0 | 37 | 60 | 1F | 1A | 5C | 24 |
| Octal | 261 | 120 | 7 | 0 | 67 | 140 | 37 | 32 | 134 | 44 |
| Binary | 10110001 | 1010000 | 111 | 0 | 110111 | 1100000 | 11111 | 11010 | 1011100 | 100100 |
Color Harmonies of #B15007
Complementary color
Monochromatic Colors of #B15007
Black with #B15007
Text Example
Text Example
White with #B15007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15007; }
p { color: rgb(177,80,7); }
H1.HeaderClassName
{
color: #B15007;
}
.AnyTagClassName
{
color: #B15007;
}
</style>
background-color css
<style>
a { background-color: #B15007; }
a { background-color: rgb(177,80,7); }
div.DivClassName
{
background-color: #B15007;
}
.BgClassName
{
background-color: #B15007;
}
</style>
border-color css
<style>
span { border-color: #B15007; }
span { border-color: rgb(177,80,7); }
td.TdClassName
{
border-color: #B15007;
}
.TagClassName
{
border-color: #B15007;
}
</style>