Shades of Rust #B05412
Tints of Rust #B05412
RGB
CMYK
RGB Variations
Color information
#B05412 (or 0xB05412) is known color: Rust. HEX triplet: B0, 54 and 12. RGB value is (176,84,18). Sum of RGB (Red+Green+Blue) = 176+84+18=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B05412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05412 is #4FABED. Grayscale: #686868. Windows color (decimal): -5221358 or 1201328. OLE color: 1201328.
HSL color Cylindrical-coordinate representation of color #B05412: hue angle of 25.06º 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 #B05412 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.31 |
| HSL | 25.06º | 0.81% | 0.38% | - |
| HSV(B) | 25.06º | 0.9% | 0.69% | - |
| XYZ | 21.18 | 15.61 | 2.47 | - |
| YUV | 103.98 | 79.48 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 18 | 0 | 0.52 | 0.90 | 0.31 | 25.06 | 0.81 | 0.38 |
| Hex | B0 | 54 | 12 | 0 | 34 | 5A | 1F | 19 | 51 | 26 |
| Octal | 260 | 124 | 22 | 0 | 64 | 132 | 37 | 31 | 121 | 46 |
| Binary | 10110000 | 1010100 | 10010 | 0 | 110100 | 1011010 | 11111 | 11001 | 1010001 | 100110 |
Color Harmonies of #B05412
Complementary color
Monochromatic Colors of #B05412
Black with #B05412
Text Example
Text Example
White with #B05412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05412; }
p { color: rgb(176,84,18); }
H1.HeaderClassName
{
color: #B05412;
}
.AnyTagClassName
{
color: #B05412;
}
</style>
background-color css
<style>
a { background-color: #B05412; }
a { background-color: rgb(176,84,18); }
div.DivClassName
{
background-color: #B05412;
}
.BgClassName
{
background-color: #B05412;
}
</style>
border-color css
<style>
span { border-color: #B05412; }
span { border-color: rgb(176,84,18); }
td.TdClassName
{
border-color: #B05412;
}
.TagClassName
{
border-color: #B05412;
}
</style>