Shades of Rust #B64520
Tints of Rust #B64520
RGB
CMYK
RGB Variations
Color information
#B64520 (or 0xB64520) is known color: Rust. HEX triplet: B6, 45 and 20. RGB value is (182,69,32). Sum of RGB (Red+Green+Blue) = 182+69+32=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B64520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64520 is #49BADF. Grayscale: #626262. Windows color (decimal): -4831968 or 2114998. OLE color: 2114998.
HSL color Cylindrical-coordinate representation of color #B64520: hue angle of 14.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B64520 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 32 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.29 |
| HSL | 14.8º | 0.7% | 0.42% | - |
| HSV(B) | 14.8º | 0.82% | 0.71% | - |
| XYZ | 21.68 | 14.31 | 2.99 | - |
| YUV | 98.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 32 | 0 | 0.62 | 0.82 | 0.29 | 14.8 | 0.7 | 0.42 |
| Hex | B6 | 45 | 20 | 0 | 3E | 52 | 1D | F | 46 | 2A |
| Octal | 266 | 105 | 40 | 0 | 76 | 122 | 35 | 17 | 106 | 52 |
| Binary | 10110110 | 1000101 | 100000 | 0 | 111110 | 1010010 | 11101 | 1111 | 1000110 | 101010 |
Color Harmonies of #B64520
Complementary color
Monochromatic Colors of #B64520
Black with #B64520
Text Example
Text Example
White with #B64520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64520; }
p { color: rgb(182,69,32); }
H1.HeaderClassName
{
color: #B64520;
}
.AnyTagClassName
{
color: #B64520;
}
</style>
background-color css
<style>
a { background-color: #B64520; }
a { background-color: rgb(182,69,32); }
div.DivClassName
{
background-color: #B64520;
}
.BgClassName
{
background-color: #B64520;
}
</style>
border-color css
<style>
span { border-color: #B64520; }
span { border-color: rgb(182,69,32); }
td.TdClassName
{
border-color: #B64520;
}
.TagClassName
{
border-color: #B64520;
}
</style>