Shades of Rust #B03A1E
Tints of Rust #B03A1E
RGB
CMYK
RGB Variations
Color information
#B03A1E (or 0xB03A1E) is known color: Rust. HEX triplet: B0, 3A and 1E. RGB value is (176,58,30). Sum of RGB (Red+Green+Blue) = 176+58+30=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A1E is #4FC5E1. Grayscale: #5A5A5A. Windows color (decimal): -5228002 or 1981104. OLE color: 1981104.
HSL color Cylindrical-coordinate representation of color #B03A1E: hue angle of 11.51º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B03A1E is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 30 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.31 |
| HSL | 11.51º | 0.71% | 0.4% | - |
| HSV(B) | 11.51º | 0.83% | 0.69% | - |
| XYZ | 19.65 | 12.35 | 2.58 | - |
| YUV | 90.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 30 | 0 | 0.67 | 0.83 | 0.31 | 11.51 | 0.71 | 0.4 |
| Hex | B0 | 3A | 1E | 0 | 43 | 53 | 1F | C | 47 | 28 |
| Octal | 260 | 72 | 36 | 0 | 103 | 123 | 37 | 14 | 107 | 50 |
| Binary | 10110000 | 111010 | 11110 | 0 | 1000011 | 1010011 | 11111 | 1100 | 1000111 | 101000 |
Color Harmonies of #B03A1E
Complementary color
Monochromatic Colors of #B03A1E
Black with #B03A1E
Text Example
Text Example
White with #B03A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A1E; }
p { color: rgb(176,58,30); }
H1.HeaderClassName
{
color: #B03A1E;
}
.AnyTagClassName
{
color: #B03A1E;
}
</style>
background-color css
<style>
a { background-color: #B03A1E; }
a { background-color: rgb(176,58,30); }
div.DivClassName
{
background-color: #B03A1E;
}
.BgClassName
{
background-color: #B03A1E;
}
</style>
border-color css
<style>
span { border-color: #B03A1E; }
span { border-color: rgb(176,58,30); }
td.TdClassName
{
border-color: #B03A1E;
}
.TagClassName
{
border-color: #B03A1E;
}
</style>