Shades of Rust #B65510
Tints of Rust #B65510
RGB
CMYK
RGB Variations
Color information
#B65510 (or 0xB65510) is known color: Rust. HEX triplet: B6, 55 and 10. RGB value is (182,85,16). Sum of RGB (Red+Green+Blue) = 182+85+16=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B65510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65510 is #49AAEF. Grayscale: #6A6A6A. Windows color (decimal): -4827888 or 1070518. OLE color: 1070518.
HSL color Cylindrical-coordinate representation of color #B65510: hue angle of 24.94º 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 #B65510 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 16 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.29 |
| HSL | 24.94º | 0.84% | 0.39% | - |
| HSV(B) | 24.94º | 0.91% | 0.71% | - |
| XYZ | 22.63 | 16.48 | 2.48 | - |
| YUV | 106.14 | 77.14 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 16 | 0 | 0.53 | 0.91 | 0.29 | 24.94 | 0.84 | 0.39 |
| Hex | B6 | 55 | 10 | 0 | 35 | 5B | 1D | 19 | 54 | 27 |
| Octal | 266 | 125 | 20 | 0 | 65 | 133 | 35 | 31 | 124 | 47 |
| Binary | 10110110 | 1010101 | 10000 | 0 | 110101 | 1011011 | 11101 | 11001 | 1010100 | 100111 |
Color Harmonies of #B65510
Complementary color
Monochromatic Colors of #B65510
Black with #B65510
Text Example
Text Example
White with #B65510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65510; }
p { color: rgb(182,85,16); }
H1.HeaderClassName
{
color: #B65510;
}
.AnyTagClassName
{
color: #B65510;
}
</style>
background-color css
<style>
a { background-color: #B65510; }
a { background-color: rgb(182,85,16); }
div.DivClassName
{
background-color: #B65510;
}
.BgClassName
{
background-color: #B65510;
}
</style>
border-color css
<style>
span { border-color: #B65510; }
span { border-color: rgb(182,85,16); }
td.TdClassName
{
border-color: #B65510;
}
.TagClassName
{
border-color: #B65510;
}
</style>