Shades of Rust #B6360C
Tints of Rust #B6360C
RGB
CMYK
RGB Variations
Color information
#B6360C (or 0xB6360C) is known color: Rust. HEX triplet: B6, 36 and 0C. RGB value is (182,54,12). Sum of RGB (Red+Green+Blue) = 182+54+12=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6360C is #49C9F3. Grayscale: #575757. Windows color (decimal): -4835828 or 800438. OLE color: 800438.
HSL color Cylindrical-coordinate representation of color #B6360C: hue angle of 14.82º 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 #B6360C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.29 |
| HSL | 14.82º | 0.88% | 0.38% | - |
| HSV(B) | 14.82º | 0.93% | 0.71% | - |
| XYZ | 20.68 | 12.61 | 1.69 | - |
| YUV | 87.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 12 | 0 | 0.70 | 0.93 | 0.29 | 14.82 | 0.88 | 0.38 |
| Hex | B6 | 36 | C | 0 | 46 | 5D | 1D | F | 58 | 26 |
| Octal | 266 | 66 | 14 | 0 | 106 | 135 | 35 | 17 | 130 | 46 |
| Binary | 10110110 | 110110 | 1100 | 0 | 1000110 | 1011101 | 11101 | 1111 | 1011000 | 100110 |
Color Harmonies of #B6360C
Complementary color
Monochromatic Colors of #B6360C
Black with #B6360C
Text Example
Text Example
White with #B6360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6360C; }
p { color: rgb(182,54,12); }
H1.HeaderClassName
{
color: #B6360C;
}
.AnyTagClassName
{
color: #B6360C;
}
</style>
background-color css
<style>
a { background-color: #B6360C; }
a { background-color: rgb(182,54,12); }
div.DivClassName
{
background-color: #B6360C;
}
.BgClassName
{
background-color: #B6360C;
}
</style>
border-color css
<style>
span { border-color: #B6360C; }
span { border-color: rgb(182,54,12); }
td.TdClassName
{
border-color: #B6360C;
}
.TagClassName
{
border-color: #B6360C;
}
</style>