Shades of Rust #B0350A
Tints of Rust #B0350A
RGB
CMYK
RGB Variations
Color information
#B0350A (or 0xB0350A) is known color: Rust. HEX triplet: B0, 35 and 0A. RGB value is (176,53,10). Sum of RGB (Red+Green+Blue) = 176+53+10=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0350A is #4FCAF5. Grayscale: #555555. Windows color (decimal): -5229302 or 669104. OLE color: 669104.
HSL color Cylindrical-coordinate representation of color #B0350A: hue angle of 15.54º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0350A is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 10 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.31 |
| HSL | 15.54º | 0.89% | 0.36% | - |
| HSV(B) | 15.54º | 0.94% | 0.69% | - |
| XYZ | 19.23 | 11.8 | 1.55 | - |
| YUV | 84.88 | 85.75 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 10 | 0 | 0.70 | 0.94 | 0.31 | 15.54 | 0.89 | 0.36 |
| Hex | B0 | 35 | A | 0 | 46 | 5E | 1F | 10 | 59 | 24 |
| Octal | 260 | 65 | 12 | 0 | 106 | 136 | 37 | 20 | 131 | 44 |
| Binary | 10110000 | 110101 | 1010 | 0 | 1000110 | 1011110 | 11111 | 10000 | 1011001 | 100100 |
Color Harmonies of #B0350A
Complementary color
Monochromatic Colors of #B0350A
Black with #B0350A
Text Example
Text Example
White with #B0350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0350A; }
p { color: rgb(176,53,10); }
H1.HeaderClassName
{
color: #B0350A;
}
.AnyTagClassName
{
color: #B0350A;
}
</style>
background-color css
<style>
a { background-color: #B0350A; }
a { background-color: rgb(176,53,10); }
div.DivClassName
{
background-color: #B0350A;
}
.BgClassName
{
background-color: #B0350A;
}
</style>
border-color css
<style>
span { border-color: #B0350A; }
span { border-color: rgb(176,53,10); }
td.TdClassName
{
border-color: #B0350A;
}
.TagClassName
{
border-color: #B0350A;
}
</style>