Shades of Rust #B3310C
Tints of Rust #B3310C
RGB
CMYK
RGB Variations
Color information
#B3310C (or 0xB3310C) is known color: Rust. HEX triplet: B3, 31 and 0C. RGB value is (179,49,12). Sum of RGB (Red+Green+Blue) = 179+49+12=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B3310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3310C is #4CCEF3. Grayscale: #535353. Windows color (decimal): -5033716 or 799155. OLE color: 799155.
HSL color Cylindrical-coordinate representation of color #B3310C: hue angle of 13.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3310C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.30 |
| HSL | 13.29º | 0.87% | 0.37% | - |
| HSV(B) | 13.29º | 0.93% | 0.7% | - |
| XYZ | 19.76 | 11.81 | 1.59 | - |
| YUV | 83.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 12 | 0 | 0.73 | 0.93 | 0.30 | 13.29 | 0.87 | 0.37 |
| Hex | B3 | 31 | C | 0 | 49 | 5D | 1E | D | 57 | 25 |
| Octal | 263 | 61 | 14 | 0 | 111 | 135 | 36 | 15 | 127 | 45 |
| Binary | 10110011 | 110001 | 1100 | 0 | 1001001 | 1011101 | 11110 | 1101 | 1010111 | 100101 |
Color Harmonies of #B3310C
Complementary color
Monochromatic Colors of #B3310C
Black with #B3310C
Text Example
Text Example
White with #B3310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3310C; }
p { color: rgb(179,49,12); }
H1.HeaderClassName
{
color: #B3310C;
}
.AnyTagClassName
{
color: #B3310C;
}
</style>
background-color css
<style>
a { background-color: #B3310C; }
a { background-color: rgb(179,49,12); }
div.DivClassName
{
background-color: #B3310C;
}
.BgClassName
{
background-color: #B3310C;
}
</style>
border-color css
<style>
span { border-color: #B3310C; }
span { border-color: rgb(179,49,12); }
td.TdClassName
{
border-color: #B3310C;
}
.TagClassName
{
border-color: #B3310C;
}
</style>