Shades of Rust #B54620
Tints of Rust #B54620
RGB
CMYK
RGB Variations
Color information
#B54620 (or 0xB54620) is known color: Rust. HEX triplet: B5, 46 and 20. RGB value is (181,70,32). Sum of RGB (Red+Green+Blue) = 181+70+32=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B54620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54620 is #4AB9DF. Grayscale: #636363. Windows color (decimal): -4897248 or 2115253. OLE color: 2115253.
HSL color Cylindrical-coordinate representation of color #B54620: hue angle of 15.3º 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 #B54620 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 32 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.29 |
| HSL | 15.3º | 0.7% | 0.42% | - |
| HSV(B) | 15.3º | 0.82% | 0.71% | - |
| XYZ | 21.51 | 14.31 | 2.99 | - |
| YUV | 98.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 32 | 0 | 0.61 | 0.82 | 0.29 | 15.3 | 0.7 | 0.42 |
| Hex | B5 | 46 | 20 | 0 | 3D | 52 | 1D | F | 46 | 2A |
| Octal | 265 | 106 | 40 | 0 | 75 | 122 | 35 | 17 | 106 | 52 |
| Binary | 10110101 | 1000110 | 100000 | 0 | 111101 | 1010010 | 11101 | 1111 | 1000110 | 101010 |
Color Harmonies of #B54620
Complementary color
Monochromatic Colors of #B54620
Black with #B54620
Text Example
Text Example
White with #B54620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54620; }
p { color: rgb(181,70,32); }
H1.HeaderClassName
{
color: #B54620;
}
.AnyTagClassName
{
color: #B54620;
}
</style>
background-color css
<style>
a { background-color: #B54620; }
a { background-color: rgb(181,70,32); }
div.DivClassName
{
background-color: #B54620;
}
.BgClassName
{
background-color: #B54620;
}
</style>
border-color css
<style>
span { border-color: #B54620; }
span { border-color: rgb(181,70,32); }
td.TdClassName
{
border-color: #B54620;
}
.TagClassName
{
border-color: #B54620;
}
</style>