Shades of Rust #B03F07
Tints of Rust #B03F07
RGB
CMYK
RGB Variations
Color information
#B03F07 (or 0xB03F07) is known color: Rust. HEX triplet: B0, 3F and 07. RGB value is (176,63,7). Sum of RGB (Red+Green+Blue) = 176+63+7=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F07 is #4FC0F8. Grayscale: #5A5A5A. Windows color (decimal): -5226745 or 475056. OLE color: 475056.
HSL color Cylindrical-coordinate representation of color #B03F07: hue angle of 19.88º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B03F07 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.31 |
| HSL | 19.88º | 0.92% | 0.36% | - |
| HSV(B) | 19.88º | 0.96% | 0.69% | - |
| XYZ | 19.72 | 12.8 | 1.63 | - |
| YUV | 90.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 7 | 0 | 0.64 | 0.96 | 0.31 | 19.88 | 0.92 | 0.36 |
| Hex | B0 | 3F | 7 | 0 | 40 | 60 | 1F | 14 | 5C | 24 |
| Octal | 260 | 77 | 7 | 0 | 100 | 140 | 37 | 24 | 134 | 44 |
| Binary | 10110000 | 111111 | 111 | 0 | 1000000 | 1100000 | 11111 | 10100 | 1011100 | 100100 |
Color Harmonies of #B03F07
Complementary color
Monochromatic Colors of #B03F07
Black with #B03F07
Text Example
Text Example
White with #B03F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F07; }
p { color: rgb(176,63,7); }
H1.HeaderClassName
{
color: #B03F07;
}
.AnyTagClassName
{
color: #B03F07;
}
</style>
background-color css
<style>
a { background-color: #B03F07; }
a { background-color: rgb(176,63,7); }
div.DivClassName
{
background-color: #B03F07;
}
.BgClassName
{
background-color: #B03F07;
}
</style>
border-color css
<style>
span { border-color: #B03F07; }
span { border-color: rgb(176,63,7); }
td.TdClassName
{
border-color: #B03F07;
}
.TagClassName
{
border-color: #B03F07;
}
</style>