Shades of Rust #B5411C
Tints of Rust #B5411C
RGB
CMYK
RGB Variations
Color information
#B5411C (or 0xB5411C) is known color: Rust. HEX triplet: B5, 41 and 1C. RGB value is (181,65,28). Sum of RGB (Red+Green+Blue) = 181+65+28=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5411C is #4ABEE3. Grayscale: #5F5F5F. Windows color (decimal): -4898532 or 1851829. OLE color: 1851829.
HSL color Cylindrical-coordinate representation of color #B5411C: hue angle of 14.51º degrees, saturation: 0.73, 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 #B5411C is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 28 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.29 |
| HSL | 14.51º | 0.73% | 0.41% | - |
| HSV(B) | 14.51º | 0.85% | 0.71% | - |
| XYZ | 21.16 | 13.69 | 2.63 | - |
| YUV | 95.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 28 | 0 | 0.64 | 0.85 | 0.29 | 14.51 | 0.73 | 0.41 |
| Hex | B5 | 41 | 1C | 0 | 40 | 55 | 1D | F | 49 | 29 |
| Octal | 265 | 101 | 34 | 0 | 100 | 125 | 35 | 17 | 111 | 51 |
| Binary | 10110101 | 1000001 | 11100 | 0 | 1000000 | 1010101 | 11101 | 1111 | 1001001 | 101001 |
Color Harmonies of #B5411C
Complementary color
Monochromatic Colors of #B5411C
Black with #B5411C
Text Example
Text Example
White with #B5411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5411C; }
p { color: rgb(181,65,28); }
H1.HeaderClassName
{
color: #B5411C;
}
.AnyTagClassName
{
color: #B5411C;
}
</style>
background-color css
<style>
a { background-color: #B5411C; }
a { background-color: rgb(181,65,28); }
div.DivClassName
{
background-color: #B5411C;
}
.BgClassName
{
background-color: #B5411C;
}
</style>
border-color css
<style>
span { border-color: #B5411C; }
span { border-color: rgb(181,65,28); }
td.TdClassName
{
border-color: #B5411C;
}
.TagClassName
{
border-color: #B5411C;
}
</style>