Shades of Rust #B6320E
Tints of Rust #B6320E
RGB
CMYK
RGB Variations
Color information
#B6320E (or 0xB6320E) is known color: Rust. HEX triplet: B6, 32 and 0E. RGB value is (182,50,14). Sum of RGB (Red+Green+Blue) = 182+50+14=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6320E is #49CDF1. Grayscale: #555555. Windows color (decimal): -4836850 or 930486. OLE color: 930486.
HSL color Cylindrical-coordinate representation of color #B6320E: hue angle of 12.86º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6320E is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 14 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.29 |
| HSL | 12.86º | 0.86% | 0.38% | - |
| HSV(B) | 12.86º | 0.92% | 0.71% | - |
| XYZ | 20.51 | 12.26 | 1.7 | - |
| YUV | 85.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 14 | 0 | 0.73 | 0.92 | 0.29 | 12.86 | 0.86 | 0.38 |
| Hex | B6 | 32 | E | 0 | 49 | 5C | 1D | D | 56 | 26 |
| Octal | 266 | 62 | 16 | 0 | 111 | 134 | 35 | 15 | 126 | 46 |
| Binary | 10110110 | 110010 | 1110 | 0 | 1001001 | 1011100 | 11101 | 1101 | 1010110 | 100110 |
Color Harmonies of #B6320E
Complementary color
Monochromatic Colors of #B6320E
Black with #B6320E
Text Example
Text Example
White with #B6320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6320E; }
p { color: rgb(182,50,14); }
H1.HeaderClassName
{
color: #B6320E;
}
.AnyTagClassName
{
color: #B6320E;
}
</style>
background-color css
<style>
a { background-color: #B6320E; }
a { background-color: rgb(182,50,14); }
div.DivClassName
{
background-color: #B6320E;
}
.BgClassName
{
background-color: #B6320E;
}
</style>
border-color css
<style>
span { border-color: #B6320E; }
span { border-color: rgb(182,50,14); }
td.TdClassName
{
border-color: #B6320E;
}
.TagClassName
{
border-color: #B6320E;
}
</style>