Shades of Rust #B5490E
Tints of Rust #B5490E
RGB
CMYK
RGB Variations
Color information
#B5490E (or 0xB5490E) is known color: Rust. HEX triplet: B5, 49 and 0E. RGB value is (181,73,14). Sum of RGB (Red+Green+Blue) = 181+73+14=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B5490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5490E is #4AB6F1. Grayscale: #626262. Windows color (decimal): -4896498 or 936373. OLE color: 936373.
HSL color Cylindrical-coordinate representation of color #B5490E: hue angle of 21.2º degrees, saturation: 0.86, 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 #B5490E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 14 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.29 |
| HSL | 21.2º | 0.86% | 0.38% | - |
| HSV(B) | 21.2º | 0.92% | 0.71% | - |
| XYZ | 21.52 | 14.62 | 2.1 | - |
| YUV | 98.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 14 | 0 | 0.60 | 0.92 | 0.29 | 21.2 | 0.86 | 0.38 |
| Hex | B5 | 49 | E | 0 | 3C | 5C | 1D | 15 | 56 | 26 |
| Octal | 265 | 111 | 16 | 0 | 74 | 134 | 35 | 25 | 126 | 46 |
| Binary | 10110101 | 1001001 | 1110 | 0 | 111100 | 1011100 | 11101 | 10101 | 1010110 | 100110 |
Color Harmonies of #B5490E
Complementary color
Monochromatic Colors of #B5490E
Black with #B5490E
Text Example
Text Example
White with #B5490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5490E; }
p { color: rgb(181,73,14); }
H1.HeaderClassName
{
color: #B5490E;
}
.AnyTagClassName
{
color: #B5490E;
}
</style>
background-color css
<style>
a { background-color: #B5490E; }
a { background-color: rgb(181,73,14); }
div.DivClassName
{
background-color: #B5490E;
}
.BgClassName
{
background-color: #B5490E;
}
</style>
border-color css
<style>
span { border-color: #B5490E; }
span { border-color: rgb(181,73,14); }
td.TdClassName
{
border-color: #B5490E;
}
.TagClassName
{
border-color: #B5490E;
}
</style>