Shades of Rust #B5411D
Tints of Rust #B5411D
RGB
CMYK
RGB Variations
Color information
#B5411D (or 0xB5411D) is known color: Rust. HEX triplet: B5, 41 and 1D. RGB value is (181,65,29). Sum of RGB (Red+Green+Blue) = 181+65+29=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5411D is #4ABEE2. Grayscale: #5F5F5F. Windows color (decimal): -4898531 or 1917365. OLE color: 1917365.
HSL color Cylindrical-coordinate representation of color #B5411D: hue angle of 14.21º 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 #B5411D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 29 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.29 |
| HSL | 14.21º | 0.72% | 0.41% | - |
| HSV(B) | 14.21º | 0.84% | 0.71% | - |
| XYZ | 21.17 | 13.69 | 2.69 | - |
| YUV | 95.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 29 | 0 | 0.64 | 0.84 | 0.29 | 14.21 | 0.72 | 0.41 |
| Hex | B5 | 41 | 1D | 0 | 40 | 54 | 1D | E | 48 | 29 |
| Octal | 265 | 101 | 35 | 0 | 100 | 124 | 35 | 16 | 110 | 51 |
| Binary | 10110101 | 1000001 | 11101 | 0 | 1000000 | 1010100 | 11101 | 1110 | 1001000 | 101001 |
Color Harmonies of #B5411D
Complementary color
Monochromatic Colors of #B5411D
Black with #B5411D
Text Example
Text Example
White with #B5411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5411D; }
p { color: rgb(181,65,29); }
H1.HeaderClassName
{
color: #B5411D;
}
.AnyTagClassName
{
color: #B5411D;
}
</style>
background-color css
<style>
a { background-color: #B5411D; }
a { background-color: rgb(181,65,29); }
div.DivClassName
{
background-color: #B5411D;
}
.BgClassName
{
background-color: #B5411D;
}
</style>
border-color css
<style>
span { border-color: #B5411D; }
span { border-color: rgb(181,65,29); }
td.TdClassName
{
border-color: #B5411D;
}
.TagClassName
{
border-color: #B5411D;
}
</style>