Shades of Rust #B7350F
Tints of Rust #B7350F
RGB
CMYK
RGB Variations
Color information
#B7350F (or 0xB7350F) is known color: Rust. HEX triplet: B7, 35 and 0F. RGB value is (183,53,15). Sum of RGB (Red+Green+Blue) = 183+53+15=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7350F is #48CAF0. Grayscale: #575757. Windows color (decimal): -4770545 or 996791. OLE color: 996791.
HSL color Cylindrical-coordinate representation of color #B7350F: hue angle of 13.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7350F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 15 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.28 |
| HSL | 13.57º | 0.85% | 0.39% | - |
| HSV(B) | 13.57º | 0.92% | 0.72% | - |
| XYZ | 20.89 | 12.65 | 1.79 | - |
| YUV | 87.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 15 | 0 | 0.71 | 0.92 | 0.28 | 13.57 | 0.85 | 0.39 |
| Hex | B7 | 35 | F | 0 | 47 | 5C | 1C | E | 55 | 27 |
| Octal | 267 | 65 | 17 | 0 | 107 | 134 | 34 | 16 | 125 | 47 |
| Binary | 10110111 | 110101 | 1111 | 0 | 1000111 | 1011100 | 11100 | 1110 | 1010101 | 100111 |
Color Harmonies of #B7350F
Complementary color
Monochromatic Colors of #B7350F
Black with #B7350F
Text Example
Text Example
White with #B7350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7350F; }
p { color: rgb(183,53,15); }
H1.HeaderClassName
{
color: #B7350F;
}
.AnyTagClassName
{
color: #B7350F;
}
</style>
background-color css
<style>
a { background-color: #B7350F; }
a { background-color: rgb(183,53,15); }
div.DivClassName
{
background-color: #B7350F;
}
.BgClassName
{
background-color: #B7350F;
}
</style>
border-color css
<style>
span { border-color: #B7350F; }
span { border-color: rgb(183,53,15); }
td.TdClassName
{
border-color: #B7350F;
}
.TagClassName
{
border-color: #B7350F;
}
</style>