Shades of Rust #B03A1D
Tints of Rust #B03A1D
RGB
CMYK
RGB Variations
Color information
#B03A1D (or 0xB03A1D) is known color: Rust. HEX triplet: B0, 3A and 1D. RGB value is (176,58,29). Sum of RGB (Red+Green+Blue) = 176+58+29=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A1D is #4FC5E2. Grayscale: #5A5A5A. Windows color (decimal): -5228003 or 1915568. OLE color: 1915568.
HSL color Cylindrical-coordinate representation of color #B03A1D: hue angle of 11.84º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B03A1D is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 29 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.31 |
| HSL | 11.84º | 0.72% | 0.4% | - |
| HSV(B) | 11.84º | 0.84% | 0.69% | - |
| XYZ | 19.64 | 12.34 | 2.51 | - |
| YUV | 89.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 29 | 0 | 0.67 | 0.84 | 0.31 | 11.84 | 0.72 | 0.4 |
| Hex | B0 | 3A | 1D | 0 | 43 | 54 | 1F | C | 48 | 28 |
| Octal | 260 | 72 | 35 | 0 | 103 | 124 | 37 | 14 | 110 | 50 |
| Binary | 10110000 | 111010 | 11101 | 0 | 1000011 | 1010100 | 11111 | 1100 | 1001000 | 101000 |
Color Harmonies of #B03A1D
Complementary color
Monochromatic Colors of #B03A1D
Black with #B03A1D
Text Example
Text Example
White with #B03A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A1D; }
p { color: rgb(176,58,29); }
H1.HeaderClassName
{
color: #B03A1D;
}
.AnyTagClassName
{
color: #B03A1D;
}
</style>
background-color css
<style>
a { background-color: #B03A1D; }
a { background-color: rgb(176,58,29); }
div.DivClassName
{
background-color: #B03A1D;
}
.BgClassName
{
background-color: #B03A1D;
}
</style>
border-color css
<style>
span { border-color: #B03A1D; }
span { border-color: rgb(176,58,29); }
td.TdClassName
{
border-color: #B03A1D;
}
.TagClassName
{
border-color: #B03A1D;
}
</style>