Shades of Rust #B4310C
Tints of Rust #B4310C
RGB
CMYK
RGB Variations
Color information
#B4310C (or 0xB4310C) is known color: Rust. HEX triplet: B4, 31 and 0C. RGB value is (180,49,12). Sum of RGB (Red+Green+Blue) = 180+49+12=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B4310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4310C is #4BCEF3. Grayscale: #545454. Windows color (decimal): -4968180 or 799156. OLE color: 799156.
HSL color Cylindrical-coordinate representation of color #B4310C: hue angle of 13.21º 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 #B4310C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.29 |
| HSL | 13.21º | 0.88% | 0.38% | - |
| HSV(B) | 13.21º | 0.93% | 0.71% | - |
| XYZ | 19.99 | 11.93 | 1.6 | - |
| YUV | 83.95 | 87.4 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 12 | 0 | 0.73 | 0.93 | 0.29 | 13.21 | 0.88 | 0.38 |
| Hex | B4 | 31 | C | 0 | 49 | 5D | 1D | D | 58 | 26 |
| Octal | 264 | 61 | 14 | 0 | 111 | 135 | 35 | 15 | 130 | 46 |
| Binary | 10110100 | 110001 | 1100 | 0 | 1001001 | 1011101 | 11101 | 1101 | 1011000 | 100110 |
Color Harmonies of #B4310C
Complementary color
Monochromatic Colors of #B4310C
Black with #B4310C
Text Example
Text Example
White with #B4310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4310C; }
p { color: rgb(180,49,12); }
H1.HeaderClassName
{
color: #B4310C;
}
.AnyTagClassName
{
color: #B4310C;
}
</style>
background-color css
<style>
a { background-color: #B4310C; }
a { background-color: rgb(180,49,12); }
div.DivClassName
{
background-color: #B4310C;
}
.BgClassName
{
background-color: #B4310C;
}
</style>
border-color css
<style>
span { border-color: #B4310C; }
span { border-color: rgb(180,49,12); }
td.TdClassName
{
border-color: #B4310C;
}
.TagClassName
{
border-color: #B4310C;
}
</style>