Shades of Rust #B45204
Tints of Rust #B45204
RGB
CMYK
RGB Variations
Color information
#B45204 (or 0xB45204) is known color: Rust. HEX triplet: B4, 52 and 04. RGB value is (180,82,4). Sum of RGB (Red+Green+Blue) = 180+82+4=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B45204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45204 is #4BADFB. Grayscale: #666666. Windows color (decimal): -4959740 or 283316. OLE color: 283316.
HSL color Cylindrical-coordinate representation of color #B45204: hue angle of 26.59º 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 #B45204 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.29 |
| HSL | 26.59º | 0.96% | 0.36% | - |
| HSV(B) | 26.59º | 0.98% | 0.71% | - |
| XYZ | 21.86 | 15.75 | 2 | - |
| YUV | 102.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 4 | 0 | 0.54 | 0.98 | 0.29 | 26.59 | 0.96 | 0.36 |
| Hex | B4 | 52 | 4 | 0 | 36 | 62 | 1D | 1B | 60 | 24 |
| Octal | 264 | 122 | 4 | 0 | 66 | 142 | 35 | 33 | 140 | 44 |
| Binary | 10110100 | 1010010 | 100 | 0 | 110110 | 1100010 | 11101 | 11011 | 1100000 | 100100 |
Color Harmonies of #B45204
Complementary color
Monochromatic Colors of #B45204
Black with #B45204
Text Example
Text Example
White with #B45204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45204; }
p { color: rgb(180,82,4); }
H1.HeaderClassName
{
color: #B45204;
}
.AnyTagClassName
{
color: #B45204;
}
</style>
background-color css
<style>
a { background-color: #B45204; }
a { background-color: rgb(180,82,4); }
div.DivClassName
{
background-color: #B45204;
}
.BgClassName
{
background-color: #B45204;
}
</style>
border-color css
<style>
span { border-color: #B45204; }
span { border-color: rgb(180,82,4); }
td.TdClassName
{
border-color: #B45204;
}
.TagClassName
{
border-color: #B45204;
}
</style>