Shades of Rust #B5390E
Tints of Rust #B5390E
RGB
CMYK
RGB Variations
Color information
#B5390E (or 0xB5390E) is known color: Rust. HEX triplet: B5, 39 and 0E. RGB value is (181,57,14). Sum of RGB (Red+Green+Blue) = 181+57+14=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B5390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5390E is #4AC6F1. Grayscale: #595959. Windows color (decimal): -4900594 or 932277. OLE color: 932277.
HSL color Cylindrical-coordinate representation of color #B5390E: hue angle of 15.45º 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 #B5390E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 14 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.29 |
| HSL | 15.45º | 0.86% | 0.38% | - |
| HSV(B) | 15.45º | 0.92% | 0.71% | - |
| XYZ | 20.6 | 12.78 | 1.8 | - |
| YUV | 89.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 14 | 0 | 0.69 | 0.92 | 0.29 | 15.45 | 0.86 | 0.38 |
| Hex | B5 | 39 | E | 0 | 45 | 5C | 1D | F | 56 | 26 |
| Octal | 265 | 71 | 16 | 0 | 105 | 134 | 35 | 17 | 126 | 46 |
| Binary | 10110101 | 111001 | 1110 | 0 | 1000101 | 1011100 | 11101 | 1111 | 1010110 | 100110 |
Color Harmonies of #B5390E
Complementary color
Monochromatic Colors of #B5390E
Black with #B5390E
Text Example
Text Example
White with #B5390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5390E; }
p { color: rgb(181,57,14); }
H1.HeaderClassName
{
color: #B5390E;
}
.AnyTagClassName
{
color: #B5390E;
}
</style>
background-color css
<style>
a { background-color: #B5390E; }
a { background-color: rgb(181,57,14); }
div.DivClassName
{
background-color: #B5390E;
}
.BgClassName
{
background-color: #B5390E;
}
</style>
border-color css
<style>
span { border-color: #B5390E; }
span { border-color: rgb(181,57,14); }
td.TdClassName
{
border-color: #B5390E;
}
.TagClassName
{
border-color: #B5390E;
}
</style>