Shades of Rust #B54110
Tints of Rust #B54110
RGB
CMYK
RGB Variations
Color information
#B54110 (or 0xB54110) is known color: Rust. HEX triplet: B5, 41 and 10. RGB value is (181,65,16). Sum of RGB (Red+Green+Blue) = 181+65+16=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B54110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54110 is #4ABEEF. Grayscale: #5E5E5E. Windows color (decimal): -4898544 or 1065397. OLE color: 1065397.
HSL color Cylindrical-coordinate representation of color #B54110: hue angle of 17.82º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B54110 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.29 |
| HSL | 17.82º | 0.84% | 0.39% | - |
| HSV(B) | 17.82º | 0.91% | 0.71% | - |
| XYZ | 21.04 | 13.64 | 2.01 | - |
| YUV | 94.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 16 | 0 | 0.64 | 0.91 | 0.29 | 17.82 | 0.84 | 0.39 |
| Hex | B5 | 41 | 10 | 0 | 40 | 5B | 1D | 12 | 54 | 27 |
| Octal | 265 | 101 | 20 | 0 | 100 | 133 | 35 | 22 | 124 | 47 |
| Binary | 10110101 | 1000001 | 10000 | 0 | 1000000 | 1011011 | 11101 | 10010 | 1010100 | 100111 |
Color Harmonies of #B54110
Complementary color
Monochromatic Colors of #B54110
Black with #B54110
Text Example
Text Example
White with #B54110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54110; }
p { color: rgb(181,65,16); }
H1.HeaderClassName
{
color: #B54110;
}
.AnyTagClassName
{
color: #B54110;
}
</style>
background-color css
<style>
a { background-color: #B54110; }
a { background-color: rgb(181,65,16); }
div.DivClassName
{
background-color: #B54110;
}
.BgClassName
{
background-color: #B54110;
}
</style>
border-color css
<style>
span { border-color: #B54110; }
span { border-color: rgb(181,65,16); }
td.TdClassName
{
border-color: #B54110;
}
.TagClassName
{
border-color: #B54110;
}
</style>