Shades of Rust #B45610
Tints of Rust #B45610
RGB
CMYK
RGB Variations
Color information
#B45610 (or 0xB45610) is known color: Rust. HEX triplet: B4, 56 and 10. RGB value is (180,86,16). Sum of RGB (Red+Green+Blue) = 180+86+16=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B45610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45610 is #4BA9EF. Grayscale: #6A6A6A. Windows color (decimal): -4958704 or 1070772. OLE color: 1070772.
HSL color Cylindrical-coordinate representation of color #B45610: hue angle of 25.61º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B45610 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 16 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.29 |
| HSL | 25.61º | 0.84% | 0.38% | - |
| HSV(B) | 25.61º | 0.91% | 0.71% | - |
| XYZ | 22.24 | 16.4 | 2.48 | - |
| YUV | 106.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 16 | 0 | 0.52 | 0.91 | 0.29 | 25.61 | 0.84 | 0.38 |
| Hex | B4 | 56 | 10 | 0 | 34 | 5B | 1D | 1A | 54 | 26 |
| Octal | 264 | 126 | 20 | 0 | 64 | 133 | 35 | 32 | 124 | 46 |
| Binary | 10110100 | 1010110 | 10000 | 0 | 110100 | 1011011 | 11101 | 11010 | 1010100 | 100110 |
Color Harmonies of #B45610
Complementary color
Monochromatic Colors of #B45610
Black with #B45610
Text Example
Text Example
White with #B45610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45610; }
p { color: rgb(180,86,16); }
H1.HeaderClassName
{
color: #B45610;
}
.AnyTagClassName
{
color: #B45610;
}
</style>
background-color css
<style>
a { background-color: #B45610; }
a { background-color: rgb(180,86,16); }
div.DivClassName
{
background-color: #B45610;
}
.BgClassName
{
background-color: #B45610;
}
</style>
border-color css
<style>
span { border-color: #B45610; }
span { border-color: rgb(180,86,16); }
td.TdClassName
{
border-color: #B45610;
}
.TagClassName
{
border-color: #B45610;
}
</style>