Shades of Rust #B65109
Tints of Rust #B65109
RGB
CMYK
RGB Variations
Color information
#B65109 (or 0xB65109) is known color: Rust. HEX triplet: B6, 51 and 09. RGB value is (182,81,9). Sum of RGB (Red+Green+Blue) = 182+81+9=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B65109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65109 is #49AEF6. Grayscale: #676767. Windows color (decimal): -4828919 or 610742. OLE color: 610742.
HSL color Cylindrical-coordinate representation of color #B65109: hue angle of 24.97º 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 #B65109 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 9 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.29 |
| HSL | 24.97º | 0.91% | 0.37% | - |
| HSV(B) | 24.97º | 0.95% | 0.71% | - |
| XYZ | 22.28 | 15.85 | 2.14 | - |
| YUV | 102.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 9 | 0 | 0.55 | 0.95 | 0.29 | 24.97 | 0.91 | 0.37 |
| Hex | B6 | 51 | 9 | 0 | 37 | 5F | 1D | 19 | 5B | 25 |
| Octal | 266 | 121 | 11 | 0 | 67 | 137 | 35 | 31 | 133 | 45 |
| Binary | 10110110 | 1010001 | 1001 | 0 | 110111 | 1011111 | 11101 | 11001 | 1011011 | 100101 |
Color Harmonies of #B65109
Complementary color
Monochromatic Colors of #B65109
Black with #B65109
Text Example
Text Example
White with #B65109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65109; }
p { color: rgb(182,81,9); }
H1.HeaderClassName
{
color: #B65109;
}
.AnyTagClassName
{
color: #B65109;
}
</style>
background-color css
<style>
a { background-color: #B65109; }
a { background-color: rgb(182,81,9); }
div.DivClassName
{
background-color: #B65109;
}
.BgClassName
{
background-color: #B65109;
}
</style>
border-color css
<style>
span { border-color: #B65109; }
span { border-color: rgb(182,81,9); }
td.TdClassName
{
border-color: #B65109;
}
.TagClassName
{
border-color: #B65109;
}
</style>