Shades of Rust #B45000
Tints of Rust #B45000
RGB
CMYK
RGB Variations
Color information
#B45000 (or 0xB45000) is known color: Rust. HEX triplet: B4, 50 and 00. RGB value is (180,80,0). Sum of RGB (Red+Green+Blue) = 180+80+0=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B45000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45000 is #4BAFFF. Grayscale: #656565. Windows color (decimal): -4960256 or 20660. OLE color: 20660.
HSL color Cylindrical-coordinate representation of color #B45000: hue angle of 26.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B45000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.29 |
| HSL | 26.67º | 1% | 0.35% | - |
| HSV(B) | 26.67º | 1% | 0.71% | - |
| XYZ | 21.69 | 15.44 | 1.84 | - |
| YUV | 100.78 | 71.13 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 0 | 0 | 0.56 | 1 | 0.29 | 26.67 | 1 | 0.35 |
| Hex | B4 | 50 | 0 | 0 | 38 | 64 | 1D | 1B | 64 | 23 |
| Octal | 264 | 120 | 0 | 0 | 70 | 144 | 35 | 33 | 144 | 43 |
| Binary | 10110100 | 1010000 | 0 | 0 | 111000 | 1100100 | 11101 | 11011 | 1100100 | 100011 |
Color Harmonies of #B45000
Complementary color
Monochromatic Colors of #B45000
Black with #B45000
Text Example
Text Example
White with #B45000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45000; }
p { color: rgb(180,80,0); }
H1.HeaderClassName
{
color: #B45000;
}
.AnyTagClassName
{
color: #B45000;
}
</style>
background-color css
<style>
a { background-color: #B45000; }
a { background-color: rgb(180,80,0); }
div.DivClassName
{
background-color: #B45000;
}
.BgClassName
{
background-color: #B45000;
}
</style>
border-color css
<style>
span { border-color: #B45000; }
span { border-color: rgb(180,80,0); }
td.TdClassName
{
border-color: #B45000;
}
.TagClassName
{
border-color: #B45000;
}
</style>