Shades of Rust #B7310C
Tints of Rust #B7310C
RGB
CMYK
RGB Variations
Color information
#B7310C (or 0xB7310C) is known color: Rust. HEX triplet: B7, 31 and 0C. RGB value is (183,49,12). Sum of RGB (Red+Green+Blue) = 183+49+12=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7310C is #48CEF3. Grayscale: #555555. Windows color (decimal): -4771572 or 799159. OLE color: 799159.
HSL color Cylindrical-coordinate representation of color #B7310C: hue angle of 12.98º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7310C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.28 |
| HSL | 12.98º | 0.88% | 0.38% | - |
| HSV(B) | 12.98º | 0.93% | 0.72% | - |
| XYZ | 20.69 | 12.29 | 1.63 | - |
| YUV | 84.85 | 86.89 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 12 | 0 | 0.73 | 0.93 | 0.28 | 12.98 | 0.88 | 0.38 |
| Hex | B7 | 31 | C | 0 | 49 | 5D | 1C | D | 58 | 26 |
| Octal | 267 | 61 | 14 | 0 | 111 | 135 | 34 | 15 | 130 | 46 |
| Binary | 10110111 | 110001 | 1100 | 0 | 1001001 | 1011101 | 11100 | 1101 | 1011000 | 100110 |
Color Harmonies of #B7310C
Complementary color
Monochromatic Colors of #B7310C
Black with #B7310C
Text Example
Text Example
White with #B7310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7310C; }
p { color: rgb(183,49,12); }
H1.HeaderClassName
{
color: #B7310C;
}
.AnyTagClassName
{
color: #B7310C;
}
</style>
background-color css
<style>
a { background-color: #B7310C; }
a { background-color: rgb(183,49,12); }
div.DivClassName
{
background-color: #B7310C;
}
.BgClassName
{
background-color: #B7310C;
}
</style>
border-color css
<style>
span { border-color: #B7310C; }
span { border-color: rgb(183,49,12); }
td.TdClassName
{
border-color: #B7310C;
}
.TagClassName
{
border-color: #B7310C;
}
</style>