Shades of Rust #B54405
Tints of Rust #B54405
RGB
CMYK
RGB Variations
Color information
#B54405 (or 0xB54405) is known color: Rust. HEX triplet: B5, 44 and 05. RGB value is (181,68,5). Sum of RGB (Red+Green+Blue) = 181+68+5=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B54405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54405 is #4ABBFA. Grayscale: #5E5E5E. Windows color (decimal): -4897787 or 345269. OLE color: 345269.
HSL color Cylindrical-coordinate representation of color #B54405: hue angle of 21.48º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B54405 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.29 |
| HSL | 21.48º | 0.95% | 0.36% | - |
| HSV(B) | 21.48º | 0.97% | 0.71% | - |
| XYZ | 21.15 | 13.97 | 1.73 | - |
| YUV | 94.61 | 77.44 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 5 | 0 | 0.62 | 0.97 | 0.29 | 21.48 | 0.95 | 0.36 |
| Hex | B5 | 44 | 5 | 0 | 3E | 61 | 1D | 15 | 5F | 24 |
| Octal | 265 | 104 | 5 | 0 | 76 | 141 | 35 | 25 | 137 | 44 |
| Binary | 10110101 | 1000100 | 101 | 0 | 111110 | 1100001 | 11101 | 10101 | 1011111 | 100100 |
Color Harmonies of #B54405
Complementary color
Monochromatic Colors of #B54405
Black with #B54405
Text Example
Text Example
White with #B54405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54405; }
p { color: rgb(181,68,5); }
H1.HeaderClassName
{
color: #B54405;
}
.AnyTagClassName
{
color: #B54405;
}
</style>
background-color css
<style>
a { background-color: #B54405; }
a { background-color: rgb(181,68,5); }
div.DivClassName
{
background-color: #B54405;
}
.BgClassName
{
background-color: #B54405;
}
</style>
border-color css
<style>
span { border-color: #B54405; }
span { border-color: rgb(181,68,5); }
td.TdClassName
{
border-color: #B54405;
}
.TagClassName
{
border-color: #B54405;
}
</style>