Shades of Rust #B54205
Tints of Rust #B54205
RGB
CMYK
RGB Variations
Color information
#B54205 (or 0xB54205) is known color: Rust. HEX triplet: B5, 42 and 05. RGB value is (181,66,5). Sum of RGB (Red+Green+Blue) = 181+66+5=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B54205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54205 is #4ABDFA. Grayscale: #5D5D5D. Windows color (decimal): -4898299 or 344757. OLE color: 344757.
HSL color Cylindrical-coordinate representation of color #B54205: hue angle of 20.8º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B54205 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.29 |
| HSL | 20.8º | 0.95% | 0.36% | - |
| HSV(B) | 20.8º | 0.97% | 0.71% | - |
| XYZ | 21.03 | 13.73 | 1.69 | - |
| YUV | 93.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 5 | 0 | 0.64 | 0.97 | 0.29 | 20.8 | 0.95 | 0.36 |
| Hex | B5 | 42 | 5 | 0 | 40 | 61 | 1D | 15 | 5F | 24 |
| Octal | 265 | 102 | 5 | 0 | 100 | 141 | 35 | 25 | 137 | 44 |
| Binary | 10110101 | 1000010 | 101 | 0 | 1000000 | 1100001 | 11101 | 10101 | 1011111 | 100100 |
Color Harmonies of #B54205
Complementary color
Monochromatic Colors of #B54205
Black with #B54205
Text Example
Text Example
White with #B54205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54205; }
p { color: rgb(181,66,5); }
H1.HeaderClassName
{
color: #B54205;
}
.AnyTagClassName
{
color: #B54205;
}
</style>
background-color css
<style>
a { background-color: #B54205; }
a { background-color: rgb(181,66,5); }
div.DivClassName
{
background-color: #B54205;
}
.BgClassName
{
background-color: #B54205;
}
</style>
border-color css
<style>
span { border-color: #B54205; }
span { border-color: rgb(181,66,5); }
td.TdClassName
{
border-color: #B54205;
}
.TagClassName
{
border-color: #B54205;
}
</style>