Shades of Rust #B65915
Tints of Rust #B65915
RGB
CMYK
RGB Variations
Color information
#B65915 (or 0xB65915) is known color: Rust. HEX triplet: B6, 59 and 15. RGB value is (182,89,21). Sum of RGB (Red+Green+Blue) = 182+89+21=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B65915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65915 is #49A6EA. Grayscale: #6D6D6D. Windows color (decimal): -4826859 or 1399222. OLE color: 1399222.
HSL color Cylindrical-coordinate representation of color #B65915: hue angle of 25.34º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B65915 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 21 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.29 |
| HSL | 25.34º | 0.79% | 0.4% | - |
| HSV(B) | 25.34º | 0.88% | 0.71% | - |
| XYZ | 23 | 17.14 | 2.81 | - |
| YUV | 109.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 21 | 0 | 0.51 | 0.88 | 0.29 | 25.34 | 0.79 | 0.4 |
| Hex | B6 | 59 | 15 | 0 | 33 | 58 | 1D | 19 | 4F | 28 |
| Octal | 266 | 131 | 25 | 0 | 63 | 130 | 35 | 31 | 117 | 50 |
| Binary | 10110110 | 1011001 | 10101 | 0 | 110011 | 1011000 | 11101 | 11001 | 1001111 | 101000 |
Color Harmonies of #B65915
Complementary color
Monochromatic Colors of #B65915
Black with #B65915
Text Example
Text Example
White with #B65915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65915; }
p { color: rgb(182,89,21); }
H1.HeaderClassName
{
color: #B65915;
}
.AnyTagClassName
{
color: #B65915;
}
</style>
background-color css
<style>
a { background-color: #B65915; }
a { background-color: rgb(182,89,21); }
div.DivClassName
{
background-color: #B65915;
}
.BgClassName
{
background-color: #B65915;
}
</style>
border-color css
<style>
span { border-color: #B65915; }
span { border-color: rgb(182,89,21); }
td.TdClassName
{
border-color: #B65915;
}
.TagClassName
{
border-color: #B65915;
}
</style>