Shades of Rust #B7390C
Tints of Rust #B7390C
RGB
CMYK
RGB Variations
Color information
#B7390C (or 0xB7390C) is known color: Rust. HEX triplet: B7, 39 and 0C. RGB value is (183,57,12). Sum of RGB (Red+Green+Blue) = 183+57+12=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7390C is #48C6F3. Grayscale: #595959. Windows color (decimal): -4769524 or 801207. OLE color: 801207.
HSL color Cylindrical-coordinate representation of color #B7390C: hue angle of 15.79º 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 #B7390C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 12 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.28 |
| HSL | 15.79º | 0.88% | 0.38% | - |
| HSV(B) | 15.79º | 0.93% | 0.72% | - |
| XYZ | 21.06 | 13.02 | 1.75 | - |
| YUV | 89.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 12 | 0 | 0.69 | 0.93 | 0.28 | 15.79 | 0.88 | 0.38 |
| Hex | B7 | 39 | C | 0 | 45 | 5D | 1C | 10 | 58 | 26 |
| Octal | 267 | 71 | 14 | 0 | 105 | 135 | 34 | 20 | 130 | 46 |
| Binary | 10110111 | 111001 | 1100 | 0 | 1000101 | 1011101 | 11100 | 10000 | 1011000 | 100110 |
Color Harmonies of #B7390C
Complementary color
Monochromatic Colors of #B7390C
Black with #B7390C
Text Example
Text Example
White with #B7390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7390C; }
p { color: rgb(183,57,12); }
H1.HeaderClassName
{
color: #B7390C;
}
.AnyTagClassName
{
color: #B7390C;
}
</style>
background-color css
<style>
a { background-color: #B7390C; }
a { background-color: rgb(183,57,12); }
div.DivClassName
{
background-color: #B7390C;
}
.BgClassName
{
background-color: #B7390C;
}
</style>
border-color css
<style>
span { border-color: #B7390C; }
span { border-color: rgb(183,57,12); }
td.TdClassName
{
border-color: #B7390C;
}
.TagClassName
{
border-color: #B7390C;
}
</style>