Shades of Rust #B65514
Tints of Rust #B65514
RGB
CMYK
RGB Variations
Color information
#B65514 (or 0xB65514) is known color: Rust. HEX triplet: B6, 55 and 14. RGB value is (182,85,20). Sum of RGB (Red+Green+Blue) = 182+85+20=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B65514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65514 is #49AAEB. Grayscale: #6A6A6A. Windows color (decimal): -4827884 or 1332662. OLE color: 1332662.
HSL color Cylindrical-coordinate representation of color #B65514: hue angle of 24.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B65514 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 20 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.29 |
| HSL | 24.07º | 0.8% | 0.4% | - |
| HSV(B) | 24.07º | 0.89% | 0.71% | - |
| XYZ | 22.67 | 16.49 | 2.65 | - |
| YUV | 106.59 | 79.14 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 20 | 0 | 0.53 | 0.89 | 0.29 | 24.07 | 0.8 | 0.4 |
| Hex | B6 | 55 | 14 | 0 | 35 | 59 | 1D | 18 | 50 | 28 |
| Octal | 266 | 125 | 24 | 0 | 65 | 131 | 35 | 30 | 120 | 50 |
| Binary | 10110110 | 1010101 | 10100 | 0 | 110101 | 1011001 | 11101 | 11000 | 1010000 | 101000 |
Color Harmonies of #B65514
Complementary color
Monochromatic Colors of #B65514
Black with #B65514
Text Example
Text Example
White with #B65514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65514; }
p { color: rgb(182,85,20); }
H1.HeaderClassName
{
color: #B65514;
}
.AnyTagClassName
{
color: #B65514;
}
</style>
background-color css
<style>
a { background-color: #B65514; }
a { background-color: rgb(182,85,20); }
div.DivClassName
{
background-color: #B65514;
}
.BgClassName
{
background-color: #B65514;
}
</style>
border-color css
<style>
span { border-color: #B65514; }
span { border-color: rgb(182,85,20); }
td.TdClassName
{
border-color: #B65514;
}
.TagClassName
{
border-color: #B65514;
}
</style>