Shades of Rust #B5390D
Tints of Rust #B5390D
RGB
CMYK
RGB Variations
Color information
#B5390D (or 0xB5390D) is known color: Rust. HEX triplet: B5, 39 and 0D. RGB value is (181,57,13). Sum of RGB (Red+Green+Blue) = 181+57+13=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B5390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5390D is #4AC6F2. Grayscale: #595959. Windows color (decimal): -4900595 or 866741. OLE color: 866741.
HSL color Cylindrical-coordinate representation of color #B5390D: hue angle of 15.71º 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 #B5390D is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 13 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.29 |
| HSL | 15.71º | 0.87% | 0.38% | - |
| HSV(B) | 15.71º | 0.93% | 0.71% | - |
| XYZ | 20.59 | 12.78 | 1.76 | - |
| YUV | 89.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 13 | 0 | 0.69 | 0.93 | 0.29 | 15.71 | 0.87 | 0.38 |
| Hex | B5 | 39 | D | 0 | 45 | 5D | 1D | 10 | 57 | 26 |
| Octal | 265 | 71 | 15 | 0 | 105 | 135 | 35 | 20 | 127 | 46 |
| Binary | 10110101 | 111001 | 1101 | 0 | 1000101 | 1011101 | 11101 | 10000 | 1010111 | 100110 |
Color Harmonies of #B5390D
Complementary color
Monochromatic Colors of #B5390D
Black with #B5390D
Text Example
Text Example
White with #B5390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5390D; }
p { color: rgb(181,57,13); }
H1.HeaderClassName
{
color: #B5390D;
}
.AnyTagClassName
{
color: #B5390D;
}
</style>
background-color css
<style>
a { background-color: #B5390D; }
a { background-color: rgb(181,57,13); }
div.DivClassName
{
background-color: #B5390D;
}
.BgClassName
{
background-color: #B5390D;
}
</style>
border-color css
<style>
span { border-color: #B5390D; }
span { border-color: rgb(181,57,13); }
td.TdClassName
{
border-color: #B5390D;
}
.TagClassName
{
border-color: #B5390D;
}
</style>