Shades of Rust #B14909
Tints of Rust #B14909
RGB
CMYK
RGB Variations
Color information
#B14909 (or 0xB14909) is known color: Rust. HEX triplet: B1, 49 and 09. RGB value is (177,73,9). Sum of RGB (Red+Green+Blue) = 177+73+9=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B14909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14909 is #4EB6F6. Grayscale: #616161. Windows color (decimal): -5158647 or 608689. OLE color: 608689.
HSL color Cylindrical-coordinate representation of color #B14909: hue angle of 22.86º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B14909 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 9 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.31 |
| HSL | 22.86º | 0.9% | 0.36% | - |
| HSV(B) | 22.86º | 0.95% | 0.69% | - |
| XYZ | 20.56 | 14.13 | 1.9 | - |
| YUV | 96.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 9 | 0 | 0.59 | 0.95 | 0.31 | 22.86 | 0.9 | 0.36 |
| Hex | B1 | 49 | 9 | 0 | 3B | 5F | 1F | 17 | 5A | 24 |
| Octal | 261 | 111 | 11 | 0 | 73 | 137 | 37 | 27 | 132 | 44 |
| Binary | 10110001 | 1001001 | 1001 | 0 | 111011 | 1011111 | 11111 | 10111 | 1011010 | 100100 |
Color Harmonies of #B14909
Complementary color
Monochromatic Colors of #B14909
Black with #B14909
Text Example
Text Example
White with #B14909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14909; }
p { color: rgb(177,73,9); }
H1.HeaderClassName
{
color: #B14909;
}
.AnyTagClassName
{
color: #B14909;
}
</style>
background-color css
<style>
a { background-color: #B14909; }
a { background-color: rgb(177,73,9); }
div.DivClassName
{
background-color: #B14909;
}
.BgClassName
{
background-color: #B14909;
}
</style>
border-color css
<style>
span { border-color: #B14909; }
span { border-color: rgb(177,73,9); }
td.TdClassName
{
border-color: #B14909;
}
.TagClassName
{
border-color: #B14909;
}
</style>