Shades of Rust #B4360B
Tints of Rust #B4360B
RGB
CMYK
RGB Variations
Color information
#B4360B (or 0xB4360B) is known color: Rust. HEX triplet: B4, 36 and 0B. RGB value is (180,54,11). Sum of RGB (Red+Green+Blue) = 180+54+11=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B4360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4360B is #4BC9F4. Grayscale: #575757. Windows color (decimal): -4966901 or 734900. OLE color: 734900.
HSL color Cylindrical-coordinate representation of color #B4360B: hue angle of 15.27º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4360B is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 11 | - |
| CMYK | 0 | 0.7 | 0.94 | 0.29 |
| HSL | 15.27º | 0.88% | 0.37% | - |
| HSV(B) | 15.27º | 0.94% | 0.71% | - |
| XYZ | 20.2 | 12.37 | 1.64 | - |
| YUV | 86.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 11 | 0 | 0.7 | 0.94 | 0.29 | 15.27 | 0.88 | 0.37 |
| Hex | B4 | 36 | B | 0 | 46 | 5E | 1D | F | 58 | 25 |
| Octal | 264 | 66 | 13 | 0 | 106 | 136 | 35 | 17 | 130 | 45 |
| Binary | 10110100 | 110110 | 1011 | 0 | 1000110 | 1011110 | 11101 | 1111 | 1011000 | 100101 |
Color Harmonies of #B4360B
Complementary color
Monochromatic Colors of #B4360B
Black with #B4360B
Text Example
Text Example
White with #B4360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4360B; }
p { color: rgb(180,54,11); }
H1.HeaderClassName
{
color: #B4360B;
}
.AnyTagClassName
{
color: #B4360B;
}
</style>
background-color css
<style>
a { background-color: #B4360B; }
a { background-color: rgb(180,54,11); }
div.DivClassName
{
background-color: #B4360B;
}
.BgClassName
{
background-color: #B4360B;
}
</style>
border-color css
<style>
span { border-color: #B4360B; }
span { border-color: rgb(180,54,11); }
td.TdClassName
{
border-color: #B4360B;
}
.TagClassName
{
border-color: #B4360B;
}
</style>