Shades of Rust #B94A0A
Tints of Rust #B94A0A
RGB
CMYK
RGB Variations
Color information
#B94A0A (or 0xB94A0A) is known color: Rust. HEX triplet: B9, 4A and 0A. RGB value is (185,74,10). Sum of RGB (Red+Green+Blue) = 185+74+10=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A0A is #46B5F5. Grayscale: #646464. Windows color (decimal): -4634102 or 674489. OLE color: 674489.
HSL color Cylindrical-coordinate representation of color #B94A0A: hue angle of 21.94º 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 #B94A0A is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 10 | - |
| CMYK | 0 | 0.6 | 0.95 | 0.27 |
| HSL | 21.94º | 0.9% | 0.38% | - |
| HSV(B) | 21.94º | 0.95% | 0.73% | - |
| XYZ | 22.51 | 15.23 | 2.04 | - |
| YUV | 99.89 | 77.27 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 10 | 0 | 0.6 | 0.95 | 0.27 | 21.94 | 0.9 | 0.38 |
| Hex | B9 | 4A | A | 0 | 3C | 5F | 1B | 16 | 5A | 26 |
| Octal | 271 | 112 | 12 | 0 | 74 | 137 | 33 | 26 | 132 | 46 |
| Binary | 10111001 | 1001010 | 1010 | 0 | 111100 | 1011111 | 11011 | 10110 | 1011010 | 100110 |
Color Harmonies of #B94A0A
Complementary color
Monochromatic Colors of #B94A0A
Black with #B94A0A
Text Example
Text Example
White with #B94A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A0A; }
p { color: rgb(185,74,10); }
H1.HeaderClassName
{
color: #B94A0A;
}
.AnyTagClassName
{
color: #B94A0A;
}
</style>
background-color css
<style>
a { background-color: #B94A0A; }
a { background-color: rgb(185,74,10); }
div.DivClassName
{
background-color: #B94A0A;
}
.BgClassName
{
background-color: #B94A0A;
}
</style>
border-color css
<style>
span { border-color: #B94A0A; }
span { border-color: rgb(185,74,10); }
td.TdClassName
{
border-color: #B94A0A;
}
.TagClassName
{
border-color: #B94A0A;
}
</style>