Shades of Rust #B6360E
Tints of Rust #B6360E
RGB
CMYK
RGB Variations
Color information
#B6360E (or 0xB6360E) is known color: Rust. HEX triplet: B6, 36 and 0E. RGB value is (182,54,14). Sum of RGB (Red+Green+Blue) = 182+54+14=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B6360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6360E is #49C9F1. Grayscale: #585858. Windows color (decimal): -4835826 or 931510. OLE color: 931510.
HSL color Cylindrical-coordinate representation of color #B6360E: hue angle of 14.29º 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 #B6360E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 14 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.29 |
| HSL | 14.29º | 0.86% | 0.38% | - |
| HSV(B) | 14.29º | 0.92% | 0.71% | - |
| XYZ | 20.69 | 12.62 | 1.76 | - |
| YUV | 87.71 | 86.41 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 14 | 0 | 0.70 | 0.92 | 0.29 | 14.29 | 0.86 | 0.38 |
| Hex | B6 | 36 | E | 0 | 46 | 5C | 1D | E | 56 | 26 |
| Octal | 266 | 66 | 16 | 0 | 106 | 134 | 35 | 16 | 126 | 46 |
| Binary | 10110110 | 110110 | 1110 | 0 | 1000110 | 1011100 | 11101 | 1110 | 1010110 | 100110 |
Color Harmonies of #B6360E
Complementary color
Monochromatic Colors of #B6360E
Black with #B6360E
Text Example
Text Example
White with #B6360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6360E; }
p { color: rgb(182,54,14); }
H1.HeaderClassName
{
color: #B6360E;
}
.AnyTagClassName
{
color: #B6360E;
}
</style>
background-color css
<style>
a { background-color: #B6360E; }
a { background-color: rgb(182,54,14); }
div.DivClassName
{
background-color: #B6360E;
}
.BgClassName
{
background-color: #B6360E;
}
</style>
border-color css
<style>
span { border-color: #B6360E; }
span { border-color: rgb(182,54,14); }
td.TdClassName
{
border-color: #B6360E;
}
.TagClassName
{
border-color: #B6360E;
}
</style>