Shades of Rust #B6391B
Tints of Rust #B6391B
RGB
CMYK
RGB Variations
Color information
#B6391B (or 0xB6391B) is known color: Rust. HEX triplet: B6, 39 and 1B. RGB value is (182,57,27). Sum of RGB (Red+Green+Blue) = 182+57+27=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6391B is #49C6E4. Grayscale: #5B5B5B. Windows color (decimal): -4835045 or 1784246. OLE color: 1784246.
HSL color Cylindrical-coordinate representation of color #B6391B: hue angle of 11.61º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6391B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.29 |
| HSL | 11.61º | 0.74% | 0.41% | - |
| HSV(B) | 11.61º | 0.85% | 0.71% | - |
| XYZ | 20.95 | 12.95 | 2.43 | - |
| YUV | 90.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 27 | 0 | 0.69 | 0.85 | 0.29 | 11.61 | 0.74 | 0.41 |
| Hex | B6 | 39 | 1B | 0 | 45 | 55 | 1D | C | 4A | 29 |
| Octal | 266 | 71 | 33 | 0 | 105 | 125 | 35 | 14 | 112 | 51 |
| Binary | 10110110 | 111001 | 11011 | 0 | 1000101 | 1010101 | 11101 | 1100 | 1001010 | 101001 |
Color Harmonies of #B6391B
Complementary color
Monochromatic Colors of #B6391B
Black with #B6391B
Text Example
Text Example
White with #B6391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6391B; }
p { color: rgb(182,57,27); }
H1.HeaderClassName
{
color: #B6391B;
}
.AnyTagClassName
{
color: #B6391B;
}
</style>
background-color css
<style>
a { background-color: #B6391B; }
a { background-color: rgb(182,57,27); }
div.DivClassName
{
background-color: #B6391B;
}
.BgClassName
{
background-color: #B6391B;
}
</style>
border-color css
<style>
span { border-color: #B6391B; }
span { border-color: rgb(182,57,27); }
td.TdClassName
{
border-color: #B6391B;
}
.TagClassName
{
border-color: #B6391B;
}
</style>