Shades of Rust #B5540D
Tints of Rust #B5540D
RGB
CMYK
RGB Variations
Color information
#B5540D (or 0xB5540D) is known color: Rust. HEX triplet: B5, 54 and 0D. RGB value is (181,84,13). Sum of RGB (Red+Green+Blue) = 181+84+13=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5540D is #4AABF2. Grayscale: #696969. Windows color (decimal): -4893683 or 873653. OLE color: 873653.
HSL color Cylindrical-coordinate representation of color #B5540D: hue angle of 25.36º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5540D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 13 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.29 |
| HSL | 25.36º | 0.87% | 0.38% | - |
| HSV(B) | 25.36º | 0.93% | 0.71% | - |
| XYZ | 22.3 | 16.19 | 2.33 | - |
| YUV | 104.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 13 | 0 | 0.54 | 0.93 | 0.29 | 25.36 | 0.87 | 0.38 |
| Hex | B5 | 54 | D | 0 | 36 | 5D | 1D | 19 | 57 | 26 |
| Octal | 265 | 124 | 15 | 0 | 66 | 135 | 35 | 31 | 127 | 46 |
| Binary | 10110101 | 1010100 | 1101 | 0 | 110110 | 1011101 | 11101 | 11001 | 1010111 | 100110 |
Color Harmonies of #B5540D
Complementary color
Monochromatic Colors of #B5540D
Black with #B5540D
Text Example
Text Example
White with #B5540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5540D; }
p { color: rgb(181,84,13); }
H1.HeaderClassName
{
color: #B5540D;
}
.AnyTagClassName
{
color: #B5540D;
}
</style>
background-color css
<style>
a { background-color: #B5540D; }
a { background-color: rgb(181,84,13); }
div.DivClassName
{
background-color: #B5540D;
}
.BgClassName
{
background-color: #B5540D;
}
</style>
border-color css
<style>
span { border-color: #B5540D; }
span { border-color: rgb(181,84,13); }
td.TdClassName
{
border-color: #B5540D;
}
.TagClassName
{
border-color: #B5540D;
}
</style>