Shades of Rust #B45410
Tints of Rust #B45410
RGB
CMYK
RGB Variations
Color information
#B45410 (or 0xB45410) is known color: Rust. HEX triplet: B4, 54 and 10. RGB value is (180,84,16). Sum of RGB (Red+Green+Blue) = 180+84+16=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B45410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45410 is #4BABEF. Grayscale: #696969. Windows color (decimal): -4959216 or 1070260. OLE color: 1070260.
HSL color Cylindrical-coordinate representation of color #B45410: hue angle of 24.88º 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 #B45410 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 16 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.29 |
| HSL | 24.88º | 0.84% | 0.38% | - |
| HSV(B) | 24.88º | 0.91% | 0.71% | - |
| XYZ | 22.09 | 16.08 | 2.43 | - |
| YUV | 104.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 16 | 0 | 0.53 | 0.91 | 0.29 | 24.88 | 0.84 | 0.38 |
| Hex | B4 | 54 | 10 | 0 | 35 | 5B | 1D | 19 | 54 | 26 |
| Octal | 264 | 124 | 20 | 0 | 65 | 133 | 35 | 31 | 124 | 46 |
| Binary | 10110100 | 1010100 | 10000 | 0 | 110101 | 1011011 | 11101 | 11001 | 1010100 | 100110 |
Color Harmonies of #B45410
Complementary color
Monochromatic Colors of #B45410
Black with #B45410
Text Example
Text Example
White with #B45410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45410; }
p { color: rgb(180,84,16); }
H1.HeaderClassName
{
color: #B45410;
}
.AnyTagClassName
{
color: #B45410;
}
</style>
background-color css
<style>
a { background-color: #B45410; }
a { background-color: rgb(180,84,16); }
div.DivClassName
{
background-color: #B45410;
}
.BgClassName
{
background-color: #B45410;
}
</style>
border-color css
<style>
span { border-color: #B45410; }
span { border-color: rgb(180,84,16); }
td.TdClassName
{
border-color: #B45410;
}
.TagClassName
{
border-color: #B45410;
}
</style>