Shades of Rust #B0350F
Tints of Rust #B0350F
RGB
CMYK
RGB Variations
Color information
#B0350F (or 0xB0350F) is known color: Rust. HEX triplet: B0, 35 and 0F. RGB value is (176,53,15). Sum of RGB (Red+Green+Blue) = 176+53+15=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B0350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0350F is #4FCAF0. Grayscale: #555555. Windows color (decimal): -5229297 or 996784. OLE color: 996784.
HSL color Cylindrical-coordinate representation of color #B0350F: hue angle of 14.16º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0350F is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 15 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.31 |
| HSL | 14.16º | 0.84% | 0.37% | - |
| HSV(B) | 14.16º | 0.91% | 0.69% | - |
| XYZ | 19.26 | 11.81 | 1.72 | - |
| YUV | 85.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 15 | 0 | 0.70 | 0.91 | 0.31 | 14.16 | 0.84 | 0.37 |
| Hex | B0 | 35 | F | 0 | 46 | 5B | 1F | E | 54 | 25 |
| Octal | 260 | 65 | 17 | 0 | 106 | 133 | 37 | 16 | 124 | 45 |
| Binary | 10110000 | 110101 | 1111 | 0 | 1000110 | 1011011 | 11111 | 1110 | 1010100 | 100101 |
Color Harmonies of #B0350F
Complementary color
Monochromatic Colors of #B0350F
Black with #B0350F
Text Example
Text Example
White with #B0350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0350F; }
p { color: rgb(176,53,15); }
H1.HeaderClassName
{
color: #B0350F;
}
.AnyTagClassName
{
color: #B0350F;
}
</style>
background-color css
<style>
a { background-color: #B0350F; }
a { background-color: rgb(176,53,15); }
div.DivClassName
{
background-color: #B0350F;
}
.BgClassName
{
background-color: #B0350F;
}
</style>
border-color css
<style>
span { border-color: #B0350F; }
span { border-color: rgb(176,53,15); }
td.TdClassName
{
border-color: #B0350F;
}
.TagClassName
{
border-color: #B0350F;
}
</style>