Shades of Rust #B03E0B
Tints of Rust #B03E0B
RGB
CMYK
RGB Variations
Color information
#B03E0B (or 0xB03E0B) is known color: Rust. HEX triplet: B0, 3E and 0B. RGB value is (176,62,11). Sum of RGB (Red+Green+Blue) = 176+62+11=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03E0B is #4FC1F4. Grayscale: #5A5A5A. Windows color (decimal): -5226997 or 736944. OLE color: 736944.
HSL color Cylindrical-coordinate representation of color #B03E0B: hue angle of 18.55º 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 #B03E0B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 62 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.31 |
| HSL | 18.55º | 0.88% | 0.37% | - |
| HSV(B) | 18.55º | 0.94% | 0.69% | - |
| XYZ | 19.69 | 12.7 | 1.73 | - |
| YUV | 90.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 11 | 0 | 0.65 | 0.94 | 0.31 | 18.55 | 0.88 | 0.37 |
| Hex | B0 | 3E | B | 0 | 41 | 5E | 1F | 13 | 58 | 25 |
| Octal | 260 | 76 | 13 | 0 | 101 | 136 | 37 | 23 | 130 | 45 |
| Binary | 10110000 | 111110 | 1011 | 0 | 1000001 | 1011110 | 11111 | 10011 | 1011000 | 100101 |
Color Harmonies of #B03E0B
Complementary color
Monochromatic Colors of #B03E0B
Black with #B03E0B
Text Example
Text Example
White with #B03E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03E0B; }
p { color: rgb(176,62,11); }
H1.HeaderClassName
{
color: #B03E0B;
}
.AnyTagClassName
{
color: #B03E0B;
}
</style>
background-color css
<style>
a { background-color: #B03E0B; }
a { background-color: rgb(176,62,11); }
div.DivClassName
{
background-color: #B03E0B;
}
.BgClassName
{
background-color: #B03E0B;
}
</style>
border-color css
<style>
span { border-color: #B03E0B; }
span { border-color: rgb(176,62,11); }
td.TdClassName
{
border-color: #B03E0B;
}
.TagClassName
{
border-color: #B03E0B;
}
</style>