Shades of Rust #B45409
Tints of Rust #B45409
RGB
CMYK
RGB Variations
Color information
#B45409 (or 0xB45409) is known color: Rust. HEX triplet: B4, 54 and 09. RGB value is (180,84,9). Sum of RGB (Red+Green+Blue) = 180+84+9=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B45409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45409 is #4BABF6. Grayscale: #686868. Windows color (decimal): -4959223 or 611508. OLE color: 611508.
HSL color Cylindrical-coordinate representation of color #B45409: hue angle of 26.32º 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 #B45409 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 9 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.29 |
| HSL | 26.32º | 0.9% | 0.37% | - |
| HSV(B) | 26.32º | 0.95% | 0.71% | - |
| XYZ | 22.04 | 16.06 | 2.2 | - |
| YUV | 104.15 | 74.3 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 9 | 0 | 0.53 | 0.95 | 0.29 | 26.32 | 0.9 | 0.37 |
| Hex | B4 | 54 | 9 | 0 | 35 | 5F | 1D | 1A | 5A | 25 |
| Octal | 264 | 124 | 11 | 0 | 65 | 137 | 35 | 32 | 132 | 45 |
| Binary | 10110100 | 1010100 | 1001 | 0 | 110101 | 1011111 | 11101 | 11010 | 1011010 | 100101 |
Color Harmonies of #B45409
Complementary color
Monochromatic Colors of #B45409
Black with #B45409
Text Example
Text Example
White with #B45409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45409; }
p { color: rgb(180,84,9); }
H1.HeaderClassName
{
color: #B45409;
}
.AnyTagClassName
{
color: #B45409;
}
</style>
background-color css
<style>
a { background-color: #B45409; }
a { background-color: rgb(180,84,9); }
div.DivClassName
{
background-color: #B45409;
}
.BgClassName
{
background-color: #B45409;
}
</style>
border-color css
<style>
span { border-color: #B45409; }
span { border-color: rgb(180,84,9); }
td.TdClassName
{
border-color: #B45409;
}
.TagClassName
{
border-color: #B45409;
}
</style>