Shades of Rust #B45810
Tints of Rust #B45810
RGB
CMYK
RGB Variations
Color information
#B45810 (or 0xB45810) is known color: Rust. HEX triplet: B4, 58 and 10. RGB value is (180,88,16). Sum of RGB (Red+Green+Blue) = 180+88+16=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B45810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45810 is #4BA7EF. Grayscale: #6B6B6B. Windows color (decimal): -4958192 or 1071284. OLE color: 1071284.
HSL color Cylindrical-coordinate representation of color #B45810: hue angle of 26.34º 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 #B45810 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 16 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.29 |
| HSL | 26.34º | 0.84% | 0.38% | - |
| HSV(B) | 26.34º | 0.91% | 0.71% | - |
| XYZ | 22.41 | 16.72 | 2.54 | - |
| YUV | 107.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 16 | 0 | 0.51 | 0.91 | 0.29 | 26.34 | 0.84 | 0.38 |
| Hex | B4 | 58 | 10 | 0 | 33 | 5B | 1D | 1A | 54 | 26 |
| Octal | 264 | 130 | 20 | 0 | 63 | 133 | 35 | 32 | 124 | 46 |
| Binary | 10110100 | 1011000 | 10000 | 0 | 110011 | 1011011 | 11101 | 11010 | 1010100 | 100110 |
Color Harmonies of #B45810
Complementary color
Monochromatic Colors of #B45810
Black with #B45810
Text Example
Text Example
White with #B45810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45810; }
p { color: rgb(180,88,16); }
H1.HeaderClassName
{
color: #B45810;
}
.AnyTagClassName
{
color: #B45810;
}
</style>
background-color css
<style>
a { background-color: #B45810; }
a { background-color: rgb(180,88,16); }
div.DivClassName
{
background-color: #B45810;
}
.BgClassName
{
background-color: #B45810;
}
</style>
border-color css
<style>
span { border-color: #B45810; }
span { border-color: rgb(180,88,16); }
td.TdClassName
{
border-color: #B45810;
}
.TagClassName
{
border-color: #B45810;
}
</style>