Shades of Rust #B5490F
Tints of Rust #B5490F
RGB
CMYK
RGB Variations
Color information
#B5490F (or 0xB5490F) is known color: Rust. HEX triplet: B5, 49 and 0F. RGB value is (181,73,15). Sum of RGB (Red+Green+Blue) = 181+73+15=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B5490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5490F is #4AB6F0. Grayscale: #636363. Windows color (decimal): -4896497 or 1001909. OLE color: 1001909.
HSL color Cylindrical-coordinate representation of color #B5490F: hue angle of 20.96º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5490F is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 15 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.29 |
| HSL | 20.96º | 0.85% | 0.38% | - |
| HSV(B) | 20.96º | 0.92% | 0.71% | - |
| XYZ | 21.52 | 14.62 | 2.14 | - |
| YUV | 98.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 15 | 0 | 0.60 | 0.92 | 0.29 | 20.96 | 0.85 | 0.38 |
| Hex | B5 | 49 | F | 0 | 3C | 5C | 1D | 15 | 55 | 26 |
| Octal | 265 | 111 | 17 | 0 | 74 | 134 | 35 | 25 | 125 | 46 |
| Binary | 10110101 | 1001001 | 1111 | 0 | 111100 | 1011100 | 11101 | 10101 | 1010101 | 100110 |
Color Harmonies of #B5490F
Complementary color
Monochromatic Colors of #B5490F
Black with #B5490F
Text Example
Text Example
White with #B5490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5490F; }
p { color: rgb(181,73,15); }
H1.HeaderClassName
{
color: #B5490F;
}
.AnyTagClassName
{
color: #B5490F;
}
</style>
background-color css
<style>
a { background-color: #B5490F; }
a { background-color: rgb(181,73,15); }
div.DivClassName
{
background-color: #B5490F;
}
.BgClassName
{
background-color: #B5490F;
}
</style>
border-color css
<style>
span { border-color: #B5490F; }
span { border-color: rgb(181,73,15); }
td.TdClassName
{
border-color: #B5490F;
}
.TagClassName
{
border-color: #B5490F;
}
</style>