Shades of Rust #B5391B
Tints of Rust #B5391B
RGB
CMYK
RGB Variations
Color information
#B5391B (or 0xB5391B) is known color: Rust. HEX triplet: B5, 39 and 1B. RGB value is (181,57,27). Sum of RGB (Red+Green+Blue) = 181+57+27=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5391B is #4AC6E4. Grayscale: #5A5A5A. Windows color (decimal): -4900581 or 1784245. OLE color: 1784245.
HSL color Cylindrical-coordinate representation of color #B5391B: hue angle of 11.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5391B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.29 |
| HSL | 11.69º | 0.74% | 0.41% | - |
| HSV(B) | 11.69º | 0.85% | 0.71% | - |
| XYZ | 20.72 | 12.83 | 2.42 | - |
| YUV | 90.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 27 | 0 | 0.69 | 0.85 | 0.29 | 11.69 | 0.74 | 0.41 |
| Hex | B5 | 39 | 1B | 0 | 45 | 55 | 1D | C | 4A | 29 |
| Octal | 265 | 71 | 33 | 0 | 105 | 125 | 35 | 14 | 112 | 51 |
| Binary | 10110101 | 111001 | 11011 | 0 | 1000101 | 1010101 | 11101 | 1100 | 1001010 | 101001 |
Color Harmonies of #B5391B
Complementary color
Monochromatic Colors of #B5391B
Black with #B5391B
Text Example
Text Example
White with #B5391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5391B; }
p { color: rgb(181,57,27); }
H1.HeaderClassName
{
color: #B5391B;
}
.AnyTagClassName
{
color: #B5391B;
}
</style>
background-color css
<style>
a { background-color: #B5391B; }
a { background-color: rgb(181,57,27); }
div.DivClassName
{
background-color: #B5391B;
}
.BgClassName
{
background-color: #B5391B;
}
</style>
border-color css
<style>
span { border-color: #B5391B; }
span { border-color: rgb(181,57,27); }
td.TdClassName
{
border-color: #B5391B;
}
.TagClassName
{
border-color: #B5391B;
}
</style>