Shades of Rust #B7350B
Tints of Rust #B7350B
RGB
CMYK
RGB Variations
Color information
#B7350B (or 0xB7350B) is known color: Rust. HEX triplet: B7, 35 and 0B. RGB value is (183,53,11). Sum of RGB (Red+Green+Blue) = 183+53+11=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7350B is #48CAF4. Grayscale: #575757. Windows color (decimal): -4770549 or 734647. OLE color: 734647.
HSL color Cylindrical-coordinate representation of color #B7350B: hue angle of 14.65º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7350B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.28 |
| HSL | 14.65º | 0.89% | 0.38% | - |
| HSV(B) | 14.65º | 0.94% | 0.72% | - |
| XYZ | 20.86 | 12.64 | 1.66 | - |
| YUV | 87.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 11 | 0 | 0.71 | 0.94 | 0.28 | 14.65 | 0.89 | 0.38 |
| Hex | B7 | 35 | B | 0 | 47 | 5E | 1C | F | 59 | 26 |
| Octal | 267 | 65 | 13 | 0 | 107 | 136 | 34 | 17 | 131 | 46 |
| Binary | 10110111 | 110101 | 1011 | 0 | 1000111 | 1011110 | 11100 | 1111 | 1011001 | 100110 |
Color Harmonies of #B7350B
Complementary color
Monochromatic Colors of #B7350B
Black with #B7350B
Text Example
Text Example
White with #B7350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7350B; }
p { color: rgb(183,53,11); }
H1.HeaderClassName
{
color: #B7350B;
}
.AnyTagClassName
{
color: #B7350B;
}
</style>
background-color css
<style>
a { background-color: #B7350B; }
a { background-color: rgb(183,53,11); }
div.DivClassName
{
background-color: #B7350B;
}
.BgClassName
{
background-color: #B7350B;
}
</style>
border-color css
<style>
span { border-color: #B7350B; }
span { border-color: rgb(183,53,11); }
td.TdClassName
{
border-color: #B7350B;
}
.TagClassName
{
border-color: #B7350B;
}
</style>