Shades of Rust #B64510
Tints of Rust #B64510
RGB
CMYK
RGB Variations
Color information
#B64510 (or 0xB64510) is known color: Rust. HEX triplet: B6, 45 and 10. RGB value is (182,69,16). Sum of RGB (Red+Green+Blue) = 182+69+16=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64510 is #49BAEF. Grayscale: #616161. Windows color (decimal): -4831984 or 1066422. OLE color: 1066422.
HSL color Cylindrical-coordinate representation of color #B64510: hue angle of 19.16º 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 #B64510 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.29 |
| HSL | 19.16º | 0.84% | 0.39% | - |
| HSV(B) | 19.16º | 0.91% | 0.71% | - |
| XYZ | 21.51 | 14.24 | 2.1 | - |
| YUV | 96.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 16 | 0 | 0.62 | 0.91 | 0.29 | 19.16 | 0.84 | 0.39 |
| Hex | B6 | 45 | 10 | 0 | 3E | 5B | 1D | 13 | 54 | 27 |
| Octal | 266 | 105 | 20 | 0 | 76 | 133 | 35 | 23 | 124 | 47 |
| Binary | 10110110 | 1000101 | 10000 | 0 | 111110 | 1011011 | 11101 | 10011 | 1010100 | 100111 |
Color Harmonies of #B64510
Complementary color
Monochromatic Colors of #B64510
Black with #B64510
Text Example
Text Example
White with #B64510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64510; }
p { color: rgb(182,69,16); }
H1.HeaderClassName
{
color: #B64510;
}
.AnyTagClassName
{
color: #B64510;
}
</style>
background-color css
<style>
a { background-color: #B64510; }
a { background-color: rgb(182,69,16); }
div.DivClassName
{
background-color: #B64510;
}
.BgClassName
{
background-color: #B64510;
}
</style>
border-color css
<style>
span { border-color: #B64510; }
span { border-color: rgb(182,69,16); }
td.TdClassName
{
border-color: #B64510;
}
.TagClassName
{
border-color: #B64510;
}
</style>