Shades of Rust #B54800
Tints of Rust #B54800
RGB
CMYK
RGB Variations
Color information
#B54800 (or 0xB54800) is known color: Rust. HEX triplet: B5, 48 and 00. RGB value is (181,72,0). Sum of RGB (Red+Green+Blue) = 181+72+0=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B54800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54800 is #4AB7FF. Grayscale: #606060. Windows color (decimal): -4896768 or 18613. OLE color: 18613.
HSL color Cylindrical-coordinate representation of color #B54800: hue angle of 23.87º 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 #B54800 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.29 |
| HSL | 23.87º | 1% | 0.35% | - |
| HSV(B) | 23.87º | 1% | 0.71% | - |
| XYZ | 21.37 | 14.46 | 1.66 | - |
| YUV | 96.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 0 | 0 | 0.60 | 1 | 0.29 | 23.87 | 1 | 0.35 |
| Hex | B5 | 48 | 0 | 0 | 3C | 64 | 1D | 18 | 64 | 23 |
| Octal | 265 | 110 | 0 | 0 | 74 | 144 | 35 | 30 | 144 | 43 |
| Binary | 10110101 | 1001000 | 0 | 0 | 111100 | 1100100 | 11101 | 11000 | 1100100 | 100011 |
Color Harmonies of #B54800
Complementary color
Monochromatic Colors of #B54800
Black with #B54800
Text Example
Text Example
White with #B54800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54800; }
p { color: rgb(181,72,0); }
H1.HeaderClassName
{
color: #B54800;
}
.AnyTagClassName
{
color: #B54800;
}
</style>
background-color css
<style>
a { background-color: #B54800; }
a { background-color: rgb(181,72,0); }
div.DivClassName
{
background-color: #B54800;
}
.BgClassName
{
background-color: #B54800;
}
</style>
border-color css
<style>
span { border-color: #B54800; }
span { border-color: rgb(181,72,0); }
td.TdClassName
{
border-color: #B54800;
}
.TagClassName
{
border-color: #B54800;
}
</style>