Shades of Rust #B45304
Tints of Rust #B45304
RGB
CMYK
RGB Variations
Color information
#B45304 (or 0xB45304) is known color: Rust. HEX triplet: B4, 53 and 04. RGB value is (180,83,4). Sum of RGB (Red+Green+Blue) = 180+83+4=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B45304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45304 is #4BACFB. Grayscale: #676767. Windows color (decimal): -4959484 or 283572. OLE color: 283572.
HSL color Cylindrical-coordinate representation of color #B45304: hue angle of 26.93º 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 #B45304 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.29 |
| HSL | 26.93º | 0.96% | 0.36% | - |
| HSV(B) | 26.93º | 0.98% | 0.71% | - |
| XYZ | 21.94 | 15.9 | 2.03 | - |
| YUV | 103 | 72.14 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 4 | 0 | 0.54 | 0.98 | 0.29 | 26.93 | 0.96 | 0.36 |
| Hex | B4 | 53 | 4 | 0 | 36 | 62 | 1D | 1B | 60 | 24 |
| Octal | 264 | 123 | 4 | 0 | 66 | 142 | 35 | 33 | 140 | 44 |
| Binary | 10110100 | 1010011 | 100 | 0 | 110110 | 1100010 | 11101 | 11011 | 1100000 | 100100 |
Color Harmonies of #B45304
Complementary color
Monochromatic Colors of #B45304
Black with #B45304
Text Example
Text Example
White with #B45304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45304; }
p { color: rgb(180,83,4); }
H1.HeaderClassName
{
color: #B45304;
}
.AnyTagClassName
{
color: #B45304;
}
</style>
background-color css
<style>
a { background-color: #B45304; }
a { background-color: rgb(180,83,4); }
div.DivClassName
{
background-color: #B45304;
}
.BgClassName
{
background-color: #B45304;
}
</style>
border-color css
<style>
span { border-color: #B45304; }
span { border-color: rgb(180,83,4); }
td.TdClassName
{
border-color: #B45304;
}
.TagClassName
{
border-color: #B45304;
}
</style>