Shades of Rust #B54701
Tints of Rust #B54701
RGB
CMYK
RGB Variations
Color information
#B54701 (or 0xB54701) is known color: Rust. HEX triplet: B5, 47 and 01. RGB value is (181,71,1). Sum of RGB (Red+Green+Blue) = 181+71+1=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B54701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54701 is #4AB8FE. Grayscale: #606060. Windows color (decimal): -4897023 or 83893. OLE color: 83893.
HSL color Cylindrical-coordinate representation of color #B54701: hue angle of 23.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 #B54701 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.29 |
| HSL | 23.33º | 0.99% | 0.36% | - |
| HSV(B) | 23.33º | 0.99% | 0.71% | - |
| XYZ | 21.31 | 14.33 | 1.67 | - |
| YUV | 95.91 | 74.44 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 1 | 0 | 0.61 | 0.99 | 0.29 | 23.33 | 0.99 | 0.36 |
| Hex | B5 | 47 | 1 | 0 | 3D | 63 | 1D | 17 | 63 | 24 |
| Octal | 265 | 107 | 1 | 0 | 75 | 143 | 35 | 27 | 143 | 44 |
| Binary | 10110101 | 1000111 | 1 | 0 | 111101 | 1100011 | 11101 | 10111 | 1100011 | 100100 |
Color Harmonies of #B54701
Complementary color
Monochromatic Colors of #B54701
Black with #B54701
Text Example
Text Example
White with #B54701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54701; }
p { color: rgb(181,71,1); }
H1.HeaderClassName
{
color: #B54701;
}
.AnyTagClassName
{
color: #B54701;
}
</style>
background-color css
<style>
a { background-color: #B54701; }
a { background-color: rgb(181,71,1); }
div.DivClassName
{
background-color: #B54701;
}
.BgClassName
{
background-color: #B54701;
}
</style>
border-color css
<style>
span { border-color: #B54701; }
span { border-color: rgb(181,71,1); }
td.TdClassName
{
border-color: #B54701;
}
.TagClassName
{
border-color: #B54701;
}
</style>