Shades of Rust #B54100
Tints of Rust #B54100
RGB
CMYK
RGB Variations
Color information
#B54100 (or 0xB54100) is known color: Rust. HEX triplet: B5, 41 and 00. RGB value is (181,65,0). Sum of RGB (Red+Green+Blue) = 181+65+0=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B54100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54100 is #4ABEFF. Grayscale: #5C5C5C. Windows color (decimal): -4898560 or 16821. OLE color: 16821.
HSL color Cylindrical-coordinate representation of color #B54100: hue angle of 21.55º 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 #B54100 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.29 |
| HSL | 21.55º | 1% | 0.35% | - |
| HSV(B) | 21.55º | 1% | 0.71% | - |
| XYZ | 20.95 | 13.6 | 1.52 | - |
| YUV | 92.27 | 75.93 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 0 | 0 | 0.64 | 1 | 0.29 | 21.55 | 1 | 0.35 |
| Hex | B5 | 41 | 0 | 0 | 40 | 64 | 1D | 16 | 64 | 23 |
| Octal | 265 | 101 | 0 | 0 | 100 | 144 | 35 | 26 | 144 | 43 |
| Binary | 10110101 | 1000001 | 0 | 0 | 1000000 | 1100100 | 11101 | 10110 | 1100100 | 100011 |
Color Harmonies of #B54100
Complementary color
Monochromatic Colors of #B54100
Black with #B54100
Text Example
Text Example
White with #B54100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54100; }
p { color: rgb(181,65,0); }
H1.HeaderClassName
{
color: #B54100;
}
.AnyTagClassName
{
color: #B54100;
}
</style>
background-color css
<style>
a { background-color: #B54100; }
a { background-color: rgb(181,65,0); }
div.DivClassName
{
background-color: #B54100;
}
.BgClassName
{
background-color: #B54100;
}
</style>
border-color css
<style>
span { border-color: #B54100; }
span { border-color: rgb(181,65,0); }
td.TdClassName
{
border-color: #B54100;
}
.TagClassName
{
border-color: #B54100;
}
</style>