Shades of Rust #B94C0A
Tints of Rust #B94C0A
RGB
CMYK
RGB Variations
Color information
#B94C0A (or 0xB94C0A) is known color: Rust. HEX triplet: B9, 4C and 0A. RGB value is (185,76,10). Sum of RGB (Red+Green+Blue) = 185+76+10=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94C0A is #46B3F5. Grayscale: #656565. Windows color (decimal): -4633590 or 675001. OLE color: 675001.
HSL color Cylindrical-coordinate representation of color #B94C0A: hue angle of 22.63º 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 #B94C0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.27 |
| HSL | 22.63º | 0.9% | 0.38% | - |
| HSV(B) | 22.63º | 0.95% | 0.73% | - |
| XYZ | 22.65 | 15.51 | 2.09 | - |
| YUV | 101.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 10 | 0 | 0.59 | 0.95 | 0.27 | 22.63 | 0.9 | 0.38 |
| Hex | B9 | 4C | A | 0 | 3B | 5F | 1B | 17 | 5A | 26 |
| Octal | 271 | 114 | 12 | 0 | 73 | 137 | 33 | 27 | 132 | 46 |
| Binary | 10111001 | 1001100 | 1010 | 0 | 111011 | 1011111 | 11011 | 10111 | 1011010 | 100110 |
Color Harmonies of #B94C0A
Complementary color
Monochromatic Colors of #B94C0A
Black with #B94C0A
Text Example
Text Example
White with #B94C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C0A; }
p { color: rgb(185,76,10); }
H1.HeaderClassName
{
color: #B94C0A;
}
.AnyTagClassName
{
color: #B94C0A;
}
</style>
background-color css
<style>
a { background-color: #B94C0A; }
a { background-color: rgb(185,76,10); }
div.DivClassName
{
background-color: #B94C0A;
}
.BgClassName
{
background-color: #B94C0A;
}
</style>
border-color css
<style>
span { border-color: #B94C0A; }
span { border-color: rgb(185,76,10); }
td.TdClassName
{
border-color: #B94C0A;
}
.TagClassName
{
border-color: #B94C0A;
}
</style>