Shades of Rust #B5390A
Tints of Rust #B5390A
RGB
CMYK
RGB Variations
Color information
#B5390A (or 0xB5390A) is known color: Rust. HEX triplet: B5, 39 and 0A. RGB value is (181,57,10). Sum of RGB (Red+Green+Blue) = 181+57+10=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5390A is #4AC6F5. Grayscale: #595959. Windows color (decimal): -4900598 or 670133. OLE color: 670133.
HSL color Cylindrical-coordinate representation of color #B5390A: hue angle of 16.49º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5390A is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 10 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.29 |
| HSL | 16.49º | 0.9% | 0.37% | - |
| HSV(B) | 16.49º | 0.94% | 0.71% | - |
| XYZ | 20.57 | 12.77 | 1.67 | - |
| YUV | 88.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 10 | 0 | 0.69 | 0.94 | 0.29 | 16.49 | 0.9 | 0.37 |
| Hex | B5 | 39 | A | 0 | 45 | 5E | 1D | 10 | 5A | 25 |
| Octal | 265 | 71 | 12 | 0 | 105 | 136 | 35 | 20 | 132 | 45 |
| Binary | 10110101 | 111001 | 1010 | 0 | 1000101 | 1011110 | 11101 | 10000 | 1011010 | 100101 |
Color Harmonies of #B5390A
Complementary color
Monochromatic Colors of #B5390A
Black with #B5390A
Text Example
Text Example
White with #B5390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5390A; }
p { color: rgb(181,57,10); }
H1.HeaderClassName
{
color: #B5390A;
}
.AnyTagClassName
{
color: #B5390A;
}
</style>
background-color css
<style>
a { background-color: #B5390A; }
a { background-color: rgb(181,57,10); }
div.DivClassName
{
background-color: #B5390A;
}
.BgClassName
{
background-color: #B5390A;
}
</style>
border-color css
<style>
span { border-color: #B5390A; }
span { border-color: rgb(181,57,10); }
td.TdClassName
{
border-color: #B5390A;
}
.TagClassName
{
border-color: #B5390A;
}
</style>