Shades of Rust #B45011
Tints of Rust #B45011
RGB
CMYK
RGB Variations
Color information
#B45011 (or 0xB45011) is known color: Rust. HEX triplet: B4, 50 and 11. RGB value is (180,80,17). Sum of RGB (Red+Green+Blue) = 180+80+17=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B45011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45011 is #4BAFEE. Grayscale: #676767. Windows color (decimal): -4960239 or 1134772. OLE color: 1134772.
HSL color Cylindrical-coordinate representation of color #B45011: hue angle of 23.19º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B45011 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 17 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.29 |
| HSL | 23.19º | 0.83% | 0.39% | - |
| HSV(B) | 23.19º | 0.91% | 0.71% | - |
| XYZ | 21.79 | 15.48 | 2.37 | - |
| YUV | 102.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 17 | 0 | 0.56 | 0.91 | 0.29 | 23.19 | 0.83 | 0.39 |
| Hex | B4 | 50 | 11 | 0 | 38 | 5B | 1D | 17 | 53 | 27 |
| Octal | 264 | 120 | 21 | 0 | 70 | 133 | 35 | 27 | 123 | 47 |
| Binary | 10110100 | 1010000 | 10001 | 0 | 111000 | 1011011 | 11101 | 10111 | 1010011 | 100111 |
Color Harmonies of #B45011
Complementary color
Monochromatic Colors of #B45011
Black with #B45011
Text Example
Text Example
White with #B45011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45011; }
p { color: rgb(180,80,17); }
H1.HeaderClassName
{
color: #B45011;
}
.AnyTagClassName
{
color: #B45011;
}
</style>
background-color css
<style>
a { background-color: #B45011; }
a { background-color: rgb(180,80,17); }
div.DivClassName
{
background-color: #B45011;
}
.BgClassName
{
background-color: #B45011;
}
</style>
border-color css
<style>
span { border-color: #B45011; }
span { border-color: rgb(180,80,17); }
td.TdClassName
{
border-color: #B45011;
}
.TagClassName
{
border-color: #B45011;
}
</style>