Shades of Rust #B15004
Tints of Rust #B15004
RGB
CMYK
RGB Variations
Color information
#B15004 (or 0xB15004) is known color: Rust. HEX triplet: B1, 50 and 04. RGB value is (177,80,4). Sum of RGB (Red+Green+Blue) = 177+80+4=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B15004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15004 is #4EAFFB. Grayscale: #646464. Windows color (decimal): -5156860 or 282801. OLE color: 282801.
HSL color Cylindrical-coordinate representation of color #B15004: hue angle of 26.36º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B15004 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.31 |
| HSL | 26.36º | 0.96% | 0.35% | - |
| HSV(B) | 26.36º | 0.98% | 0.69% | - |
| XYZ | 21.02 | 15.09 | 1.92 | - |
| YUV | 100.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 4 | 0 | 0.55 | 0.98 | 0.31 | 26.36 | 0.96 | 0.35 |
| Hex | B1 | 50 | 4 | 0 | 37 | 62 | 1F | 1A | 60 | 23 |
| Octal | 261 | 120 | 4 | 0 | 67 | 142 | 37 | 32 | 140 | 43 |
| Binary | 10110001 | 1010000 | 100 | 0 | 110111 | 1100010 | 11111 | 11010 | 1100000 | 100011 |
Color Harmonies of #B15004
Complementary color
Monochromatic Colors of #B15004
Black with #B15004
Text Example
Text Example
White with #B15004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15004; }
p { color: rgb(177,80,4); }
H1.HeaderClassName
{
color: #B15004;
}
.AnyTagClassName
{
color: #B15004;
}
</style>
background-color css
<style>
a { background-color: #B15004; }
a { background-color: rgb(177,80,4); }
div.DivClassName
{
background-color: #B15004;
}
.BgClassName
{
background-color: #B15004;
}
</style>
border-color css
<style>
span { border-color: #B15004; }
span { border-color: rgb(177,80,4); }
td.TdClassName
{
border-color: #B15004;
}
.TagClassName
{
border-color: #B15004;
}
</style>