Shades of Rust #B54000
Tints of Rust #B54000
RGB
CMYK
RGB Variations
Color information
#B54000 (or 0xB54000) is known color: Rust. HEX triplet: B5, 40 and 00. RGB value is (181,64,0). Sum of RGB (Red+Green+Blue) = 181+64+0=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B54000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54000 is #4ABFFF. Grayscale: #5C5C5C. Windows color (decimal): -4898816 or 16565. OLE color: 16565.
HSL color Cylindrical-coordinate representation of color #B54000: hue angle of 21.22º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B54000 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.29 |
| HSL | 21.22º | 1% | 0.35% | - |
| HSV(B) | 21.22º | 1% | 0.71% | - |
| XYZ | 20.89 | 13.49 | 1.5 | - |
| YUV | 91.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 0 | 0 | 0.65 | 1 | 0.29 | 21.22 | 1 | 0.35 |
| Hex | B5 | 40 | 0 | 0 | 41 | 64 | 1D | 15 | 64 | 23 |
| Octal | 265 | 100 | 0 | 0 | 101 | 144 | 35 | 25 | 144 | 43 |
| Binary | 10110101 | 1000000 | 0 | 0 | 1000001 | 1100100 | 11101 | 10101 | 1100100 | 100011 |
Color Harmonies of #B54000
Complementary color
Monochromatic Colors of #B54000
Black with #B54000
Text Example
Text Example
White with #B54000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54000; }
p { color: rgb(181,64,0); }
H1.HeaderClassName
{
color: #B54000;
}
.AnyTagClassName
{
color: #B54000;
}
</style>
background-color css
<style>
a { background-color: #B54000; }
a { background-color: rgb(181,64,0); }
div.DivClassName
{
background-color: #B54000;
}
.BgClassName
{
background-color: #B54000;
}
</style>
border-color css
<style>
span { border-color: #B54000; }
span { border-color: rgb(181,64,0); }
td.TdClassName
{
border-color: #B54000;
}
.TagClassName
{
border-color: #B54000;
}
</style>