Shades of Rust #B4310B
Tints of Rust #B4310B
RGB
CMYK
RGB Variations
Color information
#B4310B (or 0xB4310B) is known color: Rust. HEX triplet: B4, 31 and 0B. RGB value is (180,49,11). Sum of RGB (Red+Green+Blue) = 180+49+11=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B4310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4310B is #4BCEF4. Grayscale: #545454. Windows color (decimal): -4968181 or 733620. OLE color: 733620.
HSL color Cylindrical-coordinate representation of color #B4310B: hue angle of 13.49º 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 #B4310B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.29 |
| HSL | 13.49º | 0.88% | 0.37% | - |
| HSV(B) | 13.49º | 0.94% | 0.71% | - |
| XYZ | 19.98 | 11.92 | 1.57 | - |
| YUV | 83.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 11 | 0 | 0.73 | 0.94 | 0.29 | 13.49 | 0.88 | 0.37 |
| Hex | B4 | 31 | B | 0 | 49 | 5E | 1D | D | 58 | 25 |
| Octal | 264 | 61 | 13 | 0 | 111 | 136 | 35 | 15 | 130 | 45 |
| Binary | 10110100 | 110001 | 1011 | 0 | 1001001 | 1011110 | 11101 | 1101 | 1011000 | 100101 |
Color Harmonies of #B4310B
Complementary color
Monochromatic Colors of #B4310B
Black with #B4310B
Text Example
Text Example
White with #B4310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4310B; }
p { color: rgb(180,49,11); }
H1.HeaderClassName
{
color: #B4310B;
}
.AnyTagClassName
{
color: #B4310B;
}
</style>
background-color css
<style>
a { background-color: #B4310B; }
a { background-color: rgb(180,49,11); }
div.DivClassName
{
background-color: #B4310B;
}
.BgClassName
{
background-color: #B4310B;
}
</style>
border-color css
<style>
span { border-color: #B4310B; }
span { border-color: rgb(180,49,11); }
td.TdClassName
{
border-color: #B4310B;
}
.TagClassName
{
border-color: #B4310B;
}
</style>