Shades of Rust #B54400
Tints of Rust #B54400
RGB
CMYK
RGB Variations
Color information
#B54400 (or 0xB54400) is known color: Rust. HEX triplet: B5, 44 and 00. RGB value is (181,68,0). Sum of RGB (Red+Green+Blue) = 181+68+0=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B54400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54400 is #4ABBFF. Grayscale: #5E5E5E. Windows color (decimal): -4897792 or 17589. OLE color: 17589.
HSL color Cylindrical-coordinate representation of color #B54400: hue angle of 22.54º 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 #B54400 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.29 |
| HSL | 22.54º | 1% | 0.35% | - |
| HSV(B) | 22.54º | 1% | 0.71% | - |
| XYZ | 21.12 | 13.96 | 1.58 | - |
| YUV | 94.04 | 74.94 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 0 | 0 | 0.62 | 1 | 0.29 | 22.54 | 1 | 0.35 |
| Hex | B5 | 44 | 0 | 0 | 3E | 64 | 1D | 17 | 64 | 23 |
| Octal | 265 | 104 | 0 | 0 | 76 | 144 | 35 | 27 | 144 | 43 |
| Binary | 10110101 | 1000100 | 0 | 0 | 111110 | 1100100 | 11101 | 10111 | 1100100 | 100011 |
Color Harmonies of #B54400
Complementary color
Monochromatic Colors of #B54400
Black with #B54400
Text Example
Text Example
White with #B54400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54400; }
p { color: rgb(181,68,0); }
H1.HeaderClassName
{
color: #B54400;
}
.AnyTagClassName
{
color: #B54400;
}
</style>
background-color css
<style>
a { background-color: #B54400; }
a { background-color: rgb(181,68,0); }
div.DivClassName
{
background-color: #B54400;
}
.BgClassName
{
background-color: #B54400;
}
</style>
border-color css
<style>
span { border-color: #B54400; }
span { border-color: rgb(181,68,0); }
td.TdClassName
{
border-color: #B54400;
}
.TagClassName
{
border-color: #B54400;
}
</style>