Shades of Rust #B45516
Tints of Rust #B45516
RGB
CMYK
RGB Variations
Color information
#B45516 (or 0xB45516) is known color: Rust. HEX triplet: B4, 55 and 16. RGB value is (180,85,22). Sum of RGB (Red+Green+Blue) = 180+85+22=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B45516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45516 is #4BAAE9. Grayscale: #6A6A6A. Windows color (decimal): -4958954 or 1463732. OLE color: 1463732.
HSL color Cylindrical-coordinate representation of color #B45516: hue angle of 23.92º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B45516 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 85 | 22 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.29 |
| HSL | 23.92º | 0.78% | 0.4% | - |
| HSV(B) | 23.92º | 0.88% | 0.71% | - |
| XYZ | 22.22 | 16.26 | 2.73 | - |
| YUV | 106.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 22 | 0 | 0.53 | 0.88 | 0.29 | 23.92 | 0.78 | 0.4 |
| Hex | B4 | 55 | 16 | 0 | 35 | 58 | 1D | 18 | 4E | 28 |
| Octal | 264 | 125 | 26 | 0 | 65 | 130 | 35 | 30 | 116 | 50 |
| Binary | 10110100 | 1010101 | 10110 | 0 | 110101 | 1011000 | 11101 | 11000 | 1001110 | 101000 |
Color Harmonies of #B45516
Complementary color
Monochromatic Colors of #B45516
Black with #B45516
Text Example
Text Example
White with #B45516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45516; }
p { color: rgb(180,85,22); }
H1.HeaderClassName
{
color: #B45516;
}
.AnyTagClassName
{
color: #B45516;
}
</style>
background-color css
<style>
a { background-color: #B45516; }
a { background-color: rgb(180,85,22); }
div.DivClassName
{
background-color: #B45516;
}
.BgClassName
{
background-color: #B45516;
}
</style>
border-color css
<style>
span { border-color: #B45516; }
span { border-color: rgb(180,85,22); }
td.TdClassName
{
border-color: #B45516;
}
.TagClassName
{
border-color: #B45516;
}
</style>