Shades of Rust #B04111
Tints of Rust #B04111
RGB
CMYK
RGB Variations
Color information
#B04111 (or 0xB04111) is known color: Rust. HEX triplet: B0, 41 and 11. RGB value is (176,65,17). Sum of RGB (Red+Green+Blue) = 176+65+17=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B04111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04111 is #4FBEEE. Grayscale: #5D5D5D. Windows color (decimal): -5226223 or 1130928. OLE color: 1130928.
HSL color Cylindrical-coordinate representation of color #B04111: hue angle of 18.11º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B04111 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 17 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.31 |
| HSL | 18.11º | 0.82% | 0.38% | - |
| HSV(B) | 18.11º | 0.9% | 0.69% | - |
| XYZ | 19.9 | 13.05 | 2 | - |
| YUV | 92.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 17 | 0 | 0.63 | 0.90 | 0.31 | 18.11 | 0.82 | 0.38 |
| Hex | B0 | 41 | 11 | 0 | 3F | 5A | 1F | 12 | 52 | 26 |
| Octal | 260 | 101 | 21 | 0 | 77 | 132 | 37 | 22 | 122 | 46 |
| Binary | 10110000 | 1000001 | 10001 | 0 | 111111 | 1011010 | 11111 | 10010 | 1010010 | 100110 |
Color Harmonies of #B04111
Complementary color
Monochromatic Colors of #B04111
Black with #B04111
Text Example
Text Example
White with #B04111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04111; }
p { color: rgb(176,65,17); }
H1.HeaderClassName
{
color: #B04111;
}
.AnyTagClassName
{
color: #B04111;
}
</style>
background-color css
<style>
a { background-color: #B04111; }
a { background-color: rgb(176,65,17); }
div.DivClassName
{
background-color: #B04111;
}
.BgClassName
{
background-color: #B04111;
}
</style>
border-color css
<style>
span { border-color: #B04111; }
span { border-color: rgb(176,65,17); }
td.TdClassName
{
border-color: #B04111;
}
.TagClassName
{
border-color: #B04111;
}
</style>