Shades of Rust #BA4707
Tints of Rust #BA4707
RGB
CMYK
RGB Variations
Color information
#BA4707 (or 0xBA4707) is known color: Rust. HEX triplet: BA, 47 and 07. RGB value is (186,71,7). Sum of RGB (Red+Green+Blue) = 186+71+7=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4707 is #45B8F8. Grayscale: #626262. Windows color (decimal): -4569337 or 477114. OLE color: 477114.
HSL color Cylindrical-coordinate representation of color #BA4707: hue angle of 21.45º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA4707 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.27 |
| HSL | 21.45º | 0.93% | 0.38% | - |
| HSV(B) | 21.45º | 0.96% | 0.73% | - |
| XYZ | 22.54 | 14.96 | 1.9 | - |
| YUV | 98.09 | 76.6 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 7 | 0 | 0.62 | 0.96 | 0.27 | 21.45 | 0.93 | 0.38 |
| Hex | BA | 47 | 7 | 0 | 3E | 60 | 1B | 15 | 5D | 26 |
| Octal | 272 | 107 | 7 | 0 | 76 | 140 | 33 | 25 | 135 | 46 |
| Binary | 10111010 | 1000111 | 111 | 0 | 111110 | 1100000 | 11011 | 10101 | 1011101 | 100110 |
Color Harmonies of #BA4707
Complementary color
Monochromatic Colors of #BA4707
Black with #BA4707
Text Example
Text Example
White with #BA4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4707; }
p { color: rgb(186,71,7); }
H1.HeaderClassName
{
color: #BA4707;
}
.AnyTagClassName
{
color: #BA4707;
}
</style>
background-color css
<style>
a { background-color: #BA4707; }
a { background-color: rgb(186,71,7); }
div.DivClassName
{
background-color: #BA4707;
}
.BgClassName
{
background-color: #BA4707;
}
</style>
border-color css
<style>
span { border-color: #BA4707; }
span { border-color: rgb(186,71,7); }
td.TdClassName
{
border-color: #BA4707;
}
.TagClassName
{
border-color: #BA4707;
}
</style>