Shades of Rust #B54D01
Tints of Rust #B54D01
RGB
CMYK
RGB Variations
Color information
#B54D01 (or 0xB54D01) is known color: Rust. HEX triplet: B5, 4D and 01. RGB value is (181,77,1). Sum of RGB (Red+Green+Blue) = 181+77+1=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54D01 is #4AB2FE. Grayscale: #636363. Windows color (decimal): -4895487 or 85429. OLE color: 85429.
HSL color Cylindrical-coordinate representation of color #B54D01: hue angle of 25.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B54D01 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.29 |
| HSL | 25.33º | 0.99% | 0.36% | - |
| HSV(B) | 25.33º | 0.99% | 0.71% | - |
| XYZ | 21.72 | 15.13 | 1.81 | - |
| YUV | 99.43 | 72.46 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 1 | 0 | 0.57 | 0.99 | 0.29 | 25.33 | 0.99 | 0.36 |
| Hex | B5 | 4D | 1 | 0 | 39 | 63 | 1D | 19 | 63 | 24 |
| Octal | 265 | 115 | 1 | 0 | 71 | 143 | 35 | 31 | 143 | 44 |
| Binary | 10110101 | 1001101 | 1 | 0 | 111001 | 1100011 | 11101 | 11001 | 1100011 | 100100 |
Color Harmonies of #B54D01
Complementary color
Monochromatic Colors of #B54D01
Black with #B54D01
Text Example
Text Example
White with #B54D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D01; }
p { color: rgb(181,77,1); }
H1.HeaderClassName
{
color: #B54D01;
}
.AnyTagClassName
{
color: #B54D01;
}
</style>
background-color css
<style>
a { background-color: #B54D01; }
a { background-color: rgb(181,77,1); }
div.DivClassName
{
background-color: #B54D01;
}
.BgClassName
{
background-color: #B54D01;
}
</style>
border-color css
<style>
span { border-color: #B54D01; }
span { border-color: rgb(181,77,1); }
td.TdClassName
{
border-color: #B54D01;
}
.TagClassName
{
border-color: #B54D01;
}
</style>