Shades of Rust #B04112
Tints of Rust #B04112
RGB
CMYK
RGB Variations
Color information
#B04112 (or 0xB04112) is known color: Rust. HEX triplet: B0, 41 and 12. RGB value is (176,65,18). Sum of RGB (Red+Green+Blue) = 176+65+18=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B04112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04112 is #4FBEED. Grayscale: #5D5D5D. Windows color (decimal): -5226222 or 1196464. OLE color: 1196464.
HSL color Cylindrical-coordinate representation of color #B04112: hue angle of 17.85º degrees, saturation: 0.81, 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 #B04112 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 18 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.31 |
| HSL | 17.85º | 0.81% | 0.38% | - |
| HSV(B) | 17.85º | 0.9% | 0.69% | - |
| XYZ | 19.9 | 13.05 | 2.04 | - |
| YUV | 92.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 18 | 0 | 0.63 | 0.90 | 0.31 | 17.85 | 0.81 | 0.38 |
| Hex | B0 | 41 | 12 | 0 | 3F | 5A | 1F | 12 | 51 | 26 |
| Octal | 260 | 101 | 22 | 0 | 77 | 132 | 37 | 22 | 121 | 46 |
| Binary | 10110000 | 1000001 | 10010 | 0 | 111111 | 1011010 | 11111 | 10010 | 1010001 | 100110 |
Color Harmonies of #B04112
Complementary color
Monochromatic Colors of #B04112
Black with #B04112
Text Example
Text Example
White with #B04112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04112; }
p { color: rgb(176,65,18); }
H1.HeaderClassName
{
color: #B04112;
}
.AnyTagClassName
{
color: #B04112;
}
</style>
background-color css
<style>
a { background-color: #B04112; }
a { background-color: rgb(176,65,18); }
div.DivClassName
{
background-color: #B04112;
}
.BgClassName
{
background-color: #B04112;
}
</style>
border-color css
<style>
span { border-color: #B04112; }
span { border-color: rgb(176,65,18); }
td.TdClassName
{
border-color: #B04112;
}
.TagClassName
{
border-color: #B04112;
}
</style>