Shades of Rust #B0351C
Tints of Rust #B0351C
RGB
CMYK
RGB Variations
Color information
#B0351C (or 0xB0351C) is known color: Rust. HEX triplet: B0, 35 and 1C. RGB value is (176,53,28). Sum of RGB (Red+Green+Blue) = 176+53+28=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0351C is #4FCAE3. Grayscale: #575757. Windows color (decimal): -5229284 or 1848752. OLE color: 1848752.
HSL color Cylindrical-coordinate representation of color #B0351C: hue angle of 10.14º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0351C is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 28 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.31 |
| HSL | 10.14º | 0.73% | 0.4% | - |
| HSV(B) | 10.14º | 0.84% | 0.69% | - |
| XYZ | 19.39 | 11.86 | 2.37 | - |
| YUV | 86.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 28 | 0 | 0.70 | 0.84 | 0.31 | 10.14 | 0.73 | 0.4 |
| Hex | B0 | 35 | 1C | 0 | 46 | 54 | 1F | A | 49 | 28 |
| Octal | 260 | 65 | 34 | 0 | 106 | 124 | 37 | 12 | 111 | 50 |
| Binary | 10110000 | 110101 | 11100 | 0 | 1000110 | 1010100 | 11111 | 1010 | 1001001 | 101000 |
Color Harmonies of #B0351C
Complementary color
Monochromatic Colors of #B0351C
Black with #B0351C
Text Example
Text Example
White with #B0351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0351C; }
p { color: rgb(176,53,28); }
H1.HeaderClassName
{
color: #B0351C;
}
.AnyTagClassName
{
color: #B0351C;
}
</style>
background-color css
<style>
a { background-color: #B0351C; }
a { background-color: rgb(176,53,28); }
div.DivClassName
{
background-color: #B0351C;
}
.BgClassName
{
background-color: #B0351C;
}
</style>
border-color css
<style>
span { border-color: #B0351C; }
span { border-color: rgb(176,53,28); }
td.TdClassName
{
border-color: #B0351C;
}
.TagClassName
{
border-color: #B0351C;
}
</style>