Shades of Rust #B9441D
Tints of Rust #B9441D
RGB
CMYK
RGB Variations
Color information
#B9441D (or 0xB9441D) is known color: Rust. HEX triplet: B9, 44 and 1D. RGB value is (185,68,29). Sum of RGB (Red+Green+Blue) = 185+68+29=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9441D is #46BBE2. Grayscale: #626262. Windows color (decimal): -4635619 or 1918137. OLE color: 1918137.
HSL color Cylindrical-coordinate representation of color #B9441D: hue angle of 15º degrees, saturation: 0.73, 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 #B9441D is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 29 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.27 |
| HSL | 15º | 0.73% | 0.42% | - |
| HSV(B) | 15º | 0.84% | 0.73% | - |
| XYZ | 22.3 | 14.54 | 2.79 | - |
| YUV | 98.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 29 | 0 | 0.63 | 0.84 | 0.27 | 15 | 0.73 | 0.42 |
| Hex | B9 | 44 | 1D | 0 | 3F | 54 | 1B | F | 49 | 2A |
| Octal | 271 | 104 | 35 | 0 | 77 | 124 | 33 | 17 | 111 | 52 |
| Binary | 10111001 | 1000100 | 11101 | 0 | 111111 | 1010100 | 11011 | 1111 | 1001001 | 101010 |
Color Harmonies of #B9441D
Complementary color
Monochromatic Colors of #B9441D
Black with #B9441D
Text Example
Text Example
White with #B9441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9441D; }
p { color: rgb(185,68,29); }
H1.HeaderClassName
{
color: #B9441D;
}
.AnyTagClassName
{
color: #B9441D;
}
</style>
background-color css
<style>
a { background-color: #B9441D; }
a { background-color: rgb(185,68,29); }
div.DivClassName
{
background-color: #B9441D;
}
.BgClassName
{
background-color: #B9441D;
}
</style>
border-color css
<style>
span { border-color: #B9441D; }
span { border-color: rgb(185,68,29); }
td.TdClassName
{
border-color: #B9441D;
}
.TagClassName
{
border-color: #B9441D;
}
</style>