Shades of Rust #B54501
Tints of Rust #B54501
RGB
CMYK
RGB Variations
Color information
#B54501 (or 0xB54501) is known color: Rust. HEX triplet: B5, 45 and 01. RGB value is (181,69,1). Sum of RGB (Red+Green+Blue) = 181+69+1=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B54501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54501 is #4ABAFE. Grayscale: #5F5F5F. Windows color (decimal): -4897535 or 83381. OLE color: 83381.
HSL color Cylindrical-coordinate representation of color #B54501: hue angle of 22.67º 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 #B54501 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.29 |
| HSL | 22.67º | 0.99% | 0.36% | - |
| HSV(B) | 22.67º | 0.99% | 0.71% | - |
| XYZ | 21.19 | 14.08 | 1.63 | - |
| YUV | 94.74 | 75.11 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 1 | 0 | 0.62 | 0.99 | 0.29 | 22.67 | 0.99 | 0.36 |
| Hex | B5 | 45 | 1 | 0 | 3E | 63 | 1D | 17 | 63 | 24 |
| Octal | 265 | 105 | 1 | 0 | 76 | 143 | 35 | 27 | 143 | 44 |
| Binary | 10110101 | 1000101 | 1 | 0 | 111110 | 1100011 | 11101 | 10111 | 1100011 | 100100 |
Color Harmonies of #B54501
Complementary color
Monochromatic Colors of #B54501
Black with #B54501
Text Example
Text Example
White with #B54501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54501; }
p { color: rgb(181,69,1); }
H1.HeaderClassName
{
color: #B54501;
}
.AnyTagClassName
{
color: #B54501;
}
</style>
background-color css
<style>
a { background-color: #B54501; }
a { background-color: rgb(181,69,1); }
div.DivClassName
{
background-color: #B54501;
}
.BgClassName
{
background-color: #B54501;
}
</style>
border-color css
<style>
span { border-color: #B54501; }
span { border-color: rgb(181,69,1); }
td.TdClassName
{
border-color: #B54501;
}
.TagClassName
{
border-color: #B54501;
}
</style>