Shades of Rust #B04712
Tints of Rust #B04712
RGB
CMYK
RGB Variations
Color information
#B04712 (or 0xB04712) is known color: Rust. HEX triplet: B0, 47 and 12. RGB value is (176,71,18). Sum of RGB (Red+Green+Blue) = 176+71+18=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B04712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04712 is #4FB8ED. Grayscale: #606060. Windows color (decimal): -5224686 or 1198000. OLE color: 1198000.
HSL color Cylindrical-coordinate representation of color #B04712: hue angle of 20.13º 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 #B04712 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 18 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.31 |
| HSL | 20.13º | 0.81% | 0.38% | - |
| HSV(B) | 20.13º | 0.9% | 0.69% | - |
| XYZ | 20.27 | 13.78 | 2.16 | - |
| YUV | 96.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 18 | 0 | 0.60 | 0.90 | 0.31 | 20.13 | 0.81 | 0.38 |
| Hex | B0 | 47 | 12 | 0 | 3C | 5A | 1F | 14 | 51 | 26 |
| Octal | 260 | 107 | 22 | 0 | 74 | 132 | 37 | 24 | 121 | 46 |
| Binary | 10110000 | 1000111 | 10010 | 0 | 111100 | 1011010 | 11111 | 10100 | 1010001 | 100110 |
Color Harmonies of #B04712
Complementary color
Monochromatic Colors of #B04712
Black with #B04712
Text Example
Text Example
White with #B04712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04712; }
p { color: rgb(176,71,18); }
H1.HeaderClassName
{
color: #B04712;
}
.AnyTagClassName
{
color: #B04712;
}
</style>
background-color css
<style>
a { background-color: #B04712; }
a { background-color: rgb(176,71,18); }
div.DivClassName
{
background-color: #B04712;
}
.BgClassName
{
background-color: #B04712;
}
</style>
border-color css
<style>
span { border-color: #B04712; }
span { border-color: rgb(176,71,18); }
td.TdClassName
{
border-color: #B04712;
}
.TagClassName
{
border-color: #B04712;
}
</style>