Shades of Rust #B53616
Tints of Rust #B53616
RGB
CMYK
RGB Variations
Color information
#B53616 (or 0xB53616) is known color: Rust. HEX triplet: B5, 36 and 16. RGB value is (181,54,22). Sum of RGB (Red+Green+Blue) = 181+54+22=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B53616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53616 is #4AC9E9. Grayscale: #585858. Windows color (decimal): -4901354 or 1455797. OLE color: 1455797.
HSL color Cylindrical-coordinate representation of color #B53616: hue angle of 12.08º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B53616 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 22 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.29 |
| HSL | 12.08º | 0.78% | 0.4% | - |
| HSV(B) | 12.08º | 0.88% | 0.71% | - |
| XYZ | 20.52 | 12.52 | 2.09 | - |
| YUV | 88.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 22 | 0 | 0.70 | 0.88 | 0.29 | 12.08 | 0.78 | 0.4 |
| Hex | B5 | 36 | 16 | 0 | 46 | 58 | 1D | C | 4E | 28 |
| Octal | 265 | 66 | 26 | 0 | 106 | 130 | 35 | 14 | 116 | 50 |
| Binary | 10110101 | 110110 | 10110 | 0 | 1000110 | 1011000 | 11101 | 1100 | 1001110 | 101000 |
Color Harmonies of #B53616
Complementary color
Monochromatic Colors of #B53616
Black with #B53616
Text Example
Text Example
White with #B53616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53616; }
p { color: rgb(181,54,22); }
H1.HeaderClassName
{
color: #B53616;
}
.AnyTagClassName
{
color: #B53616;
}
</style>
background-color css
<style>
a { background-color: #B53616; }
a { background-color: rgb(181,54,22); }
div.DivClassName
{
background-color: #B53616;
}
.BgClassName
{
background-color: #B53616;
}
</style>
border-color css
<style>
span { border-color: #B53616; }
span { border-color: rgb(181,54,22); }
td.TdClassName
{
border-color: #B53616;
}
.TagClassName
{
border-color: #B53616;
}
</style>