Shades of Rust #B54A00
Tints of Rust #B54A00
RGB
CMYK
RGB Variations
Color information
#B54A00 (or 0xB54A00) is known color: Rust. HEX triplet: B5, 4A and 00. RGB value is (181,74,0). Sum of RGB (Red+Green+Blue) = 181+74+0=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A00 is #4AB5FF. Grayscale: #616161. Windows color (decimal): -4896256 or 19125. OLE color: 19125.
HSL color Cylindrical-coordinate representation of color #B54A00: hue angle of 24.53º 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 #B54A00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.29 |
| HSL | 24.53º | 1% | 0.35% | - |
| HSV(B) | 24.53º | 1% | 0.71% | - |
| XYZ | 21.5 | 14.72 | 1.71 | - |
| YUV | 97.56 | 72.95 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 0 | 0 | 0.59 | 1 | 0.29 | 24.53 | 1 | 0.35 |
| Hex | B5 | 4A | 0 | 0 | 3B | 64 | 1D | 19 | 64 | 23 |
| Octal | 265 | 112 | 0 | 0 | 73 | 144 | 35 | 31 | 144 | 43 |
| Binary | 10110101 | 1001010 | 0 | 0 | 111011 | 1100100 | 11101 | 11001 | 1100100 | 100011 |
Color Harmonies of #B54A00
Complementary color
Monochromatic Colors of #B54A00
Black with #B54A00
Text Example
Text Example
White with #B54A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A00; }
p { color: rgb(181,74,0); }
H1.HeaderClassName
{
color: #B54A00;
}
.AnyTagClassName
{
color: #B54A00;
}
</style>
background-color css
<style>
a { background-color: #B54A00; }
a { background-color: rgb(181,74,0); }
div.DivClassName
{
background-color: #B54A00;
}
.BgClassName
{
background-color: #B54A00;
}
</style>
border-color css
<style>
span { border-color: #B54A00; }
span { border-color: rgb(181,74,0); }
td.TdClassName
{
border-color: #B54A00;
}
.TagClassName
{
border-color: #B54A00;
}
</style>