Shades of Rust #B6380C
Tints of Rust #B6380C
RGB
CMYK
RGB Variations
Color information
#B6380C (or 0xB6380C) is known color: Rust. HEX triplet: B6, 38 and 0C. RGB value is (182,56,12). Sum of RGB (Red+Green+Blue) = 182+56+12=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B6380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6380C is #49C7F3. Grayscale: #585858. Windows color (decimal): -4835316 or 800950. OLE color: 800950.
HSL color Cylindrical-coordinate representation of color #B6380C: hue angle of 15.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6380C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 12 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.29 |
| HSL | 15.53º | 0.88% | 0.38% | - |
| HSV(B) | 15.53º | 0.93% | 0.71% | - |
| XYZ | 20.77 | 12.8 | 1.72 | - |
| YUV | 88.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 12 | 0 | 0.69 | 0.93 | 0.29 | 15.53 | 0.88 | 0.38 |
| Hex | B6 | 38 | C | 0 | 45 | 5D | 1D | 10 | 58 | 26 |
| Octal | 266 | 70 | 14 | 0 | 105 | 135 | 35 | 20 | 130 | 46 |
| Binary | 10110110 | 111000 | 1100 | 0 | 1000101 | 1011101 | 11101 | 10000 | 1011000 | 100110 |
Color Harmonies of #B6380C
Complementary color
Monochromatic Colors of #B6380C
Black with #B6380C
Text Example
Text Example
White with #B6380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6380C; }
p { color: rgb(182,56,12); }
H1.HeaderClassName
{
color: #B6380C;
}
.AnyTagClassName
{
color: #B6380C;
}
</style>
background-color css
<style>
a { background-color: #B6380C; }
a { background-color: rgb(182,56,12); }
div.DivClassName
{
background-color: #B6380C;
}
.BgClassName
{
background-color: #B6380C;
}
</style>
border-color css
<style>
span { border-color: #B6380C; }
span { border-color: rgb(182,56,12); }
td.TdClassName
{
border-color: #B6380C;
}
.TagClassName
{
border-color: #B6380C;
}
</style>