Shades of Rust #B94612
Tints of Rust #B94612
RGB
CMYK
RGB Variations
Color information
#B94612 (or 0xB94612) is known color: Rust. HEX triplet: B9, 46 and 12. RGB value is (185,70,18). Sum of RGB (Red+Green+Blue) = 185+70+18=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B94612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94612 is #46B9ED. Grayscale: #626262. Windows color (decimal): -4635118 or 1197753. OLE color: 1197753.
HSL color Cylindrical-coordinate representation of color #B94612: hue angle of 18.68º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B94612 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.27 |
| HSL | 18.68º | 0.82% | 0.4% | - |
| HSV(B) | 18.68º | 0.9% | 0.73% | - |
| XYZ | 22.31 | 14.74 | 2.24 | - |
| YUV | 98.46 | 82.6 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 18 | 0 | 0.62 | 0.90 | 0.27 | 18.68 | 0.82 | 0.4 |
| Hex | B9 | 46 | 12 | 0 | 3E | 5A | 1B | 13 | 52 | 28 |
| Octal | 271 | 106 | 22 | 0 | 76 | 132 | 33 | 23 | 122 | 50 |
| Binary | 10111001 | 1000110 | 10010 | 0 | 111110 | 1011010 | 11011 | 10011 | 1010010 | 101000 |
Color Harmonies of #B94612
Complementary color
Monochromatic Colors of #B94612
Black with #B94612
Text Example
Text Example
White with #B94612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94612; }
p { color: rgb(185,70,18); }
H1.HeaderClassName
{
color: #B94612;
}
.AnyTagClassName
{
color: #B94612;
}
</style>
background-color css
<style>
a { background-color: #B94612; }
a { background-color: rgb(185,70,18); }
div.DivClassName
{
background-color: #B94612;
}
.BgClassName
{
background-color: #B94612;
}
</style>
border-color css
<style>
span { border-color: #B94612; }
span { border-color: rgb(185,70,18); }
td.TdClassName
{
border-color: #B94612;
}
.TagClassName
{
border-color: #B94612;
}
</style>