Shades of Rust #B63106
Tints of Rust #B63106
RGB
CMYK
RGB Variations
Color information
#B63106 (or 0xB63106) is known color: Rust. HEX triplet: B6, 31 and 06. RGB value is (182,49,6). Sum of RGB (Red+Green+Blue) = 182+49+6=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B63106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63106 is #49CEF9. Grayscale: #545454. Windows color (decimal): -4837114 or 405942. OLE color: 405942.
HSL color Cylindrical-coordinate representation of color #B63106: hue angle of 14.66º degrees, saturation: 0.94, 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 #B63106 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.29 |
| HSL | 14.66º | 0.94% | 0.37% | - |
| HSV(B) | 14.66º | 0.97% | 0.71% | - |
| XYZ | 20.42 | 12.15 | 1.44 | - |
| YUV | 83.87 | 84.06 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 6 | 0 | 0.73 | 0.97 | 0.29 | 14.66 | 0.94 | 0.37 |
| Hex | B6 | 31 | 6 | 0 | 49 | 61 | 1D | F | 5E | 25 |
| Octal | 266 | 61 | 6 | 0 | 111 | 141 | 35 | 17 | 136 | 45 |
| Binary | 10110110 | 110001 | 110 | 0 | 1001001 | 1100001 | 11101 | 1111 | 1011110 | 100101 |
Color Harmonies of #B63106
Complementary color
Monochromatic Colors of #B63106
Black with #B63106
Text Example
Text Example
White with #B63106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63106; }
p { color: rgb(182,49,6); }
H1.HeaderClassName
{
color: #B63106;
}
.AnyTagClassName
{
color: #B63106;
}
</style>
background-color css
<style>
a { background-color: #B63106; }
a { background-color: rgb(182,49,6); }
div.DivClassName
{
background-color: #B63106;
}
.BgClassName
{
background-color: #B63106;
}
</style>
border-color css
<style>
span { border-color: #B63106; }
span { border-color: rgb(182,49,6); }
td.TdClassName
{
border-color: #B63106;
}
.TagClassName
{
border-color: #B63106;
}
</style>