Shades of Rust #B53911
Tints of Rust #B53911
RGB
CMYK
RGB Variations
Color information
#B53911 (or 0xB53911) is known color: Rust. HEX triplet: B5, 39 and 11. RGB value is (181,57,17). Sum of RGB (Red+Green+Blue) = 181+57+17=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B53911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53911 is #4AC6EE. Grayscale: #595959. Windows color (decimal): -4900591 or 1128885. OLE color: 1128885.
HSL color Cylindrical-coordinate representation of color #B53911: hue angle of 14.63º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B53911 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.29 |
| HSL | 14.63º | 0.83% | 0.39% | - |
| HSV(B) | 14.63º | 0.91% | 0.71% | - |
| XYZ | 20.62 | 12.79 | 1.91 | - |
| YUV | 89.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 17 | 0 | 0.69 | 0.91 | 0.29 | 14.63 | 0.83 | 0.39 |
| Hex | B5 | 39 | 11 | 0 | 45 | 5B | 1D | F | 53 | 27 |
| Octal | 265 | 71 | 21 | 0 | 105 | 133 | 35 | 17 | 123 | 47 |
| Binary | 10110101 | 111001 | 10001 | 0 | 1000101 | 1011011 | 11101 | 1111 | 1010011 | 100111 |
Color Harmonies of #B53911
Complementary color
Monochromatic Colors of #B53911
Black with #B53911
Text Example
Text Example
White with #B53911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53911; }
p { color: rgb(181,57,17); }
H1.HeaderClassName
{
color: #B53911;
}
.AnyTagClassName
{
color: #B53911;
}
</style>
background-color css
<style>
a { background-color: #B53911; }
a { background-color: rgb(181,57,17); }
div.DivClassName
{
background-color: #B53911;
}
.BgClassName
{
background-color: #B53911;
}
</style>
border-color css
<style>
span { border-color: #B53911; }
span { border-color: rgb(181,57,17); }
td.TdClassName
{
border-color: #B53911;
}
.TagClassName
{
border-color: #B53911;
}
</style>