Shades of Rust #B5500D
Tints of Rust #B5500D
RGB
CMYK
RGB Variations
Color information
#B5500D (or 0xB5500D) is known color: Rust. HEX triplet: B5, 50 and 0D. RGB value is (181,80,13). Sum of RGB (Red+Green+Blue) = 181+80+13=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5500D is #4AAFF2. Grayscale: #666666. Windows color (decimal): -4894707 or 872629. OLE color: 872629.
HSL color Cylindrical-coordinate representation of color #B5500D: hue angle of 23.93º 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 #B5500D is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 13 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.29 |
| HSL | 23.93º | 0.87% | 0.38% | - |
| HSV(B) | 23.93º | 0.93% | 0.71% | - |
| XYZ | 22 | 15.59 | 2.23 | - |
| YUV | 102.56 | 77.46 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 13 | 0 | 0.56 | 0.93 | 0.29 | 23.93 | 0.87 | 0.38 |
| Hex | B5 | 50 | D | 0 | 38 | 5D | 1D | 18 | 57 | 26 |
| Octal | 265 | 120 | 15 | 0 | 70 | 135 | 35 | 30 | 127 | 46 |
| Binary | 10110101 | 1010000 | 1101 | 0 | 111000 | 1011101 | 11101 | 11000 | 1010111 | 100110 |
Color Harmonies of #B5500D
Complementary color
Monochromatic Colors of #B5500D
Black with #B5500D
Text Example
Text Example
White with #B5500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5500D; }
p { color: rgb(181,80,13); }
H1.HeaderClassName
{
color: #B5500D;
}
.AnyTagClassName
{
color: #B5500D;
}
</style>
background-color css
<style>
a { background-color: #B5500D; }
a { background-color: rgb(181,80,13); }
div.DivClassName
{
background-color: #B5500D;
}
.BgClassName
{
background-color: #B5500D;
}
</style>
border-color css
<style>
span { border-color: #B5500D; }
span { border-color: rgb(181,80,13); }
td.TdClassName
{
border-color: #B5500D;
}
.TagClassName
{
border-color: #B5500D;
}
</style>