Shades of Rust #B0320F
Tints of Rust #B0320F
RGB
CMYK
RGB Variations
Color information
#B0320F (or 0xB0320F) is known color: Rust. HEX triplet: B0, 32 and 0F. RGB value is (176,50,15). Sum of RGB (Red+Green+Blue) = 176+50+15=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B0320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0320F is #4FCDF0. Grayscale: #535353. Windows color (decimal): -5230065 or 996016. OLE color: 996016.
HSL color Cylindrical-coordinate representation of color #B0320F: hue angle of 13.04º 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 #B0320F is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 15 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.31 |
| HSL | 13.04º | 0.84% | 0.37% | - |
| HSV(B) | 13.04º | 0.91% | 0.69% | - |
| XYZ | 19.13 | 11.55 | 1.67 | - |
| YUV | 83.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 15 | 0 | 0.72 | 0.91 | 0.31 | 13.04 | 0.84 | 0.37 |
| Hex | B0 | 32 | F | 0 | 48 | 5B | 1F | D | 54 | 25 |
| Octal | 260 | 62 | 17 | 0 | 110 | 133 | 37 | 15 | 124 | 45 |
| Binary | 10110000 | 110010 | 1111 | 0 | 1001000 | 1011011 | 11111 | 1101 | 1010100 | 100101 |
Color Harmonies of #B0320F
Complementary color
Monochromatic Colors of #B0320F
Black with #B0320F
Text Example
Text Example
White with #B0320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0320F; }
p { color: rgb(176,50,15); }
H1.HeaderClassName
{
color: #B0320F;
}
.AnyTagClassName
{
color: #B0320F;
}
</style>
background-color css
<style>
a { background-color: #B0320F; }
a { background-color: rgb(176,50,15); }
div.DivClassName
{
background-color: #B0320F;
}
.BgClassName
{
background-color: #B0320F;
}
</style>
border-color css
<style>
span { border-color: #B0320F; }
span { border-color: rgb(176,50,15); }
td.TdClassName
{
border-color: #B0320F;
}
.TagClassName
{
border-color: #B0320F;
}
</style>