Shades of Rust #B9441E
Tints of Rust #B9441E
RGB
CMYK
RGB Variations
Color information
#B9441E (or 0xB9441E) is known color: Rust. HEX triplet: B9, 44 and 1E. RGB value is (185,68,30). Sum of RGB (Red+Green+Blue) = 185+68+30=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9441E is #46BBE1. Grayscale: #626262. Windows color (decimal): -4635618 or 1983673. OLE color: 1983673.
HSL color Cylindrical-coordinate representation of color #B9441E: hue angle of 14.71º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9441E is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 30 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.27 |
| HSL | 14.71º | 0.72% | 0.42% | - |
| HSV(B) | 14.71º | 0.84% | 0.73% | - |
| XYZ | 22.31 | 14.54 | 2.86 | - |
| YUV | 98.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 30 | 0 | 0.63 | 0.84 | 0.27 | 14.71 | 0.72 | 0.42 |
| Hex | B9 | 44 | 1E | 0 | 3F | 54 | 1B | F | 48 | 2A |
| Octal | 271 | 104 | 36 | 0 | 77 | 124 | 33 | 17 | 110 | 52 |
| Binary | 10111001 | 1000100 | 11110 | 0 | 111111 | 1010100 | 11011 | 1111 | 1001000 | 101010 |
Color Harmonies of #B9441E
Complementary color
Monochromatic Colors of #B9441E
Black with #B9441E
Text Example
Text Example
White with #B9441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9441E; }
p { color: rgb(185,68,30); }
H1.HeaderClassName
{
color: #B9441E;
}
.AnyTagClassName
{
color: #B9441E;
}
</style>
background-color css
<style>
a { background-color: #B9441E; }
a { background-color: rgb(185,68,30); }
div.DivClassName
{
background-color: #B9441E;
}
.BgClassName
{
background-color: #B9441E;
}
</style>
border-color css
<style>
span { border-color: #B9441E; }
span { border-color: rgb(185,68,30); }
td.TdClassName
{
border-color: #B9441E;
}
.TagClassName
{
border-color: #B9441E;
}
</style>