Shades of Rust #B04511
Tints of Rust #B04511
RGB
CMYK
RGB Variations
Color information
#B04511 (or 0xB04511) is known color: Rust. HEX triplet: B0, 45 and 11. RGB value is (176,69,17). Sum of RGB (Red+Green+Blue) = 176+69+17=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B04511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04511 is #4FBAEE. Grayscale: #5F5F5F. Windows color (decimal): -5225199 or 1131952. OLE color: 1131952.
HSL color Cylindrical-coordinate representation of color #B04511: hue angle of 19.62º 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 #B04511 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 17 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.31 |
| HSL | 19.62º | 0.82% | 0.38% | - |
| HSV(B) | 19.62º | 0.9% | 0.69% | - |
| XYZ | 20.13 | 13.53 | 2.08 | - |
| YUV | 95.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 17 | 0 | 0.61 | 0.90 | 0.31 | 19.62 | 0.82 | 0.38 |
| Hex | B0 | 45 | 11 | 0 | 3D | 5A | 1F | 14 | 52 | 26 |
| Octal | 260 | 105 | 21 | 0 | 75 | 132 | 37 | 24 | 122 | 46 |
| Binary | 10110000 | 1000101 | 10001 | 0 | 111101 | 1011010 | 11111 | 10100 | 1010010 | 100110 |
Color Harmonies of #B04511
Complementary color
Monochromatic Colors of #B04511
Black with #B04511
Text Example
Text Example
White with #B04511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04511; }
p { color: rgb(176,69,17); }
H1.HeaderClassName
{
color: #B04511;
}
.AnyTagClassName
{
color: #B04511;
}
</style>
background-color css
<style>
a { background-color: #B04511; }
a { background-color: rgb(176,69,17); }
div.DivClassName
{
background-color: #B04511;
}
.BgClassName
{
background-color: #B04511;
}
</style>
border-color css
<style>
span { border-color: #B04511; }
span { border-color: rgb(176,69,17); }
td.TdClassName
{
border-color: #B04511;
}
.TagClassName
{
border-color: #B04511;
}
</style>