Shades of Rust #B5361D
Tints of Rust #B5361D
RGB
CMYK
RGB Variations
Color information
#B5361D (or 0xB5361D) is known color: Rust. HEX triplet: B5, 36 and 1D. RGB value is (181,54,29). Sum of RGB (Red+Green+Blue) = 181+54+29=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5361D is #4AC9E2. Grayscale: #595959. Windows color (decimal): -4901347 or 1914549. OLE color: 1914549.
HSL color Cylindrical-coordinate representation of color #B5361D: hue angle of 9.87º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5361D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 29 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.29 |
| HSL | 9.87º | 0.72% | 0.41% | - |
| HSV(B) | 9.87º | 0.84% | 0.71% | - |
| XYZ | 20.6 | 12.55 | 2.5 | - |
| YUV | 89.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 29 | 0 | 0.70 | 0.84 | 0.29 | 9.87 | 0.72 | 0.41 |
| Hex | B5 | 36 | 1D | 0 | 46 | 54 | 1D | A | 48 | 29 |
| Octal | 265 | 66 | 35 | 0 | 106 | 124 | 35 | 12 | 110 | 51 |
| Binary | 10110101 | 110110 | 11101 | 0 | 1000110 | 1010100 | 11101 | 1010 | 1001000 | 101001 |
Color Harmonies of #B5361D
Complementary color
Monochromatic Colors of #B5361D
Black with #B5361D
Text Example
Text Example
White with #B5361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5361D; }
p { color: rgb(181,54,29); }
H1.HeaderClassName
{
color: #B5361D;
}
.AnyTagClassName
{
color: #B5361D;
}
</style>
background-color css
<style>
a { background-color: #B5361D; }
a { background-color: rgb(181,54,29); }
div.DivClassName
{
background-color: #B5361D;
}
.BgClassName
{
background-color: #B5361D;
}
</style>
border-color css
<style>
span { border-color: #B5361D; }
span { border-color: rgb(181,54,29); }
td.TdClassName
{
border-color: #B5361D;
}
.TagClassName
{
border-color: #B5361D;
}
</style>