Shades of Rust #B45404
Tints of Rust #B45404
RGB
CMYK
RGB Variations
Color information
#B45404 (or 0xB45404) is known color: Rust. HEX triplet: B4, 54 and 04. RGB value is (180,84,4). Sum of RGB (Red+Green+Blue) = 180+84+4=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B45404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45404 is #4BABFB. Grayscale: #686868. Windows color (decimal): -4959228 or 283828. OLE color: 283828.
HSL color Cylindrical-coordinate representation of color #B45404: hue angle of 27.27º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B45404 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.29 |
| HSL | 27.27º | 0.96% | 0.36% | - |
| HSV(B) | 27.27º | 0.98% | 0.71% | - |
| XYZ | 22.01 | 16.05 | 2.05 | - |
| YUV | 103.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 4 | 0 | 0.53 | 0.98 | 0.29 | 27.27 | 0.96 | 0.36 |
| Hex | B4 | 54 | 4 | 0 | 35 | 62 | 1D | 1B | 60 | 24 |
| Octal | 264 | 124 | 4 | 0 | 65 | 142 | 35 | 33 | 140 | 44 |
| Binary | 10110100 | 1010100 | 100 | 0 | 110101 | 1100010 | 11101 | 11011 | 1100000 | 100100 |
Color Harmonies of #B45404
Complementary color
Monochromatic Colors of #B45404
Black with #B45404
Text Example
Text Example
White with #B45404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45404; }
p { color: rgb(180,84,4); }
H1.HeaderClassName
{
color: #B45404;
}
.AnyTagClassName
{
color: #B45404;
}
</style>
background-color css
<style>
a { background-color: #B45404; }
a { background-color: rgb(180,84,4); }
div.DivClassName
{
background-color: #B45404;
}
.BgClassName
{
background-color: #B45404;
}
</style>
border-color css
<style>
span { border-color: #B45404; }
span { border-color: rgb(180,84,4); }
td.TdClassName
{
border-color: #B45404;
}
.TagClassName
{
border-color: #B45404;
}
</style>