Shades of Rust #B0450C
Tints of Rust #B0450C
RGB
CMYK
RGB Variations
Color information
#B0450C (or 0xB0450C) is known color: Rust. HEX triplet: B0, 45 and 0C. RGB value is (176,69,12). Sum of RGB (Red+Green+Blue) = 176+69+12=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0450C is #4FBAF3. Grayscale: #5E5E5E. Windows color (decimal): -5225204 or 804272. OLE color: 804272.
HSL color Cylindrical-coordinate representation of color #B0450C: hue angle of 20.85º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0450C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.31 |
| HSL | 20.85º | 0.87% | 0.37% | - |
| HSV(B) | 20.85º | 0.93% | 0.69% | - |
| XYZ | 20.1 | 13.51 | 1.9 | - |
| YUV | 94.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 12 | 0 | 0.61 | 0.93 | 0.31 | 20.85 | 0.87 | 0.37 |
| Hex | B0 | 45 | C | 0 | 3D | 5D | 1F | 15 | 57 | 25 |
| Octal | 260 | 105 | 14 | 0 | 75 | 135 | 37 | 25 | 127 | 45 |
| Binary | 10110000 | 1000101 | 1100 | 0 | 111101 | 1011101 | 11111 | 10101 | 1010111 | 100101 |
Color Harmonies of #B0450C
Complementary color
Monochromatic Colors of #B0450C
Black with #B0450C
Text Example
Text Example
White with #B0450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0450C; }
p { color: rgb(176,69,12); }
H1.HeaderClassName
{
color: #B0450C;
}
.AnyTagClassName
{
color: #B0450C;
}
</style>
background-color css
<style>
a { background-color: #B0450C; }
a { background-color: rgb(176,69,12); }
div.DivClassName
{
background-color: #B0450C;
}
.BgClassName
{
background-color: #B0450C;
}
</style>
border-color css
<style>
span { border-color: #B0450C; }
span { border-color: rgb(176,69,12); }
td.TdClassName
{
border-color: #B0450C;
}
.TagClassName
{
border-color: #B0450C;
}
</style>