Shades of Rust #B15019
Tints of Rust #B15019
RGB
CMYK
RGB Variations
Color information
#B15019 (or 0xB15019) is known color: Rust. HEX triplet: B1, 50 and 19. RGB value is (177,80,25). Sum of RGB (Red+Green+Blue) = 177+80+25=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B15019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15019 is #4EAFE6. Grayscale: #676767. Windows color (decimal): -5156839 or 1659057. OLE color: 1659057.
HSL color Cylindrical-coordinate representation of color #B15019: hue angle of 21.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B15019 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 25 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.31 |
| HSL | 21.71º | 0.75% | 0.4% | - |
| HSV(B) | 21.71º | 0.86% | 0.69% | - |
| XYZ | 21.18 | 15.15 | 2.73 | - |
| YUV | 102.73 | 84.14 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 25 | 0 | 0.55 | 0.86 | 0.31 | 21.71 | 0.75 | 0.4 |
| Hex | B1 | 50 | 19 | 0 | 37 | 56 | 1F | 16 | 4B | 28 |
| Octal | 261 | 120 | 31 | 0 | 67 | 126 | 37 | 26 | 113 | 50 |
| Binary | 10110001 | 1010000 | 11001 | 0 | 110111 | 1010110 | 11111 | 10110 | 1001011 | 101000 |
Color Harmonies of #B15019
Complementary color
Monochromatic Colors of #B15019
Black with #B15019
Text Example
Text Example
White with #B15019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15019; }
p { color: rgb(177,80,25); }
H1.HeaderClassName
{
color: #B15019;
}
.AnyTagClassName
{
color: #B15019;
}
</style>
background-color css
<style>
a { background-color: #B15019; }
a { background-color: rgb(177,80,25); }
div.DivClassName
{
background-color: #B15019;
}
.BgClassName
{
background-color: #B15019;
}
</style>
border-color css
<style>
span { border-color: #B15019; }
span { border-color: rgb(177,80,25); }
td.TdClassName
{
border-color: #B15019;
}
.TagClassName
{
border-color: #B15019;
}
</style>