Shades of Rust #B54101
Tints of Rust #B54101
RGB
CMYK
RGB Variations
Color information
#B54101 (or 0xB54101) is known color: Rust. HEX triplet: B5, 41 and 01. RGB value is (181,65,1). Sum of RGB (Red+Green+Blue) = 181+65+1=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B54101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54101 is #4ABEFE. Grayscale: #5C5C5C. Windows color (decimal): -4898559 or 82357. OLE color: 82357.
HSL color Cylindrical-coordinate representation of color #B54101: hue angle of 21.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 #B54101 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.29 |
| HSL | 21.33º | 0.99% | 0.36% | - |
| HSV(B) | 21.33º | 0.99% | 0.71% | - |
| XYZ | 20.95 | 13.61 | 1.55 | - |
| YUV | 92.39 | 76.43 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 1 | 0 | 0.64 | 0.99 | 0.29 | 21.33 | 0.99 | 0.36 |
| Hex | B5 | 41 | 1 | 0 | 40 | 63 | 1D | 15 | 63 | 24 |
| Octal | 265 | 101 | 1 | 0 | 100 | 143 | 35 | 25 | 143 | 44 |
| Binary | 10110101 | 1000001 | 1 | 0 | 1000000 | 1100011 | 11101 | 10101 | 1100011 | 100100 |
Color Harmonies of #B54101
Complementary color
Monochromatic Colors of #B54101
Black with #B54101
Text Example
Text Example
White with #B54101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54101; }
p { color: rgb(181,65,1); }
H1.HeaderClassName
{
color: #B54101;
}
.AnyTagClassName
{
color: #B54101;
}
</style>
background-color css
<style>
a { background-color: #B54101; }
a { background-color: rgb(181,65,1); }
div.DivClassName
{
background-color: #B54101;
}
.BgClassName
{
background-color: #B54101;
}
</style>
border-color css
<style>
span { border-color: #B54101; }
span { border-color: rgb(181,65,1); }
td.TdClassName
{
border-color: #B54101;
}
.TagClassName
{
border-color: #B54101;
}
</style>