Shades of Rust #B94A0B
Tints of Rust #B94A0B
RGB
CMYK
RGB Variations
Color information
#B94A0B (or 0xB94A0B) is known color: Rust. HEX triplet: B9, 4A and 0B. RGB value is (185,74,11). Sum of RGB (Red+Green+Blue) = 185+74+11=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A0B is #46B5F4. Grayscale: #646464. Windows color (decimal): -4634101 or 740025. OLE color: 740025.
HSL color Cylindrical-coordinate representation of color #B94A0B: hue angle of 21.72º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B94A0B is Cyan = 0, Magento = 0.6, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 11 | - |
| CMYK | 0 | 0.6 | 0.94 | 0.27 |
| HSL | 21.72º | 0.89% | 0.38% | - |
| HSV(B) | 21.72º | 0.94% | 0.73% | - |
| XYZ | 22.52 | 15.24 | 2.07 | - |
| YUV | 100.01 | 77.77 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 11 | 0 | 0.6 | 0.94 | 0.27 | 21.72 | 0.89 | 0.38 |
| Hex | B9 | 4A | B | 0 | 3C | 5E | 1B | 16 | 59 | 26 |
| Octal | 271 | 112 | 13 | 0 | 74 | 136 | 33 | 26 | 131 | 46 |
| Binary | 10111001 | 1001010 | 1011 | 0 | 111100 | 1011110 | 11011 | 10110 | 1011001 | 100110 |
Color Harmonies of #B94A0B
Complementary color
Monochromatic Colors of #B94A0B
Black with #B94A0B
Text Example
Text Example
White with #B94A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A0B; }
p { color: rgb(185,74,11); }
H1.HeaderClassName
{
color: #B94A0B;
}
.AnyTagClassName
{
color: #B94A0B;
}
</style>
background-color css
<style>
a { background-color: #B94A0B; }
a { background-color: rgb(185,74,11); }
div.DivClassName
{
background-color: #B94A0B;
}
.BgClassName
{
background-color: #B94A0B;
}
</style>
border-color css
<style>
span { border-color: #B94A0B; }
span { border-color: rgb(185,74,11); }
td.TdClassName
{
border-color: #B94A0B;
}
.TagClassName
{
border-color: #B94A0B;
}
</style>