Shades of Rust #B55310
Tints of Rust #B55310
RGB
CMYK
RGB Variations
Color information
#B55310 (or 0xB55310) is known color: Rust. HEX triplet: B5, 53 and 10. RGB value is (181,83,16). Sum of RGB (Red+Green+Blue) = 181+83+16=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B55310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55310 is #4AACEF. Grayscale: #696969. Windows color (decimal): -4893936 or 1070005. OLE color: 1070005.
HSL color Cylindrical-coordinate representation of color #B55310: hue angle of 24.36º 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 #B55310 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 16 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.29 |
| HSL | 24.36º | 0.84% | 0.39% | - |
| HSV(B) | 24.36º | 0.91% | 0.71% | - |
| XYZ | 22.24 | 16.05 | 2.42 | - |
| YUV | 104.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 16 | 0 | 0.54 | 0.91 | 0.29 | 24.36 | 0.84 | 0.39 |
| Hex | B5 | 53 | 10 | 0 | 36 | 5B | 1D | 18 | 54 | 27 |
| Octal | 265 | 123 | 20 | 0 | 66 | 133 | 35 | 30 | 124 | 47 |
| Binary | 10110101 | 1010011 | 10000 | 0 | 110110 | 1011011 | 11101 | 11000 | 1010100 | 100111 |
Color Harmonies of #B55310
Complementary color
Monochromatic Colors of #B55310
Black with #B55310
Text Example
Text Example
White with #B55310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55310; }
p { color: rgb(181,83,16); }
H1.HeaderClassName
{
color: #B55310;
}
.AnyTagClassName
{
color: #B55310;
}
</style>
background-color css
<style>
a { background-color: #B55310; }
a { background-color: rgb(181,83,16); }
div.DivClassName
{
background-color: #B55310;
}
.BgClassName
{
background-color: #B55310;
}
</style>
border-color css
<style>
span { border-color: #B55310; }
span { border-color: rgb(181,83,16); }
td.TdClassName
{
border-color: #B55310;
}
.TagClassName
{
border-color: #B55310;
}
</style>