Shades of Rust #B54520
Tints of Rust #B54520
RGB
CMYK
RGB Variations
Color information
#B54520 (or 0xB54520) is known color: Rust. HEX triplet: B5, 45 and 20. RGB value is (181,69,32). Sum of RGB (Red+Green+Blue) = 181+69+32=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B54520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54520 is #4ABADF. Grayscale: #626262. Windows color (decimal): -4897504 or 2114997. OLE color: 2114997.
HSL color Cylindrical-coordinate representation of color #B54520: hue angle of 14.9º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B54520 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 32 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.29 |
| HSL | 14.9º | 0.7% | 0.42% | - |
| HSV(B) | 14.9º | 0.82% | 0.71% | - |
| XYZ | 21.44 | 14.18 | 2.97 | - |
| YUV | 98.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 32 | 0 | 0.62 | 0.82 | 0.29 | 14.9 | 0.7 | 0.42 |
| Hex | B5 | 45 | 20 | 0 | 3E | 52 | 1D | F | 46 | 2A |
| Octal | 265 | 105 | 40 | 0 | 76 | 122 | 35 | 17 | 106 | 52 |
| Binary | 10110101 | 1000101 | 100000 | 0 | 111110 | 1010010 | 11101 | 1111 | 1000110 | 101010 |
Color Harmonies of #B54520
Complementary color
Monochromatic Colors of #B54520
Black with #B54520
Text Example
Text Example
White with #B54520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54520; }
p { color: rgb(181,69,32); }
H1.HeaderClassName
{
color: #B54520;
}
.AnyTagClassName
{
color: #B54520;
}
</style>
background-color css
<style>
a { background-color: #B54520; }
a { background-color: rgb(181,69,32); }
div.DivClassName
{
background-color: #B54520;
}
.BgClassName
{
background-color: #B54520;
}
</style>
border-color css
<style>
span { border-color: #B54520; }
span { border-color: rgb(181,69,32); }
td.TdClassName
{
border-color: #B54520;
}
.TagClassName
{
border-color: #B54520;
}
</style>