Shades of Rust #B65010
Tints of Rust #B65010
RGB
CMYK
RGB Variations
Color information
#B65010 (or 0xB65010) is known color: Rust. HEX triplet: B6, 50 and 10. RGB value is (182,80,16). Sum of RGB (Red+Green+Blue) = 182+80+16=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B65010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65010 is #49AFEF. Grayscale: #676767. Windows color (decimal): -4829168 or 1069238. OLE color: 1069238.
HSL color Cylindrical-coordinate representation of color #B65010: hue angle of 23.13º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B65010 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 16 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.29 |
| HSL | 23.13º | 0.84% | 0.39% | - |
| HSV(B) | 23.13º | 0.91% | 0.71% | - |
| XYZ | 22.25 | 15.72 | 2.35 | - |
| YUV | 103.2 | 78.79 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 16 | 0 | 0.56 | 0.91 | 0.29 | 23.13 | 0.84 | 0.39 |
| Hex | B6 | 50 | 10 | 0 | 38 | 5B | 1D | 17 | 54 | 27 |
| Octal | 266 | 120 | 20 | 0 | 70 | 133 | 35 | 27 | 124 | 47 |
| Binary | 10110110 | 1010000 | 10000 | 0 | 111000 | 1011011 | 11101 | 10111 | 1010100 | 100111 |
Color Harmonies of #B65010
Complementary color
Monochromatic Colors of #B65010
Black with #B65010
Text Example
Text Example
White with #B65010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65010; }
p { color: rgb(182,80,16); }
H1.HeaderClassName
{
color: #B65010;
}
.AnyTagClassName
{
color: #B65010;
}
</style>
background-color css
<style>
a { background-color: #B65010; }
a { background-color: rgb(182,80,16); }
div.DivClassName
{
background-color: #B65010;
}
.BgClassName
{
background-color: #B65010;
}
</style>
border-color css
<style>
span { border-color: #B65010; }
span { border-color: rgb(182,80,16); }
td.TdClassName
{
border-color: #B65010;
}
.TagClassName
{
border-color: #B65010;
}
</style>