Shades of Rust #B5521A
Tints of Rust #B5521A
RGB
CMYK
RGB Variations
Color information
#B5521A (or 0xB5521A) is known color: Rust. HEX triplet: B5, 52 and 1A. RGB value is (181,82,26). Sum of RGB (Red+Green+Blue) = 181+82+26=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B5521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5521A is #4AADE5. Grayscale: #696969. Windows color (decimal): -4894182 or 1725109. OLE color: 1725109.
HSL color Cylindrical-coordinate representation of color #B5521A: hue angle of 21.68º 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 #B5521A is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 26 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.29 |
| HSL | 21.68º | 0.75% | 0.41% | - |
| HSV(B) | 21.68º | 0.86% | 0.71% | - |
| XYZ | 22.26 | 15.93 | 2.88 | - |
| YUV | 105.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 26 | 0 | 0.55 | 0.86 | 0.29 | 21.68 | 0.75 | 0.41 |
| Hex | B5 | 52 | 1A | 0 | 37 | 56 | 1D | 16 | 4B | 29 |
| Octal | 265 | 122 | 32 | 0 | 67 | 126 | 35 | 26 | 113 | 51 |
| Binary | 10110101 | 1010010 | 11010 | 0 | 110111 | 1010110 | 11101 | 10110 | 1001011 | 101001 |
Color Harmonies of #B5521A
Complementary color
Monochromatic Colors of #B5521A
Black with #B5521A
Text Example
Text Example
White with #B5521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5521A; }
p { color: rgb(181,82,26); }
H1.HeaderClassName
{
color: #B5521A;
}
.AnyTagClassName
{
color: #B5521A;
}
</style>
background-color css
<style>
a { background-color: #B5521A; }
a { background-color: rgb(181,82,26); }
div.DivClassName
{
background-color: #B5521A;
}
.BgClassName
{
background-color: #B5521A;
}
</style>
border-color css
<style>
span { border-color: #B5521A; }
span { border-color: rgb(181,82,26); }
td.TdClassName
{
border-color: #B5521A;
}
.TagClassName
{
border-color: #B5521A;
}
</style>