Shades of Rust #B5580D
Tints of Rust #B5580D
RGB
CMYK
RGB Variations
Color information
#B5580D (or 0xB5580D) is known color: Rust. HEX triplet: B5, 58 and 0D. RGB value is (181,88,13). Sum of RGB (Red+Green+Blue) = 181+88+13=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5580D is #4AA7F2. Grayscale: #6B6B6B. Windows color (decimal): -4892659 or 874677. OLE color: 874677.
HSL color Cylindrical-coordinate representation of color #B5580D: hue angle of 26.79º 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 #B5580D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 13 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.29 |
| HSL | 26.79º | 0.87% | 0.38% | - |
| HSV(B) | 26.79º | 0.93% | 0.71% | - |
| XYZ | 22.62 | 16.83 | 2.44 | - |
| YUV | 107.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 13 | 0 | 0.51 | 0.93 | 0.29 | 26.79 | 0.87 | 0.38 |
| Hex | B5 | 58 | D | 0 | 33 | 5D | 1D | 1B | 57 | 26 |
| Octal | 265 | 130 | 15 | 0 | 63 | 135 | 35 | 33 | 127 | 46 |
| Binary | 10110101 | 1011000 | 1101 | 0 | 110011 | 1011101 | 11101 | 11011 | 1010111 | 100110 |
Color Harmonies of #B5580D
Complementary color
Monochromatic Colors of #B5580D
Black with #B5580D
Text Example
Text Example
White with #B5580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5580D; }
p { color: rgb(181,88,13); }
H1.HeaderClassName
{
color: #B5580D;
}
.AnyTagClassName
{
color: #B5580D;
}
</style>
background-color css
<style>
a { background-color: #B5580D; }
a { background-color: rgb(181,88,13); }
div.DivClassName
{
background-color: #B5580D;
}
.BgClassName
{
background-color: #B5580D;
}
</style>
border-color css
<style>
span { border-color: #B5580D; }
span { border-color: rgb(181,88,13); }
td.TdClassName
{
border-color: #B5580D;
}
.TagClassName
{
border-color: #B5580D;
}
</style>