Shades of Rust #B53215
Tints of Rust #B53215
RGB
CMYK
RGB Variations
Color information
#B53215 (or 0xB53215) is known color: Rust. HEX triplet: B5, 32 and 15. RGB value is (181,50,21). Sum of RGB (Red+Green+Blue) = 181+50+21=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B53215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53215 is #4ACDEA. Grayscale: #565656. Windows color (decimal): -4902379 or 1389237. OLE color: 1389237.
HSL color Cylindrical-coordinate representation of color #B53215: hue angle of 10.88º 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 #B53215 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 21 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.29 |
| HSL | 10.88º | 0.79% | 0.4% | - |
| HSV(B) | 10.88º | 0.88% | 0.71% | - |
| XYZ | 20.33 | 12.16 | 1.98 | - |
| YUV | 85.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 21 | 0 | 0.72 | 0.88 | 0.29 | 10.88 | 0.79 | 0.4 |
| Hex | B5 | 32 | 15 | 0 | 48 | 58 | 1D | B | 4F | 28 |
| Octal | 265 | 62 | 25 | 0 | 110 | 130 | 35 | 13 | 117 | 50 |
| Binary | 10110101 | 110010 | 10101 | 0 | 1001000 | 1011000 | 11101 | 1011 | 1001111 | 101000 |
Color Harmonies of #B53215
Complementary color
Monochromatic Colors of #B53215
Black with #B53215
Text Example
Text Example
White with #B53215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53215; }
p { color: rgb(181,50,21); }
H1.HeaderClassName
{
color: #B53215;
}
.AnyTagClassName
{
color: #B53215;
}
</style>
background-color css
<style>
a { background-color: #B53215; }
a { background-color: rgb(181,50,21); }
div.DivClassName
{
background-color: #B53215;
}
.BgClassName
{
background-color: #B53215;
}
</style>
border-color css
<style>
span { border-color: #B53215; }
span { border-color: rgb(181,50,21); }
td.TdClassName
{
border-color: #B53215;
}
.TagClassName
{
border-color: #B53215;
}
</style>