Shades of Rust #B03F00
Tints of Rust #B03F00
RGB
CMYK
RGB Variations
Color information
#B03F00 (or 0xB03F00) is known color: Rust. HEX triplet: B0, 3F and 00. RGB value is (176,63,0). Sum of RGB (Red+Green+Blue) = 176+63+0=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F00 is #4FC0FF. Grayscale: #595959. Windows color (decimal): -5226752 or 16304. OLE color: 16304.
HSL color Cylindrical-coordinate representation of color #B03F00: hue angle of 21.48º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B03F00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.31 |
| HSL | 21.48º | 1% | 0.35% | - |
| HSV(B) | 21.48º | 1% | 0.69% | - |
| XYZ | 19.68 | 12.79 | 1.43 | - |
| YUV | 89.61 | 77.44 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 0 | 0 | 0.64 | 1 | 0.31 | 21.48 | 1 | 0.35 |
| Hex | B0 | 3F | 0 | 0 | 40 | 64 | 1F | 15 | 64 | 23 |
| Octal | 260 | 77 | 0 | 0 | 100 | 144 | 37 | 25 | 144 | 43 |
| Binary | 10110000 | 111111 | 0 | 0 | 1000000 | 1100100 | 11111 | 10101 | 1100100 | 100011 |
Color Harmonies of #B03F00
Complementary color
Monochromatic Colors of #B03F00
Black with #B03F00
Text Example
Text Example
White with #B03F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F00; }
p { color: rgb(176,63,0); }
H1.HeaderClassName
{
color: #B03F00;
}
.AnyTagClassName
{
color: #B03F00;
}
</style>
background-color css
<style>
a { background-color: #B03F00; }
a { background-color: rgb(176,63,0); }
div.DivClassName
{
background-color: #B03F00;
}
.BgClassName
{
background-color: #B03F00;
}
</style>
border-color css
<style>
span { border-color: #B03F00; }
span { border-color: rgb(176,63,0); }
td.TdClassName
{
border-color: #B03F00;
}
.TagClassName
{
border-color: #B03F00;
}
</style>