Shades of Rust #B0300F
Tints of Rust #B0300F
RGB
CMYK
RGB Variations
Color information
#B0300F (or 0xB0300F) is known color: Rust. HEX triplet: B0, 30 and 0F. RGB value is (176,48,15). Sum of RGB (Red+Green+Blue) = 176+48+15=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0300F is #4FCFF0. Grayscale: #525252. Windows color (decimal): -5230577 or 995504. OLE color: 995504.
HSL color Cylindrical-coordinate representation of color #B0300F: hue angle of 12.3º 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 #B0300F is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 15 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.31 |
| HSL | 12.3º | 0.84% | 0.37% | - |
| HSV(B) | 12.3º | 0.91% | 0.69% | - |
| XYZ | 19.05 | 11.38 | 1.64 | - |
| YUV | 82.51 | 89.91 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 15 | 0 | 0.73 | 0.91 | 0.31 | 12.3 | 0.84 | 0.37 |
| Hex | B0 | 30 | F | 0 | 49 | 5B | 1F | C | 54 | 25 |
| Octal | 260 | 60 | 17 | 0 | 111 | 133 | 37 | 14 | 124 | 45 |
| Binary | 10110000 | 110000 | 1111 | 0 | 1001001 | 1011011 | 11111 | 1100 | 1010100 | 100101 |
Color Harmonies of #B0300F
Complementary color
Monochromatic Colors of #B0300F
Black with #B0300F
Text Example
Text Example
White with #B0300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0300F; }
p { color: rgb(176,48,15); }
H1.HeaderClassName
{
color: #B0300F;
}
.AnyTagClassName
{
color: #B0300F;
}
</style>
background-color css
<style>
a { background-color: #B0300F; }
a { background-color: rgb(176,48,15); }
div.DivClassName
{
background-color: #B0300F;
}
.BgClassName
{
background-color: #B0300F;
}
</style>
border-color css
<style>
span { border-color: #B0300F; }
span { border-color: rgb(176,48,15); }
td.TdClassName
{
border-color: #B0300F;
}
.TagClassName
{
border-color: #B0300F;
}
</style>