Shades of Rust #B65518
Tints of Rust #B65518
RGB
CMYK
RGB Variations
Color information
#B65518 (or 0xB65518) is known color: Rust. HEX triplet: B6, 55 and 18. RGB value is (182,85,24). Sum of RGB (Red+Green+Blue) = 182+85+24=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B65518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65518 is #49AAE7. Grayscale: #6B6B6B. Windows color (decimal): -4827880 or 1594806. OLE color: 1594806.
HSL color Cylindrical-coordinate representation of color #B65518: hue angle of 23.16º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B65518 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 24 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.29 |
| HSL | 23.16º | 0.77% | 0.4% | - |
| HSV(B) | 23.16º | 0.87% | 0.71% | - |
| XYZ | 22.7 | 16.51 | 2.85 | - |
| YUV | 107.05 | 81.14 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 24 | 0 | 0.53 | 0.87 | 0.29 | 23.16 | 0.77 | 0.4 |
| Hex | B6 | 55 | 18 | 0 | 35 | 57 | 1D | 17 | 4D | 28 |
| Octal | 266 | 125 | 30 | 0 | 65 | 127 | 35 | 27 | 115 | 50 |
| Binary | 10110110 | 1010101 | 11000 | 0 | 110101 | 1010111 | 11101 | 10111 | 1001101 | 101000 |
Color Harmonies of #B65518
Complementary color
Monochromatic Colors of #B65518
Black with #B65518
Text Example
Text Example
White with #B65518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65518; }
p { color: rgb(182,85,24); }
H1.HeaderClassName
{
color: #B65518;
}
.AnyTagClassName
{
color: #B65518;
}
</style>
background-color css
<style>
a { background-color: #B65518; }
a { background-color: rgb(182,85,24); }
div.DivClassName
{
background-color: #B65518;
}
.BgClassName
{
background-color: #B65518;
}
</style>
border-color css
<style>
span { border-color: #B65518; }
span { border-color: rgb(182,85,24); }
td.TdClassName
{
border-color: #B65518;
}
.TagClassName
{
border-color: #B65518;
}
</style>