Shades of Rust #B6350D
Tints of Rust #B6350D
RGB
CMYK
RGB Variations
Color information
#B6350D (or 0xB6350D) is known color: Rust. HEX triplet: B6, 35 and 0D. RGB value is (182,53,13). Sum of RGB (Red+Green+Blue) = 182+53+13=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6350D is #49CAF2. Grayscale: #575757. Windows color (decimal): -4836083 or 865718. OLE color: 865718.
HSL color Cylindrical-coordinate representation of color #B6350D: hue angle of 14.2º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6350D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.29 |
| HSL | 14.2º | 0.87% | 0.38% | - |
| HSV(B) | 14.2º | 0.93% | 0.71% | - |
| XYZ | 20.64 | 12.52 | 1.71 | - |
| YUV | 87.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 13 | 0 | 0.71 | 0.93 | 0.29 | 14.2 | 0.87 | 0.38 |
| Hex | B6 | 35 | D | 0 | 47 | 5D | 1D | E | 57 | 26 |
| Octal | 266 | 65 | 15 | 0 | 107 | 135 | 35 | 16 | 127 | 46 |
| Binary | 10110110 | 110101 | 1101 | 0 | 1000111 | 1011101 | 11101 | 1110 | 1010111 | 100110 |
Color Harmonies of #B6350D
Complementary color
Monochromatic Colors of #B6350D
Black with #B6350D
Text Example
Text Example
White with #B6350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6350D; }
p { color: rgb(182,53,13); }
H1.HeaderClassName
{
color: #B6350D;
}
.AnyTagClassName
{
color: #B6350D;
}
</style>
background-color css
<style>
a { background-color: #B6350D; }
a { background-color: rgb(182,53,13); }
div.DivClassName
{
background-color: #B6350D;
}
.BgClassName
{
background-color: #B6350D;
}
</style>
border-color css
<style>
span { border-color: #B6350D; }
span { border-color: rgb(182,53,13); }
td.TdClassName
{
border-color: #B6350D;
}
.TagClassName
{
border-color: #B6350D;
}
</style>