Shades of Rust #B54005
Tints of Rust #B54005
RGB
CMYK
RGB Variations
Color information
#B54005 (or 0xB54005) is known color: Rust. HEX triplet: B5, 40 and 05. RGB value is (181,64,5). Sum of RGB (Red+Green+Blue) = 181+64+5=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B54005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54005 is #4ABFFA. Grayscale: #5C5C5C. Windows color (decimal): -4898811 or 344245. OLE color: 344245.
HSL color Cylindrical-coordinate representation of color #B54005: hue angle of 20.11º 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 #B54005 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.29 |
| HSL | 20.11º | 0.95% | 0.36% | - |
| HSV(B) | 20.11º | 0.97% | 0.71% | - |
| XYZ | 20.92 | 13.5 | 1.65 | - |
| YUV | 92.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 5 | 0 | 0.65 | 0.97 | 0.29 | 20.11 | 0.95 | 0.36 |
| Hex | B5 | 40 | 5 | 0 | 41 | 61 | 1D | 14 | 5F | 24 |
| Octal | 265 | 100 | 5 | 0 | 101 | 141 | 35 | 24 | 137 | 44 |
| Binary | 10110101 | 1000000 | 101 | 0 | 1000001 | 1100001 | 11101 | 10100 | 1011111 | 100100 |
Color Harmonies of #B54005
Complementary color
Monochromatic Colors of #B54005
Black with #B54005
Text Example
Text Example
White with #B54005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54005; }
p { color: rgb(181,64,5); }
H1.HeaderClassName
{
color: #B54005;
}
.AnyTagClassName
{
color: #B54005;
}
</style>
background-color css
<style>
a { background-color: #B54005; }
a { background-color: rgb(181,64,5); }
div.DivClassName
{
background-color: #B54005;
}
.BgClassName
{
background-color: #B54005;
}
</style>
border-color css
<style>
span { border-color: #B54005; }
span { border-color: rgb(181,64,5); }
td.TdClassName
{
border-color: #B54005;
}
.TagClassName
{
border-color: #B54005;
}
</style>