Shades of Rust #B65105
Tints of Rust #B65105
RGB
CMYK
RGB Variations
Color information
#B65105 (or 0xB65105) is known color: Rust. HEX triplet: B6, 51 and 05. RGB value is (182,81,5). Sum of RGB (Red+Green+Blue) = 182+81+5=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B65105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65105 is #49AEFA. Grayscale: #666666. Windows color (decimal): -4828923 or 348598. OLE color: 348598.
HSL color Cylindrical-coordinate representation of color #B65105: hue angle of 25.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B65105 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 5 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.29 |
| HSL | 25.76º | 0.95% | 0.37% | - |
| HSV(B) | 25.76º | 0.97% | 0.71% | - |
| XYZ | 22.26 | 15.84 | 2.03 | - |
| YUV | 102.54 | 72.96 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 5 | 0 | 0.55 | 0.97 | 0.29 | 25.76 | 0.95 | 0.37 |
| Hex | B6 | 51 | 5 | 0 | 37 | 61 | 1D | 1A | 5F | 25 |
| Octal | 266 | 121 | 5 | 0 | 67 | 141 | 35 | 32 | 137 | 45 |
| Binary | 10110110 | 1010001 | 101 | 0 | 110111 | 1100001 | 11101 | 11010 | 1011111 | 100101 |
Color Harmonies of #B65105
Complementary color
Monochromatic Colors of #B65105
Black with #B65105
Text Example
Text Example
White with #B65105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65105; }
p { color: rgb(182,81,5); }
H1.HeaderClassName
{
color: #B65105;
}
.AnyTagClassName
{
color: #B65105;
}
</style>
background-color css
<style>
a { background-color: #B65105; }
a { background-color: rgb(182,81,5); }
div.DivClassName
{
background-color: #B65105;
}
.BgClassName
{
background-color: #B65105;
}
</style>
border-color css
<style>
span { border-color: #B65105; }
span { border-color: rgb(182,81,5); }
td.TdClassName
{
border-color: #B65105;
}
.TagClassName
{
border-color: #B65105;
}
</style>