Shades of Rust #B2360B
Tints of Rust #B2360B
RGB
CMYK
RGB Variations
Color information
#B2360B (or 0xB2360B) is known color: Rust. HEX triplet: B2, 36 and 0B. RGB value is (178,54,11). Sum of RGB (Red+Green+Blue) = 178+54+11=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2360B is #4DC9F4. Grayscale: #565656. Windows color (decimal): -5097973 or 734898. OLE color: 734898.
HSL color Cylindrical-coordinate representation of color #B2360B: hue angle of 15.45º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2360B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.30 |
| HSL | 15.45º | 0.88% | 0.37% | - |
| HSV(B) | 15.45º | 0.94% | 0.7% | - |
| XYZ | 19.74 | 12.13 | 1.62 | - |
| YUV | 86.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 11 | 0 | 0.70 | 0.94 | 0.30 | 15.45 | 0.88 | 0.37 |
| Hex | B2 | 36 | B | 0 | 46 | 5E | 1E | F | 58 | 25 |
| Octal | 262 | 66 | 13 | 0 | 106 | 136 | 36 | 17 | 130 | 45 |
| Binary | 10110010 | 110110 | 1011 | 0 | 1000110 | 1011110 | 11110 | 1111 | 1011000 | 100101 |
Color Harmonies of #B2360B
Complementary color
Monochromatic Colors of #B2360B
Black with #B2360B
Text Example
Text Example
White with #B2360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2360B; }
p { color: rgb(178,54,11); }
H1.HeaderClassName
{
color: #B2360B;
}
.AnyTagClassName
{
color: #B2360B;
}
</style>
background-color css
<style>
a { background-color: #B2360B; }
a { background-color: rgb(178,54,11); }
div.DivClassName
{
background-color: #B2360B;
}
.BgClassName
{
background-color: #B2360B;
}
</style>
border-color css
<style>
span { border-color: #B2360B; }
span { border-color: rgb(178,54,11); }
td.TdClassName
{
border-color: #B2360B;
}
.TagClassName
{
border-color: #B2360B;
}
</style>