Shades of Rust #B94816
Tints of Rust #B94816
RGB
CMYK
RGB Variations
Color information
#B94816 (or 0xB94816) is known color: Rust. HEX triplet: B9, 48 and 16. RGB value is (185,72,22). Sum of RGB (Red+Green+Blue) = 185+72+22=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B94816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94816 is #46B7E9. Grayscale: #646464. Windows color (decimal): -4634602 or 1460409. OLE color: 1460409.
HSL color Cylindrical-coordinate representation of color #B94816: hue angle of 18.4º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B94816 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 22 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.27 |
| HSL | 18.4º | 0.79% | 0.41% | - |
| HSV(B) | 18.4º | 0.88% | 0.73% | - |
| XYZ | 22.47 | 15.01 | 2.47 | - |
| YUV | 100.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 22 | 0 | 0.61 | 0.88 | 0.27 | 18.4 | 0.79 | 0.41 |
| Hex | B9 | 48 | 16 | 0 | 3D | 58 | 1B | 12 | 4F | 29 |
| Octal | 271 | 110 | 26 | 0 | 75 | 130 | 33 | 22 | 117 | 51 |
| Binary | 10111001 | 1001000 | 10110 | 0 | 111101 | 1011000 | 11011 | 10010 | 1001111 | 101001 |
Color Harmonies of #B94816
Complementary color
Monochromatic Colors of #B94816
Black with #B94816
Text Example
Text Example
White with #B94816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94816; }
p { color: rgb(185,72,22); }
H1.HeaderClassName
{
color: #B94816;
}
.AnyTagClassName
{
color: #B94816;
}
</style>
background-color css
<style>
a { background-color: #B94816; }
a { background-color: rgb(185,72,22); }
div.DivClassName
{
background-color: #B94816;
}
.BgClassName
{
background-color: #B94816;
}
</style>
border-color css
<style>
span { border-color: #B94816; }
span { border-color: rgb(185,72,22); }
td.TdClassName
{
border-color: #B94816;
}
.TagClassName
{
border-color: #B94816;
}
</style>