Shades of Rust #B94220
Tints of Rust #B94220
RGB
CMYK
RGB Variations
Color information
#B94220 (or 0xB94220) is known color: Rust. HEX triplet: B9, 42 and 20. RGB value is (185,66,32). Sum of RGB (Red+Green+Blue) = 185+66+32=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B94220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94220 is #46BDDF. Grayscale: #616161. Windows color (decimal): -4636128 or 2114233. OLE color: 2114233.
HSL color Cylindrical-coordinate representation of color #B94220: hue angle of 13.33º 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 #B94220 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 32 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.27 |
| HSL | 13.33º | 0.71% | 0.43% | - |
| HSV(B) | 13.33º | 0.83% | 0.73% | - |
| XYZ | 22.22 | 14.32 | 2.96 | - |
| YUV | 97.71 | 90.92 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 32 | 0 | 0.64 | 0.83 | 0.27 | 13.33 | 0.71 | 0.43 |
| Hex | B9 | 42 | 20 | 0 | 40 | 53 | 1B | D | 47 | 2B |
| Octal | 271 | 102 | 40 | 0 | 100 | 123 | 33 | 15 | 107 | 53 |
| Binary | 10111001 | 1000010 | 100000 | 0 | 1000000 | 1010011 | 11011 | 1101 | 1000111 | 101011 |
Color Harmonies of #B94220
Complementary color
Monochromatic Colors of #B94220
Black with #B94220
Text Example
Text Example
White with #B94220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94220; }
p { color: rgb(185,66,32); }
H1.HeaderClassName
{
color: #B94220;
}
.AnyTagClassName
{
color: #B94220;
}
</style>
background-color css
<style>
a { background-color: #B94220; }
a { background-color: rgb(185,66,32); }
div.DivClassName
{
background-color: #B94220;
}
.BgClassName
{
background-color: #B94220;
}
</style>
border-color css
<style>
span { border-color: #B94220; }
span { border-color: rgb(185,66,32); }
td.TdClassName
{
border-color: #B94220;
}
.TagClassName
{
border-color: #B94220;
}
</style>