Shades of Rust #B6310B
Tints of Rust #B6310B
RGB
CMYK
RGB Variations
Color information
#B6310B (or 0xB6310B) is known color: Rust. HEX triplet: B6, 31 and 0B. RGB value is (182,49,11). Sum of RGB (Red+Green+Blue) = 182+49+11=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B6310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6310B is #49CEF4. Grayscale: #545454. Windows color (decimal): -4837109 or 733622. OLE color: 733622.
HSL color Cylindrical-coordinate representation of color #B6310B: hue angle of 13.33º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6310B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.29 |
| HSL | 13.33º | 0.89% | 0.38% | - |
| HSV(B) | 13.33º | 0.94% | 0.71% | - |
| XYZ | 20.45 | 12.17 | 1.59 | - |
| YUV | 84.44 | 86.56 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 11 | 0 | 0.73 | 0.94 | 0.29 | 13.33 | 0.89 | 0.38 |
| Hex | B6 | 31 | B | 0 | 49 | 5E | 1D | D | 59 | 26 |
| Octal | 266 | 61 | 13 | 0 | 111 | 136 | 35 | 15 | 131 | 46 |
| Binary | 10110110 | 110001 | 1011 | 0 | 1001001 | 1011110 | 11101 | 1101 | 1011001 | 100110 |
Color Harmonies of #B6310B
Complementary color
Monochromatic Colors of #B6310B
Black with #B6310B
Text Example
Text Example
White with #B6310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6310B; }
p { color: rgb(182,49,11); }
H1.HeaderClassName
{
color: #B6310B;
}
.AnyTagClassName
{
color: #B6310B;
}
</style>
background-color css
<style>
a { background-color: #B6310B; }
a { background-color: rgb(182,49,11); }
div.DivClassName
{
background-color: #B6310B;
}
.BgClassName
{
background-color: #B6310B;
}
</style>
border-color css
<style>
span { border-color: #B6310B; }
span { border-color: rgb(182,49,11); }
td.TdClassName
{
border-color: #B6310B;
}
.TagClassName
{
border-color: #B6310B;
}
</style>