Shades of Rust #B94214
Tints of Rust #B94214
RGB
CMYK
RGB Variations
Color information
#B94214 (or 0xB94214) is known color: Rust. HEX triplet: B9, 42 and 14. RGB value is (185,66,20). Sum of RGB (Red+Green+Blue) = 185+66+20=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B94214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94214 is #46BDEB. Grayscale: #606060. Windows color (decimal): -4636140 or 1327801. OLE color: 1327801.
HSL color Cylindrical-coordinate representation of color #B94214: hue angle of 16.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B94214 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 20 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.27 |
| HSL | 16.73º | 0.8% | 0.4% | - |
| HSV(B) | 16.73º | 0.89% | 0.73% | - |
| XYZ | 22.08 | 14.26 | 2.25 | - |
| YUV | 96.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 20 | 0 | 0.64 | 0.89 | 0.27 | 16.73 | 0.8 | 0.4 |
| Hex | B9 | 42 | 14 | 0 | 40 | 59 | 1B | 11 | 50 | 28 |
| Octal | 271 | 102 | 24 | 0 | 100 | 131 | 33 | 21 | 120 | 50 |
| Binary | 10111001 | 1000010 | 10100 | 0 | 1000000 | 1011001 | 11011 | 10001 | 1010000 | 101000 |
Color Harmonies of #B94214
Complementary color
Monochromatic Colors of #B94214
Black with #B94214
Text Example
Text Example
White with #B94214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94214; }
p { color: rgb(185,66,20); }
H1.HeaderClassName
{
color: #B94214;
}
.AnyTagClassName
{
color: #B94214;
}
</style>
background-color css
<style>
a { background-color: #B94214; }
a { background-color: rgb(185,66,20); }
div.DivClassName
{
background-color: #B94214;
}
.BgClassName
{
background-color: #B94214;
}
</style>
border-color css
<style>
span { border-color: #B94214; }
span { border-color: rgb(185,66,20); }
td.TdClassName
{
border-color: #B94214;
}
.TagClassName
{
border-color: #B94214;
}
</style>