Shades of Rust #B94A14
Tints of Rust #B94A14
RGB
CMYK
RGB Variations
Color information
#B94A14 (or 0xB94A14) is known color: Rust. HEX triplet: B9, 4A and 14. RGB value is (185,74,20). Sum of RGB (Red+Green+Blue) = 185+74+20=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A14 is #46B5EB. Grayscale: #656565. Windows color (decimal): -4634092 or 1329849. OLE color: 1329849.
HSL color Cylindrical-coordinate representation of color #B94A14: hue angle of 19.64º 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 #B94A14 is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 20 | - |
| CMYK | 0 | 0.6 | 0.89 | 0.27 |
| HSL | 19.64º | 0.8% | 0.4% | - |
| HSV(B) | 19.64º | 0.89% | 0.73% | - |
| XYZ | 22.58 | 15.26 | 2.42 | - |
| YUV | 101.03 | 82.27 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 20 | 0 | 0.6 | 0.89 | 0.27 | 19.64 | 0.8 | 0.4 |
| Hex | B9 | 4A | 14 | 0 | 3C | 59 | 1B | 14 | 50 | 28 |
| Octal | 271 | 112 | 24 | 0 | 74 | 131 | 33 | 24 | 120 | 50 |
| Binary | 10111001 | 1001010 | 10100 | 0 | 111100 | 1011001 | 11011 | 10100 | 1010000 | 101000 |
Color Harmonies of #B94A14
Complementary color
Monochromatic Colors of #B94A14
Black with #B94A14
Text Example
Text Example
White with #B94A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A14; }
p { color: rgb(185,74,20); }
H1.HeaderClassName
{
color: #B94A14;
}
.AnyTagClassName
{
color: #B94A14;
}
</style>
background-color css
<style>
a { background-color: #B94A14; }
a { background-color: rgb(185,74,20); }
div.DivClassName
{
background-color: #B94A14;
}
.BgClassName
{
background-color: #B94A14;
}
</style>
border-color css
<style>
span { border-color: #B94A14; }
span { border-color: rgb(185,74,20); }
td.TdClassName
{
border-color: #B94A14;
}
.TagClassName
{
border-color: #B94A14;
}
</style>