Shades of Rust #B5390B
Tints of Rust #B5390B
RGB
CMYK
RGB Variations
Color information
#B5390B (or 0xB5390B) is known color: Rust. HEX triplet: B5, 39 and 0B. RGB value is (181,57,11). Sum of RGB (Red+Green+Blue) = 181+57+11=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5390B is #4AC6F4. Grayscale: #595959. Windows color (decimal): -4900597 or 735669. OLE color: 735669.
HSL color Cylindrical-coordinate representation of color #B5390B: hue angle of 16.24º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5390B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.29 |
| HSL | 16.24º | 0.89% | 0.38% | - |
| HSV(B) | 16.24º | 0.94% | 0.71% | - |
| XYZ | 20.58 | 12.77 | 1.7 | - |
| YUV | 88.83 | 84.08 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 11 | 0 | 0.69 | 0.94 | 0.29 | 16.24 | 0.89 | 0.38 |
| Hex | B5 | 39 | B | 0 | 45 | 5E | 1D | 10 | 59 | 26 |
| Octal | 265 | 71 | 13 | 0 | 105 | 136 | 35 | 20 | 131 | 46 |
| Binary | 10110101 | 111001 | 1011 | 0 | 1000101 | 1011110 | 11101 | 10000 | 1011001 | 100110 |
Color Harmonies of #B5390B
Complementary color
Monochromatic Colors of #B5390B
Black with #B5390B
Text Example
Text Example
White with #B5390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5390B; }
p { color: rgb(181,57,11); }
H1.HeaderClassName
{
color: #B5390B;
}
.AnyTagClassName
{
color: #B5390B;
}
</style>
background-color css
<style>
a { background-color: #B5390B; }
a { background-color: rgb(181,57,11); }
div.DivClassName
{
background-color: #B5390B;
}
.BgClassName
{
background-color: #B5390B;
}
</style>
border-color css
<style>
span { border-color: #B5390B; }
span { border-color: rgb(181,57,11); }
td.TdClassName
{
border-color: #B5390B;
}
.TagClassName
{
border-color: #B5390B;
}
</style>