Shades of Rust #B45109
Tints of Rust #B45109
RGB
CMYK
RGB Variations
Color information
#B45109 (or 0xB45109) is known color: Rust. HEX triplet: B4, 51 and 09. RGB value is (180,81,9). Sum of RGB (Red+Green+Blue) = 180+81+9=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B45109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45109 is #4BAEF6. Grayscale: #666666. Windows color (decimal): -4959991 or 610740. OLE color: 610740.
HSL color Cylindrical-coordinate representation of color #B45109: hue angle of 25.26º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B45109 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 9 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.29 |
| HSL | 25.26º | 0.9% | 0.37% | - |
| HSV(B) | 25.26º | 0.95% | 0.71% | - |
| XYZ | 21.81 | 15.61 | 2.12 | - |
| YUV | 102.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 9 | 0 | 0.55 | 0.95 | 0.29 | 25.26 | 0.9 | 0.37 |
| Hex | B4 | 51 | 9 | 0 | 37 | 5F | 1D | 19 | 5A | 25 |
| Octal | 264 | 121 | 11 | 0 | 67 | 137 | 35 | 31 | 132 | 45 |
| Binary | 10110100 | 1010001 | 1001 | 0 | 110111 | 1011111 | 11101 | 11001 | 1011010 | 100101 |
Color Harmonies of #B45109
Complementary color
Monochromatic Colors of #B45109
Black with #B45109
Text Example
Text Example
White with #B45109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45109; }
p { color: rgb(180,81,9); }
H1.HeaderClassName
{
color: #B45109;
}
.AnyTagClassName
{
color: #B45109;
}
</style>
background-color css
<style>
a { background-color: #B45109; }
a { background-color: rgb(180,81,9); }
div.DivClassName
{
background-color: #B45109;
}
.BgClassName
{
background-color: #B45109;
}
</style>
border-color css
<style>
span { border-color: #B45109; }
span { border-color: rgb(180,81,9); }
td.TdClassName
{
border-color: #B45109;
}
.TagClassName
{
border-color: #B45109;
}
</style>