Shades of Rust #B0450B
Tints of Rust #B0450B
RGB
CMYK
RGB Variations
Color information
#B0450B (or 0xB0450B) is known color: Rust. HEX triplet: B0, 45 and 0B. RGB value is (176,69,11). Sum of RGB (Red+Green+Blue) = 176+69+11=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0450B is #4FBAF4. Grayscale: #5E5E5E. Windows color (decimal): -5225205 or 738736. OLE color: 738736.
HSL color Cylindrical-coordinate representation of color #B0450B: hue angle of 21.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0450B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.31 |
| HSL | 21.09º | 0.88% | 0.37% | - |
| HSV(B) | 21.09º | 0.94% | 0.69% | - |
| XYZ | 20.09 | 13.51 | 1.87 | - |
| YUV | 94.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 11 | 0 | 0.61 | 0.94 | 0.31 | 21.09 | 0.88 | 0.37 |
| Hex | B0 | 45 | B | 0 | 3D | 5E | 1F | 15 | 58 | 25 |
| Octal | 260 | 105 | 13 | 0 | 75 | 136 | 37 | 25 | 130 | 45 |
| Binary | 10110000 | 1000101 | 1011 | 0 | 111101 | 1011110 | 11111 | 10101 | 1011000 | 100101 |
Color Harmonies of #B0450B
Complementary color
Monochromatic Colors of #B0450B
Black with #B0450B
Text Example
Text Example
White with #B0450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0450B; }
p { color: rgb(176,69,11); }
H1.HeaderClassName
{
color: #B0450B;
}
.AnyTagClassName
{
color: #B0450B;
}
</style>
background-color css
<style>
a { background-color: #B0450B; }
a { background-color: rgb(176,69,11); }
div.DivClassName
{
background-color: #B0450B;
}
.BgClassName
{
background-color: #B0450B;
}
</style>
border-color css
<style>
span { border-color: #B0450B; }
span { border-color: rgb(176,69,11); }
td.TdClassName
{
border-color: #B0450B;
}
.TagClassName
{
border-color: #B0450B;
}
</style>