Shades of Rust #B6391C
Tints of Rust #B6391C
RGB
CMYK
RGB Variations
Color information
#B6391C (or 0xB6391C) is known color: Rust. HEX triplet: B6, 39 and 1C. RGB value is (182,57,28). Sum of RGB (Red+Green+Blue) = 182+57+28=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B6391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6391C is #49C6E3. Grayscale: #5B5B5B. Windows color (decimal): -4835044 or 1849782. OLE color: 1849782.
HSL color Cylindrical-coordinate representation of color #B6391C: hue angle of 11.3º degrees, saturation: 0.73, 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 #B6391C is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 28 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.29 |
| HSL | 11.3º | 0.73% | 0.41% | - |
| HSV(B) | 11.3º | 0.85% | 0.71% | - |
| XYZ | 20.96 | 12.96 | 2.49 | - |
| YUV | 91.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 28 | 0 | 0.69 | 0.85 | 0.29 | 11.3 | 0.73 | 0.41 |
| Hex | B6 | 39 | 1C | 0 | 45 | 55 | 1D | B | 49 | 29 |
| Octal | 266 | 71 | 34 | 0 | 105 | 125 | 35 | 13 | 111 | 51 |
| Binary | 10110110 | 111001 | 11100 | 0 | 1000101 | 1010101 | 11101 | 1011 | 1001001 | 101001 |
Color Harmonies of #B6391C
Complementary color
Monochromatic Colors of #B6391C
Black with #B6391C
Text Example
Text Example
White with #B6391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6391C; }
p { color: rgb(182,57,28); }
H1.HeaderClassName
{
color: #B6391C;
}
.AnyTagClassName
{
color: #B6391C;
}
</style>
background-color css
<style>
a { background-color: #B6391C; }
a { background-color: rgb(182,57,28); }
div.DivClassName
{
background-color: #B6391C;
}
.BgClassName
{
background-color: #B6391C;
}
</style>
border-color css
<style>
span { border-color: #B6391C; }
span { border-color: rgb(182,57,28); }
td.TdClassName
{
border-color: #B6391C;
}
.TagClassName
{
border-color: #B6391C;
}
</style>