Shades of Rust #B5490D
Tints of Rust #B5490D
RGB
CMYK
RGB Variations
Color information
#B5490D (or 0xB5490D) is known color: Rust. HEX triplet: B5, 49 and 0D. RGB value is (181,73,13). Sum of RGB (Red+Green+Blue) = 181+73+13=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B5490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5490D is #4AB6F2. Grayscale: #626262. Windows color (decimal): -4896499 or 870837. OLE color: 870837.
HSL color Cylindrical-coordinate representation of color #B5490D: hue angle of 21.43º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5490D is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 13 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.29 |
| HSL | 21.43º | 0.87% | 0.38% | - |
| HSV(B) | 21.43º | 0.93% | 0.71% | - |
| XYZ | 21.51 | 14.62 | 2.07 | - |
| YUV | 98.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 13 | 0 | 0.60 | 0.93 | 0.29 | 21.43 | 0.87 | 0.38 |
| Hex | B5 | 49 | D | 0 | 3C | 5D | 1D | 15 | 57 | 26 |
| Octal | 265 | 111 | 15 | 0 | 74 | 135 | 35 | 25 | 127 | 46 |
| Binary | 10110101 | 1001001 | 1101 | 0 | 111100 | 1011101 | 11101 | 10101 | 1010111 | 100110 |
Color Harmonies of #B5490D
Complementary color
Monochromatic Colors of #B5490D
Black with #B5490D
Text Example
Text Example
White with #B5490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5490D; }
p { color: rgb(181,73,13); }
H1.HeaderClassName
{
color: #B5490D;
}
.AnyTagClassName
{
color: #B5490D;
}
</style>
background-color css
<style>
a { background-color: #B5490D; }
a { background-color: rgb(181,73,13); }
div.DivClassName
{
background-color: #B5490D;
}
.BgClassName
{
background-color: #B5490D;
}
</style>
border-color css
<style>
span { border-color: #B5490D; }
span { border-color: rgb(181,73,13); }
td.TdClassName
{
border-color: #B5490D;
}
.TagClassName
{
border-color: #B5490D;
}
</style>