Shades of Rust #B03811
Tints of Rust #B03811
RGB
CMYK
RGB Variations
Color information
#B03811 (or 0xB03811) is known color: Rust. HEX triplet: B0, 38 and 11. RGB value is (176,56,17). Sum of RGB (Red+Green+Blue) = 176+56+17=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03811 is #4FC7EE. Grayscale: #575757. Windows color (decimal): -5228527 or 1128624. OLE color: 1128624.
HSL color Cylindrical-coordinate representation of color #B03811: hue angle of 14.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B03811 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 17 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.31 |
| HSL | 14.72º | 0.82% | 0.38% | - |
| HSV(B) | 14.72º | 0.9% | 0.69% | - |
| XYZ | 19.42 | 12.1 | 1.84 | - |
| YUV | 87.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 17 | 0 | 0.68 | 0.90 | 0.31 | 14.72 | 0.82 | 0.38 |
| Hex | B0 | 38 | 11 | 0 | 44 | 5A | 1F | F | 52 | 26 |
| Octal | 260 | 70 | 21 | 0 | 104 | 132 | 37 | 17 | 122 | 46 |
| Binary | 10110000 | 111000 | 10001 | 0 | 1000100 | 1011010 | 11111 | 1111 | 1010010 | 100110 |
Color Harmonies of #B03811
Complementary color
Monochromatic Colors of #B03811
Black with #B03811
Text Example
Text Example
White with #B03811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03811; }
p { color: rgb(176,56,17); }
H1.HeaderClassName
{
color: #B03811;
}
.AnyTagClassName
{
color: #B03811;
}
</style>
background-color css
<style>
a { background-color: #B03811; }
a { background-color: rgb(176,56,17); }
div.DivClassName
{
background-color: #B03811;
}
.BgClassName
{
background-color: #B03811;
}
</style>
border-color css
<style>
span { border-color: #B03811; }
span { border-color: rgb(176,56,17); }
td.TdClassName
{
border-color: #B03811;
}
.TagClassName
{
border-color: #B03811;
}
</style>