Shades of Rust #B94E0A
Tints of Rust #B94E0A
RGB
CMYK
RGB Variations
Color information
#B94E0A (or 0xB94E0A) is known color: Rust. HEX triplet: B9, 4E and 0A. RGB value is (185,78,10). Sum of RGB (Red+Green+Blue) = 185+78+10=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94E0A is #46B1F5. Grayscale: #666666. Windows color (decimal): -4633078 or 675513. OLE color: 675513.
HSL color Cylindrical-coordinate representation of color #B94E0A: hue angle of 23.31º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B94E0A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.27 |
| HSL | 23.31º | 0.9% | 0.38% | - |
| HSV(B) | 23.31º | 0.95% | 0.73% | - |
| XYZ | 22.79 | 15.78 | 2.13 | - |
| YUV | 102.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 10 | 0 | 0.58 | 0.95 | 0.27 | 23.31 | 0.9 | 0.38 |
| Hex | B9 | 4E | A | 0 | 3A | 5F | 1B | 17 | 5A | 26 |
| Octal | 271 | 116 | 12 | 0 | 72 | 137 | 33 | 27 | 132 | 46 |
| Binary | 10111001 | 1001110 | 1010 | 0 | 111010 | 1011111 | 11011 | 10111 | 1011010 | 100110 |
Color Harmonies of #B94E0A
Complementary color
Monochromatic Colors of #B94E0A
Black with #B94E0A
Text Example
Text Example
White with #B94E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94E0A; }
p { color: rgb(185,78,10); }
H1.HeaderClassName
{
color: #B94E0A;
}
.AnyTagClassName
{
color: #B94E0A;
}
</style>
background-color css
<style>
a { background-color: #B94E0A; }
a { background-color: rgb(185,78,10); }
div.DivClassName
{
background-color: #B94E0A;
}
.BgClassName
{
background-color: #B94E0A;
}
</style>
border-color css
<style>
span { border-color: #B94E0A; }
span { border-color: rgb(185,78,10); }
td.TdClassName
{
border-color: #B94E0A;
}
.TagClassName
{
border-color: #B94E0A;
}
</style>