Shades of Rust #B6371B
Tints of Rust #B6371B
RGB
CMYK
RGB Variations
Color information
#B6371B (or 0xB6371B) is known color: Rust. HEX triplet: B6, 37 and 1B. RGB value is (182,55,27). Sum of RGB (Red+Green+Blue) = 182+55+27=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B6371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6371B is #49C8E4. Grayscale: #5A5A5A. Windows color (decimal): -4835557 or 1783734. OLE color: 1783734.
HSL color Cylindrical-coordinate representation of color #B6371B: hue angle of 10.84º 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 #B6371B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 27 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.29 |
| HSL | 10.84º | 0.74% | 0.41% | - |
| HSV(B) | 10.84º | 0.85% | 0.71% | - |
| XYZ | 20.86 | 12.76 | 2.4 | - |
| YUV | 89.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 27 | 0 | 0.70 | 0.85 | 0.29 | 10.84 | 0.74 | 0.41 |
| Hex | B6 | 37 | 1B | 0 | 46 | 55 | 1D | B | 4A | 29 |
| Octal | 266 | 67 | 33 | 0 | 106 | 125 | 35 | 13 | 112 | 51 |
| Binary | 10110110 | 110111 | 11011 | 0 | 1000110 | 1010101 | 11101 | 1011 | 1001010 | 101001 |
Color Harmonies of #B6371B
Complementary color
Monochromatic Colors of #B6371B
Black with #B6371B
Text Example
Text Example
White with #B6371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6371B; }
p { color: rgb(182,55,27); }
H1.HeaderClassName
{
color: #B6371B;
}
.AnyTagClassName
{
color: #B6371B;
}
</style>
background-color css
<style>
a { background-color: #B6371B; }
a { background-color: rgb(182,55,27); }
div.DivClassName
{
background-color: #B6371B;
}
.BgClassName
{
background-color: #B6371B;
}
</style>
border-color css
<style>
span { border-color: #B6371B; }
span { border-color: rgb(182,55,27); }
td.TdClassName
{
border-color: #B6371B;
}
.TagClassName
{
border-color: #B6371B;
}
</style>