Shades of Rust #B53517
Tints of Rust #B53517
RGB
CMYK
RGB Variations
Color information
#B53517 (or 0xB53517) is known color: Rust. HEX triplet: B5, 35 and 17. RGB value is (181,53,23). Sum of RGB (Red+Green+Blue) = 181+53+23=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B53517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53517 is #4ACAE8. Grayscale: #585858. Windows color (decimal): -4901609 or 1521077. OLE color: 1521077.
HSL color Cylindrical-coordinate representation of color #B53517: hue angle of 11.39º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B53517 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 23 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.29 |
| HSL | 11.39º | 0.77% | 0.4% | - |
| HSV(B) | 11.39º | 0.87% | 0.71% | - |
| XYZ | 20.48 | 12.43 | 2.13 | - |
| YUV | 87.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 23 | 0 | 0.71 | 0.87 | 0.29 | 11.39 | 0.77 | 0.4 |
| Hex | B5 | 35 | 17 | 0 | 47 | 57 | 1D | B | 4D | 28 |
| Octal | 265 | 65 | 27 | 0 | 107 | 127 | 35 | 13 | 115 | 50 |
| Binary | 10110101 | 110101 | 10111 | 0 | 1000111 | 1010111 | 11101 | 1011 | 1001101 | 101000 |
Color Harmonies of #B53517
Complementary color
Monochromatic Colors of #B53517
Black with #B53517
Text Example
Text Example
White with #B53517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53517; }
p { color: rgb(181,53,23); }
H1.HeaderClassName
{
color: #B53517;
}
.AnyTagClassName
{
color: #B53517;
}
</style>
background-color css
<style>
a { background-color: #B53517; }
a { background-color: rgb(181,53,23); }
div.DivClassName
{
background-color: #B53517;
}
.BgClassName
{
background-color: #B53517;
}
</style>
border-color css
<style>
span { border-color: #B53517; }
span { border-color: rgb(181,53,23); }
td.TdClassName
{
border-color: #B53517;
}
.TagClassName
{
border-color: #B53517;
}
</style>