Shades of Rust #B6550B
Tints of Rust #B6550B
RGB
CMYK
RGB Variations
Color information
#B6550B (or 0xB6550B) is known color: Rust. HEX triplet: B6, 55 and 0B. RGB value is (182,85,11). Sum of RGB (Red+Green+Blue) = 182+85+11=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B6550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6550B is #49AAF4. Grayscale: #696969. Windows color (decimal): -4827893 or 742838. OLE color: 742838.
HSL color Cylindrical-coordinate representation of color #B6550B: hue angle of 25.96º 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 #B6550B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.29 |
| HSL | 25.96º | 0.89% | 0.38% | - |
| HSV(B) | 25.96º | 0.94% | 0.71% | - |
| XYZ | 22.6 | 16.47 | 2.3 | - |
| YUV | 105.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 11 | 0 | 0.53 | 0.94 | 0.29 | 25.96 | 0.89 | 0.38 |
| Hex | B6 | 55 | B | 0 | 35 | 5E | 1D | 1A | 59 | 26 |
| Octal | 266 | 125 | 13 | 0 | 65 | 136 | 35 | 32 | 131 | 46 |
| Binary | 10110110 | 1010101 | 1011 | 0 | 110101 | 1011110 | 11101 | 11010 | 1011001 | 100110 |
Color Harmonies of #B6550B
Complementary color
Monochromatic Colors of #B6550B
Black with #B6550B
Text Example
Text Example
White with #B6550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6550B; }
p { color: rgb(182,85,11); }
H1.HeaderClassName
{
color: #B6550B;
}
.AnyTagClassName
{
color: #B6550B;
}
</style>
background-color css
<style>
a { background-color: #B6550B; }
a { background-color: rgb(182,85,11); }
div.DivClassName
{
background-color: #B6550B;
}
.BgClassName
{
background-color: #B6550B;
}
</style>
border-color css
<style>
span { border-color: #B6550B; }
span { border-color: rgb(182,85,11); }
td.TdClassName
{
border-color: #B6550B;
}
.TagClassName
{
border-color: #B6550B;
}
</style>