Shades of Rust #B53920
Tints of Rust #B53920
RGB
CMYK
RGB Variations
Color information
#B53920 (or 0xB53920) is known color: Rust. HEX triplet: B5, 39 and 20. RGB value is (181,57,32). Sum of RGB (Red+Green+Blue) = 181+57+32=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B53920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53920 is #4AC6DF. Grayscale: #5B5B5B. Windows color (decimal): -4900576 or 2111925. OLE color: 2111925.
HSL color Cylindrical-coordinate representation of color #B53920: hue angle of 10.07º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B53920 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 32 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.29 |
| HSL | 10.07º | 0.7% | 0.42% | - |
| HSV(B) | 10.07º | 0.82% | 0.71% | - |
| XYZ | 20.78 | 12.85 | 2.75 | - |
| YUV | 91.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 32 | 0 | 0.69 | 0.82 | 0.29 | 10.07 | 0.7 | 0.42 |
| Hex | B5 | 39 | 20 | 0 | 45 | 52 | 1D | A | 46 | 2A |
| Octal | 265 | 71 | 40 | 0 | 105 | 122 | 35 | 12 | 106 | 52 |
| Binary | 10110101 | 111001 | 100000 | 0 | 1000101 | 1010010 | 11101 | 1010 | 1000110 | 101010 |
Color Harmonies of #B53920
Complementary color
Monochromatic Colors of #B53920
Black with #B53920
Text Example
Text Example
White with #B53920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53920; }
p { color: rgb(181,57,32); }
H1.HeaderClassName
{
color: #B53920;
}
.AnyTagClassName
{
color: #B53920;
}
</style>
background-color css
<style>
a { background-color: #B53920; }
a { background-color: rgb(181,57,32); }
div.DivClassName
{
background-color: #B53920;
}
.BgClassName
{
background-color: #B53920;
}
</style>
border-color css
<style>
span { border-color: #B53920; }
span { border-color: rgb(181,57,32); }
td.TdClassName
{
border-color: #B53920;
}
.TagClassName
{
border-color: #B53920;
}
</style>