Shades of Rust #B94520
Tints of Rust #B94520
RGB
CMYK
RGB Variations
Color information
#B94520 (or 0xB94520) is known color: Rust. HEX triplet: B9, 45 and 20. RGB value is (185,69,32). Sum of RGB (Red+Green+Blue) = 185+69+32=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B94520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94520 is #46BADF. Grayscale: #636363. Windows color (decimal): -4635360 or 2115001. OLE color: 2115001.
HSL color Cylindrical-coordinate representation of color #B94520: hue angle of 14.51º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B94520 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 32 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.27 |
| HSL | 14.51º | 0.71% | 0.43% | - |
| HSV(B) | 14.51º | 0.83% | 0.73% | - |
| XYZ | 22.4 | 14.67 | 3.02 | - |
| YUV | 99.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 32 | 0 | 0.63 | 0.83 | 0.27 | 14.51 | 0.71 | 0.43 |
| Hex | B9 | 45 | 20 | 0 | 3F | 53 | 1B | F | 47 | 2B |
| Octal | 271 | 105 | 40 | 0 | 77 | 123 | 33 | 17 | 107 | 53 |
| Binary | 10111001 | 1000101 | 100000 | 0 | 111111 | 1010011 | 11011 | 1111 | 1000111 | 101011 |
Color Harmonies of #B94520
Complementary color
Monochromatic Colors of #B94520
Black with #B94520
Text Example
Text Example
White with #B94520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94520; }
p { color: rgb(185,69,32); }
H1.HeaderClassName
{
color: #B94520;
}
.AnyTagClassName
{
color: #B94520;
}
</style>
background-color css
<style>
a { background-color: #B94520; }
a { background-color: rgb(185,69,32); }
div.DivClassName
{
background-color: #B94520;
}
.BgClassName
{
background-color: #B94520;
}
</style>
border-color css
<style>
span { border-color: #B94520; }
span { border-color: rgb(185,69,32); }
td.TdClassName
{
border-color: #B94520;
}
.TagClassName
{
border-color: #B94520;
}
</style>