Shades of Rust #B63516
Tints of Rust #B63516
RGB
CMYK
RGB Variations
Color information
#B63516 (or 0xB63516) is known color: Rust. HEX triplet: B6, 35 and 16. RGB value is (182,53,22). Sum of RGB (Red+Green+Blue) = 182+53+22=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B63516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63516 is #49CAE9. Grayscale: #585858. Windows color (decimal): -4836074 or 1455542. OLE color: 1455542.
HSL color Cylindrical-coordinate representation of color #B63516: hue angle of 11.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B63516 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 22 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.29 |
| HSL | 11.63º | 0.78% | 0.4% | - |
| HSV(B) | 11.63º | 0.88% | 0.71% | - |
| XYZ | 20.71 | 12.55 | 2.09 | - |
| YUV | 88.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 22 | 0 | 0.71 | 0.88 | 0.29 | 11.63 | 0.78 | 0.4 |
| Hex | B6 | 35 | 16 | 0 | 47 | 58 | 1D | C | 4E | 28 |
| Octal | 266 | 65 | 26 | 0 | 107 | 130 | 35 | 14 | 116 | 50 |
| Binary | 10110110 | 110101 | 10110 | 0 | 1000111 | 1011000 | 11101 | 1100 | 1001110 | 101000 |
Color Harmonies of #B63516
Complementary color
Monochromatic Colors of #B63516
Black with #B63516
Text Example
Text Example
White with #B63516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63516; }
p { color: rgb(182,53,22); }
H1.HeaderClassName
{
color: #B63516;
}
.AnyTagClassName
{
color: #B63516;
}
</style>
background-color css
<style>
a { background-color: #B63516; }
a { background-color: rgb(182,53,22); }
div.DivClassName
{
background-color: #B63516;
}
.BgClassName
{
background-color: #B63516;
}
</style>
border-color css
<style>
span { border-color: #B63516; }
span { border-color: rgb(182,53,22); }
td.TdClassName
{
border-color: #B63516;
}
.TagClassName
{
border-color: #B63516;
}
</style>