Shades of Rust #B94020
Tints of Rust #B94020
RGB
CMYK
RGB Variations
Color information
#B94020 (or 0xB94020) is known color: Rust. HEX triplet: B9, 40 and 20. RGB value is (185,64,32). Sum of RGB (Red+Green+Blue) = 185+64+32=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B94020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94020 is #46BFDF. Grayscale: #606060. Windows color (decimal): -4636640 or 2113721. OLE color: 2113721.
HSL color Cylindrical-coordinate representation of color #B94020: hue angle of 12.55º 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 #B94020 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 32 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.27 |
| HSL | 12.55º | 0.71% | 0.43% | - |
| HSV(B) | 12.55º | 0.83% | 0.73% | - |
| XYZ | 22.1 | 14.09 | 2.92 | - |
| YUV | 96.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 32 | 0 | 0.65 | 0.83 | 0.27 | 12.55 | 0.71 | 0.43 |
| Hex | B9 | 40 | 20 | 0 | 41 | 53 | 1B | D | 47 | 2B |
| Octal | 271 | 100 | 40 | 0 | 101 | 123 | 33 | 15 | 107 | 53 |
| Binary | 10111001 | 1000000 | 100000 | 0 | 1000001 | 1010011 | 11011 | 1101 | 1000111 | 101011 |
Color Harmonies of #B94020
Complementary color
Monochromatic Colors of #B94020
Black with #B94020
Text Example
Text Example
White with #B94020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94020; }
p { color: rgb(185,64,32); }
H1.HeaderClassName
{
color: #B94020;
}
.AnyTagClassName
{
color: #B94020;
}
</style>
background-color css
<style>
a { background-color: #B94020; }
a { background-color: rgb(185,64,32); }
div.DivClassName
{
background-color: #B94020;
}
.BgClassName
{
background-color: #B94020;
}
</style>
border-color css
<style>
span { border-color: #B94020; }
span { border-color: rgb(185,64,32); }
td.TdClassName
{
border-color: #B94020;
}
.TagClassName
{
border-color: #B94020;
}
</style>