Shades of Rust #B6350B
Tints of Rust #B6350B
RGB
CMYK
RGB Variations
Color information
#B6350B (or 0xB6350B) is known color: Rust. HEX triplet: B6, 35 and 0B. RGB value is (182,53,11). Sum of RGB (Red+Green+Blue) = 182+53+11=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6350B is #49CAF4. Grayscale: #575757. Windows color (decimal): -4836085 or 734646. OLE color: 734646.
HSL color Cylindrical-coordinate representation of color #B6350B: hue angle of 14.74º 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 #B6350B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.29 |
| HSL | 14.74º | 0.89% | 0.38% | - |
| HSV(B) | 14.74º | 0.94% | 0.71% | - |
| XYZ | 20.62 | 12.52 | 1.65 | - |
| YUV | 86.78 | 85.24 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 11 | 0 | 0.71 | 0.94 | 0.29 | 14.74 | 0.89 | 0.38 |
| Hex | B6 | 35 | B | 0 | 47 | 5E | 1D | F | 59 | 26 |
| Octal | 266 | 65 | 13 | 0 | 107 | 136 | 35 | 17 | 131 | 46 |
| Binary | 10110110 | 110101 | 1011 | 0 | 1000111 | 1011110 | 11101 | 1111 | 1011001 | 100110 |
Color Harmonies of #B6350B
Complementary color
Monochromatic Colors of #B6350B
Black with #B6350B
Text Example
Text Example
White with #B6350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6350B; }
p { color: rgb(182,53,11); }
H1.HeaderClassName
{
color: #B6350B;
}
.AnyTagClassName
{
color: #B6350B;
}
</style>
background-color css
<style>
a { background-color: #B6350B; }
a { background-color: rgb(182,53,11); }
div.DivClassName
{
background-color: #B6350B;
}
.BgClassName
{
background-color: #B6350B;
}
</style>
border-color css
<style>
span { border-color: #B6350B; }
span { border-color: rgb(182,53,11); }
td.TdClassName
{
border-color: #B6350B;
}
.TagClassName
{
border-color: #B6350B;
}
</style>