Shades of Rust #B65309
Tints of Rust #B65309
RGB
CMYK
RGB Variations
Color information
#B65309 (or 0xB65309) is known color: Rust. HEX triplet: B6, 53 and 09. RGB value is (182,83,9). Sum of RGB (Red+Green+Blue) = 182+83+9=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B65309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65309 is #49ACF6. Grayscale: #686868. Windows color (decimal): -4828407 or 611254. OLE color: 611254.
HSL color Cylindrical-coordinate representation of color #B65309: hue angle of 25.66º 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 #B65309 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 9 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.29 |
| HSL | 25.66º | 0.91% | 0.37% | - |
| HSV(B) | 25.66º | 0.95% | 0.71% | - |
| XYZ | 22.43 | 16.15 | 2.19 | - |
| YUV | 104.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 9 | 0 | 0.54 | 0.95 | 0.29 | 25.66 | 0.91 | 0.37 |
| Hex | B6 | 53 | 9 | 0 | 36 | 5F | 1D | 1A | 5B | 25 |
| Octal | 266 | 123 | 11 | 0 | 66 | 137 | 35 | 32 | 133 | 45 |
| Binary | 10110110 | 1010011 | 1001 | 0 | 110110 | 1011111 | 11101 | 11010 | 1011011 | 100101 |
Color Harmonies of #B65309
Complementary color
Monochromatic Colors of #B65309
Black with #B65309
Text Example
Text Example
White with #B65309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65309; }
p { color: rgb(182,83,9); }
H1.HeaderClassName
{
color: #B65309;
}
.AnyTagClassName
{
color: #B65309;
}
</style>
background-color css
<style>
a { background-color: #B65309; }
a { background-color: rgb(182,83,9); }
div.DivClassName
{
background-color: #B65309;
}
.BgClassName
{
background-color: #B65309;
}
</style>
border-color css
<style>
span { border-color: #B65309; }
span { border-color: rgb(182,83,9); }
td.TdClassName
{
border-color: #B65309;
}
.TagClassName
{
border-color: #B65309;
}
</style>