Shades of Rust #B65509
Tints of Rust #B65509
RGB
CMYK
RGB Variations
Color information
#B65509 (or 0xB65509) is known color: Rust. HEX triplet: B6, 55 and 09. RGB value is (182,85,9). Sum of RGB (Red+Green+Blue) = 182+85+9=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B65509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65509 is #49AAF6. Grayscale: #696969. Windows color (decimal): -4827895 or 611766. OLE color: 611766.
HSL color Cylindrical-coordinate representation of color #B65509: hue angle of 26.36º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B65509 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 9 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.29 |
| HSL | 26.36º | 0.91% | 0.37% | - |
| HSV(B) | 26.36º | 0.95% | 0.71% | - |
| XYZ | 22.59 | 16.46 | 2.25 | - |
| YUV | 105.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 9 | 0 | 0.53 | 0.95 | 0.29 | 26.36 | 0.91 | 0.37 |
| Hex | B6 | 55 | 9 | 0 | 35 | 5F | 1D | 1A | 5B | 25 |
| Octal | 266 | 125 | 11 | 0 | 65 | 137 | 35 | 32 | 133 | 45 |
| Binary | 10110110 | 1010101 | 1001 | 0 | 110101 | 1011111 | 11101 | 11010 | 1011011 | 100101 |
Color Harmonies of #B65509
Complementary color
Monochromatic Colors of #B65509
Black with #B65509
Text Example
Text Example
White with #B65509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65509; }
p { color: rgb(182,85,9); }
H1.HeaderClassName
{
color: #B65509;
}
.AnyTagClassName
{
color: #B65509;
}
</style>
background-color css
<style>
a { background-color: #B65509; }
a { background-color: rgb(182,85,9); }
div.DivClassName
{
background-color: #B65509;
}
.BgClassName
{
background-color: #B65509;
}
</style>
border-color css
<style>
span { border-color: #B65509; }
span { border-color: rgb(182,85,9); }
td.TdClassName
{
border-color: #B65509;
}
.TagClassName
{
border-color: #B65509;
}
</style>