Shades of Rust #B54511
Tints of Rust #B54511
RGB
CMYK
RGB Variations
Color information
#B54511 (or 0xB54511) is known color: Rust. HEX triplet: B5, 45 and 11. RGB value is (181,69,17). Sum of RGB (Red+Green+Blue) = 181+69+17=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B54511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54511 is #4ABAEE. Grayscale: #606060. Windows color (decimal): -4897519 or 1131957. OLE color: 1131957.
HSL color Cylindrical-coordinate representation of color #B54511: hue angle of 19.02º 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 #B54511 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 17 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.29 |
| HSL | 19.02º | 0.83% | 0.39% | - |
| HSV(B) | 19.02º | 0.91% | 0.71% | - |
| XYZ | 21.29 | 14.12 | 2.13 | - |
| YUV | 96.56 | 83.11 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 17 | 0 | 0.62 | 0.91 | 0.29 | 19.02 | 0.83 | 0.39 |
| Hex | B5 | 45 | 11 | 0 | 3E | 5B | 1D | 13 | 53 | 27 |
| Octal | 265 | 105 | 21 | 0 | 76 | 133 | 35 | 23 | 123 | 47 |
| Binary | 10110101 | 1000101 | 10001 | 0 | 111110 | 1011011 | 11101 | 10011 | 1010011 | 100111 |
Color Harmonies of #B54511
Complementary color
Monochromatic Colors of #B54511
Black with #B54511
Text Example
Text Example
White with #B54511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54511; }
p { color: rgb(181,69,17); }
H1.HeaderClassName
{
color: #B54511;
}
.AnyTagClassName
{
color: #B54511;
}
</style>
background-color css
<style>
a { background-color: #B54511; }
a { background-color: rgb(181,69,17); }
div.DivClassName
{
background-color: #B54511;
}
.BgClassName
{
background-color: #B54511;
}
</style>
border-color css
<style>
span { border-color: #B54511; }
span { border-color: rgb(181,69,17); }
td.TdClassName
{
border-color: #B54511;
}
.TagClassName
{
border-color: #B54511;
}
</style>