Shades of Rust #B5501A
Tints of Rust #B5501A
RGB
CMYK
RGB Variations
Color information
#B5501A (or 0xB5501A) is known color: Rust. HEX triplet: B5, 50 and 1A. RGB value is (181,80,26). Sum of RGB (Red+Green+Blue) = 181+80+26=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B5501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5501A is #4AAFE5. Grayscale: #686868. Windows color (decimal): -4894694 or 1724597. OLE color: 1724597.
HSL color Cylindrical-coordinate representation of color #B5501A: hue angle of 20.9º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5501A is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 26 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.29 |
| HSL | 20.9º | 0.75% | 0.41% | - |
| HSV(B) | 20.9º | 0.86% | 0.71% | - |
| XYZ | 22.11 | 15.64 | 2.83 | - |
| YUV | 104.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 26 | 0 | 0.56 | 0.86 | 0.29 | 20.9 | 0.75 | 0.41 |
| Hex | B5 | 50 | 1A | 0 | 38 | 56 | 1D | 15 | 4B | 29 |
| Octal | 265 | 120 | 32 | 0 | 70 | 126 | 35 | 25 | 113 | 51 |
| Binary | 10110101 | 1010000 | 11010 | 0 | 111000 | 1010110 | 11101 | 10101 | 1001011 | 101001 |
Color Harmonies of #B5501A
Complementary color
Monochromatic Colors of #B5501A
Black with #B5501A
Text Example
Text Example
White with #B5501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5501A; }
p { color: rgb(181,80,26); }
H1.HeaderClassName
{
color: #B5501A;
}
.AnyTagClassName
{
color: #B5501A;
}
</style>
background-color css
<style>
a { background-color: #B5501A; }
a { background-color: rgb(181,80,26); }
div.DivClassName
{
background-color: #B5501A;
}
.BgClassName
{
background-color: #B5501A;
}
</style>
border-color css
<style>
span { border-color: #B5501A; }
span { border-color: rgb(181,80,26); }
td.TdClassName
{
border-color: #B5501A;
}
.TagClassName
{
border-color: #B5501A;
}
</style>