Shades of Rust #B53415
Tints of Rust #B53415
RGB
CMYK
RGB Variations
Color information
#B53415 (or 0xB53415) is known color: Rust. HEX triplet: B5, 34 and 15. RGB value is (181,52,21). Sum of RGB (Red+Green+Blue) = 181+52+21=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B53415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53415 is #4ACBEA. Grayscale: #575757. Windows color (decimal): -4901867 or 1389749. OLE color: 1389749.
HSL color Cylindrical-coordinate representation of color #B53415: hue angle of 11.62º 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 #B53415 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 21 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.29 |
| HSL | 11.63º | 0.79% | 0.4% | - |
| HSV(B) | 11.63º | 0.88% | 0.71% | - |
| XYZ | 20.42 | 12.33 | 2.01 | - |
| YUV | 87.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 21 | 0 | 0.71 | 0.88 | 0.29 | 11.63 | 0.79 | 0.4 |
| Hex | B5 | 34 | 15 | 0 | 47 | 58 | 1D | C | 4F | 28 |
| Octal | 265 | 64 | 25 | 0 | 107 | 130 | 35 | 14 | 117 | 50 |
| Binary | 10110101 | 110100 | 10101 | 0 | 1000111 | 1011000 | 11101 | 1100 | 1001111 | 101000 |
Color Harmonies of #B53415
Complementary color
Monochromatic Colors of #B53415
Black with #B53415
Text Example
Text Example
White with #B53415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53415; }
p { color: rgb(181,52,21); }
H1.HeaderClassName
{
color: #B53415;
}
.AnyTagClassName
{
color: #B53415;
}
</style>
background-color css
<style>
a { background-color: #B53415; }
a { background-color: rgb(181,52,21); }
div.DivClassName
{
background-color: #B53415;
}
.BgClassName
{
background-color: #B53415;
}
</style>
border-color css
<style>
span { border-color: #B53415; }
span { border-color: rgb(181,52,21); }
td.TdClassName
{
border-color: #B53415;
}
.TagClassName
{
border-color: #B53415;
}
</style>