Shades of Rust #B5361E
Tints of Rust #B5361E
RGB
CMYK
RGB Variations
Color information
#B5361E (or 0xB5361E) is known color: Rust. HEX triplet: B5, 36 and 1E. RGB value is (181,54,30). Sum of RGB (Red+Green+Blue) = 181+54+30=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5361E is #4AC9E1. Grayscale: #595959. Windows color (decimal): -4901346 or 1980085. OLE color: 1980085.
HSL color Cylindrical-coordinate representation of color #B5361E: hue angle of 9.54º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5361E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 30 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.29 |
| HSL | 9.54º | 0.72% | 0.41% | - |
| HSV(B) | 9.54º | 0.83% | 0.71% | - |
| XYZ | 20.61 | 12.56 | 2.57 | - |
| YUV | 89.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 30 | 0 | 0.70 | 0.83 | 0.29 | 9.54 | 0.72 | 0.41 |
| Hex | B5 | 36 | 1E | 0 | 46 | 53 | 1D | A | 48 | 29 |
| Octal | 265 | 66 | 36 | 0 | 106 | 123 | 35 | 12 | 110 | 51 |
| Binary | 10110101 | 110110 | 11110 | 0 | 1000110 | 1010011 | 11101 | 1010 | 1001000 | 101001 |
Color Harmonies of #B5361E
Complementary color
Monochromatic Colors of #B5361E
Black with #B5361E
Text Example
Text Example
White with #B5361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5361E; }
p { color: rgb(181,54,30); }
H1.HeaderClassName
{
color: #B5361E;
}
.AnyTagClassName
{
color: #B5361E;
}
</style>
background-color css
<style>
a { background-color: #B5361E; }
a { background-color: rgb(181,54,30); }
div.DivClassName
{
background-color: #B5361E;
}
.BgClassName
{
background-color: #B5361E;
}
</style>
border-color css
<style>
span { border-color: #B5361E; }
span { border-color: rgb(181,54,30); }
td.TdClassName
{
border-color: #B5361E;
}
.TagClassName
{
border-color: #B5361E;
}
</style>