Shades of Rust #B65408
Tints of Rust #B65408
RGB
CMYK
RGB Variations
Color information
#B65408 (or 0xB65408) is known color: Rust. HEX triplet: B6, 54 and 08. RGB value is (182,84,8). Sum of RGB (Red+Green+Blue) = 182+84+8=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B65408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65408 is #49ABF7. Grayscale: #696969. Windows color (decimal): -4828152 or 545974. OLE color: 545974.
HSL color Cylindrical-coordinate representation of color #B65408: hue angle of 26.21º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B65408 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.29 |
| HSL | 26.21º | 0.92% | 0.37% | - |
| HSV(B) | 26.21º | 0.96% | 0.71% | - |
| XYZ | 22.51 | 16.3 | 2.19 | - |
| YUV | 104.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 8 | 0 | 0.54 | 0.96 | 0.29 | 26.21 | 0.92 | 0.37 |
| Hex | B6 | 54 | 8 | 0 | 36 | 60 | 1D | 1A | 5C | 25 |
| Octal | 266 | 124 | 10 | 0 | 66 | 140 | 35 | 32 | 134 | 45 |
| Binary | 10110110 | 1010100 | 1000 | 0 | 110110 | 1100000 | 11101 | 11010 | 1011100 | 100101 |
Color Harmonies of #B65408
Complementary color
Monochromatic Colors of #B65408
Black with #B65408
Text Example
Text Example
White with #B65408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65408; }
p { color: rgb(182,84,8); }
H1.HeaderClassName
{
color: #B65408;
}
.AnyTagClassName
{
color: #B65408;
}
</style>
background-color css
<style>
a { background-color: #B65408; }
a { background-color: rgb(182,84,8); }
div.DivClassName
{
background-color: #B65408;
}
.BgClassName
{
background-color: #B65408;
}
</style>
border-color css
<style>
span { border-color: #B65408; }
span { border-color: rgb(182,84,8); }
td.TdClassName
{
border-color: #B65408;
}
.TagClassName
{
border-color: #B65408;
}
</style>