Shades of Rust #B0450F
Tints of Rust #B0450F
RGB
CMYK
RGB Variations
Color information
#B0450F (or 0xB0450F) is known color: Rust. HEX triplet: B0, 45 and 0F. RGB value is (176,69,15). Sum of RGB (Red+Green+Blue) = 176+69+15=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0450F is #4FBAF0. Grayscale: #5F5F5F. Windows color (decimal): -5225201 or 1000880. OLE color: 1000880.
HSL color Cylindrical-coordinate representation of color #B0450F: hue angle of 20.12º 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 #B0450F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 15 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.31 |
| HSL | 20.12º | 0.84% | 0.37% | - |
| HSV(B) | 20.12º | 0.91% | 0.69% | - |
| XYZ | 20.12 | 13.52 | 2 | - |
| YUV | 94.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 15 | 0 | 0.61 | 0.91 | 0.31 | 20.12 | 0.84 | 0.37 |
| Hex | B0 | 45 | F | 0 | 3D | 5B | 1F | 14 | 54 | 25 |
| Octal | 260 | 105 | 17 | 0 | 75 | 133 | 37 | 24 | 124 | 45 |
| Binary | 10110000 | 1000101 | 1111 | 0 | 111101 | 1011011 | 11111 | 10100 | 1010100 | 100101 |
Color Harmonies of #B0450F
Complementary color
Monochromatic Colors of #B0450F
Black with #B0450F
Text Example
Text Example
White with #B0450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0450F; }
p { color: rgb(176,69,15); }
H1.HeaderClassName
{
color: #B0450F;
}
.AnyTagClassName
{
color: #B0450F;
}
</style>
background-color css
<style>
a { background-color: #B0450F; }
a { background-color: rgb(176,69,15); }
div.DivClassName
{
background-color: #B0450F;
}
.BgClassName
{
background-color: #B0450F;
}
</style>
border-color css
<style>
span { border-color: #B0450F; }
span { border-color: rgb(176,69,15); }
td.TdClassName
{
border-color: #B0450F;
}
.TagClassName
{
border-color: #B0450F;
}
</style>