Shades of Rust #B9441B
Tints of Rust #B9441B
RGB
CMYK
RGB Variations
Color information
#B9441B (or 0xB9441B) is known color: Rust. HEX triplet: B9, 44 and 1B. RGB value is (185,68,27). Sum of RGB (Red+Green+Blue) = 185+68+27=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9441B is #46BBE4. Grayscale: #626262. Windows color (decimal): -4635621 or 1787065. OLE color: 1787065.
HSL color Cylindrical-coordinate representation of color #B9441B: hue angle of 15.57º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9441B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 27 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.27 |
| HSL | 15.57º | 0.75% | 0.42% | - |
| HSV(B) | 15.57º | 0.85% | 0.73% | - |
| XYZ | 22.27 | 14.53 | 2.67 | - |
| YUV | 98.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 27 | 0 | 0.63 | 0.85 | 0.27 | 15.57 | 0.75 | 0.42 |
| Hex | B9 | 44 | 1B | 0 | 3F | 55 | 1B | 10 | 4B | 2A |
| Octal | 271 | 104 | 33 | 0 | 77 | 125 | 33 | 20 | 113 | 52 |
| Binary | 10111001 | 1000100 | 11011 | 0 | 111111 | 1010101 | 11011 | 10000 | 1001011 | 101010 |
Color Harmonies of #B9441B
Complementary color
Monochromatic Colors of #B9441B
Black with #B9441B
Text Example
Text Example
White with #B9441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9441B; }
p { color: rgb(185,68,27); }
H1.HeaderClassName
{
color: #B9441B;
}
.AnyTagClassName
{
color: #B9441B;
}
</style>
background-color css
<style>
a { background-color: #B9441B; }
a { background-color: rgb(185,68,27); }
div.DivClassName
{
background-color: #B9441B;
}
.BgClassName
{
background-color: #B9441B;
}
</style>
border-color css
<style>
span { border-color: #B9441B; }
span { border-color: rgb(185,68,27); }
td.TdClassName
{
border-color: #B9441B;
}
.TagClassName
{
border-color: #B9441B;
}
</style>