Shades of Rust #B53515
Tints of Rust #B53515
RGB
CMYK
RGB Variations
Color information
#B53515 (or 0xB53515) is known color: Rust. HEX triplet: B5, 35 and 15. RGB value is (181,53,21). Sum of RGB (Red+Green+Blue) = 181+53+21=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B53515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53515 is #4ACAEA. Grayscale: #575757. Windows color (decimal): -4901611 or 1390005. OLE color: 1390005.
HSL color Cylindrical-coordinate representation of color #B53515: hue angle of 12º degrees, saturation: 0.79, 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 #B53515 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 21 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.29 |
| HSL | 12º | 0.79% | 0.4% | - |
| HSV(B) | 12º | 0.88% | 0.71% | - |
| XYZ | 20.46 | 12.42 | 2.03 | - |
| YUV | 87.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 21 | 0 | 0.71 | 0.88 | 0.29 | 12 | 0.79 | 0.4 |
| Hex | B5 | 35 | 15 | 0 | 47 | 58 | 1D | C | 4F | 28 |
| Octal | 265 | 65 | 25 | 0 | 107 | 130 | 35 | 14 | 117 | 50 |
| Binary | 10110101 | 110101 | 10101 | 0 | 1000111 | 1011000 | 11101 | 1100 | 1001111 | 101000 |
Color Harmonies of #B53515
Complementary color
Monochromatic Colors of #B53515
Black with #B53515
Text Example
Text Example
White with #B53515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53515; }
p { color: rgb(181,53,21); }
H1.HeaderClassName
{
color: #B53515;
}
.AnyTagClassName
{
color: #B53515;
}
</style>
background-color css
<style>
a { background-color: #B53515; }
a { background-color: rgb(181,53,21); }
div.DivClassName
{
background-color: #B53515;
}
.BgClassName
{
background-color: #B53515;
}
</style>
border-color css
<style>
span { border-color: #B53515; }
span { border-color: rgb(181,53,21); }
td.TdClassName
{
border-color: #B53515;
}
.TagClassName
{
border-color: #B53515;
}
</style>