Shades of Rust #B7340D
Tints of Rust #B7340D
RGB
CMYK
RGB Variations
Color information
#B7340D (or 0xB7340D) is known color: Rust. HEX triplet: B7, 34 and 0D. RGB value is (183,52,13). Sum of RGB (Red+Green+Blue) = 183+52+13=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B7340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7340D is #48CBF2. Grayscale: #575757. Windows color (decimal): -4770803 or 865463. OLE color: 865463.
HSL color Cylindrical-coordinate representation of color #B7340D: hue angle of 13.76º degrees, saturation: 0.87, 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 #B7340D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 13 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.28 |
| HSL | 13.76º | 0.87% | 0.38% | - |
| HSV(B) | 13.76º | 0.93% | 0.72% | - |
| XYZ | 20.83 | 12.55 | 1.71 | - |
| YUV | 86.72 | 86.4 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 13 | 0 | 0.72 | 0.93 | 0.28 | 13.76 | 0.87 | 0.38 |
| Hex | B7 | 34 | D | 0 | 48 | 5D | 1C | E | 57 | 26 |
| Octal | 267 | 64 | 15 | 0 | 110 | 135 | 34 | 16 | 127 | 46 |
| Binary | 10110111 | 110100 | 1101 | 0 | 1001000 | 1011101 | 11100 | 1110 | 1010111 | 100110 |
Color Harmonies of #B7340D
Complementary color
Monochromatic Colors of #B7340D
Black with #B7340D
Text Example
Text Example
White with #B7340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7340D; }
p { color: rgb(183,52,13); }
H1.HeaderClassName
{
color: #B7340D;
}
.AnyTagClassName
{
color: #B7340D;
}
</style>
background-color css
<style>
a { background-color: #B7340D; }
a { background-color: rgb(183,52,13); }
div.DivClassName
{
background-color: #B7340D;
}
.BgClassName
{
background-color: #B7340D;
}
</style>
border-color css
<style>
span { border-color: #B7340D; }
span { border-color: rgb(183,52,13); }
td.TdClassName
{
border-color: #B7340D;
}
.TagClassName
{
border-color: #B7340D;
}
</style>