Shades of Rust #B45112
Tints of Rust #B45112
RGB
CMYK
RGB Variations
Color information
#B45112 (or 0xB45112) is known color: Rust. HEX triplet: B4, 51 and 12. RGB value is (180,81,18). Sum of RGB (Red+Green+Blue) = 180+81+18=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B45112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45112 is #4BAEED. Grayscale: #676767. Windows color (decimal): -4959982 or 1200564. OLE color: 1200564.
HSL color Cylindrical-coordinate representation of color #B45112: hue angle of 23.33º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B45112 is Cyan = 0, Magento = 0.55, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 18 | - |
| CMYK | 0 | 0.55 | 0.9 | 0.29 |
| HSL | 23.33º | 0.82% | 0.39% | - |
| HSV(B) | 23.33º | 0.9% | 0.71% | - |
| XYZ | 21.87 | 15.63 | 2.44 | - |
| YUV | 103.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 18 | 0 | 0.55 | 0.9 | 0.29 | 23.33 | 0.82 | 0.39 |
| Hex | B4 | 51 | 12 | 0 | 37 | 5A | 1D | 17 | 52 | 27 |
| Octal | 264 | 121 | 22 | 0 | 67 | 132 | 35 | 27 | 122 | 47 |
| Binary | 10110100 | 1010001 | 10010 | 0 | 110111 | 1011010 | 11101 | 10111 | 1010010 | 100111 |
Color Harmonies of #B45112
Complementary color
Monochromatic Colors of #B45112
Black with #B45112
Text Example
Text Example
White with #B45112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45112; }
p { color: rgb(180,81,18); }
H1.HeaderClassName
{
color: #B45112;
}
.AnyTagClassName
{
color: #B45112;
}
</style>
background-color css
<style>
a { background-color: #B45112; }
a { background-color: rgb(180,81,18); }
div.DivClassName
{
background-color: #B45112;
}
.BgClassName
{
background-color: #B45112;
}
</style>
border-color css
<style>
span { border-color: #B45112; }
span { border-color: rgb(180,81,18); }
td.TdClassName
{
border-color: #B45112;
}
.TagClassName
{
border-color: #B45112;
}
</style>